Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 485 Bytes

CHANGELOG.md

File metadata and controls

13 lines (11 loc) · 485 Bytes

0.3.0

  • Add a new Fluent-builder syntax
  • Add intuitive syntax for result stubbing, for use in unit-tests or in other systems on how those systems handle faults
  • Compiles on mac and linux
  • Add support for .NET Standard 2.1
  • Validates constant injectionRate at Policy configuration time

0.2.0

  • Makes InjectLatency policies cancellable (both sync and async)
  • Add support for cancellation on async configuration-providing delegates

0.1.0

  • Initial launch