Polly.Contrib.Simmy 0.3.0
Simmy is a chaos-engineering and fault-injection tool, integrating with the Polly resilience project for .NET
Showing the top 20 packages that depend on Polly.Contrib.Simmy.
Packages | Downloads |
---|---|
Microsoft.Extensions.Resilience
Mechanisms to harden applications against transient failures.
|
1 |
Microsoft.Extensions.Resilience
Mechanisms to harden applications against transient failures.
|
4 |
Microsoft.Extensions.Resilience
Mechanisms to harden applications against transient failures.
|
5 |
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
.NET Standard 1.1
- NETStandard.Library (>= 1.6.1)
- Polly (>= 7.1.0)
.NET Standard 2.0
- Polly (>= 7.1.0)
.NET Standard 2.1
- Polly (>= 7.1.0)