All Versions
54
Latest Version
Avg Release Cycle
61 days
Latest Release
310 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v7.2.1
May 02, 2020- โฌ๏ธ Upgrade SourceLink to RTM v1 (fixes building from source for latest .NET Core 3.1.x)
- ๐ Bug fix: rare circuit-breaker race condition causing NullReferenceException when circuit throws BrokenCircuitException.
-
v7.2.0
November 27, 2019- โ Add test target for netcoreapp3.0.
- โก๏ธ Extend PolicyRegistry with concurrent method support, TryAdd, TryRemove, TryUpdate, GetOrAdd, AddOrUpdate; new interface IConcurrentPolicyRegistry
- ๐ Improve .NET Framework support: Add explicit targets for .NET Framework 4.6.1 and 4.7.2.
- ๐ป TimeoutPolicy: if timeout occurs while a user exception is being marshalled (edge case race condition), do not mask user exception (fix issue 620)
- โจ Enhance debugging/stacktrace experience for some contexts: Include pdb symbols in package again.
-
v7.1.1
November 17, 2019- ๐ Bug fix: ensure async retry policies honor continueOnCapturedContext setting (affected v7.1.0 only).
- โ Remove deprecated cake add-in from build
-
v7.1.0
March 13, 2019- โ Add SourceLink debugger support.
- ๐ Bug fix: PolicyRegistry with .NET Core services.AddPolicyRegistry() overload (affected Polly v7.0.1-3 only)
- Rationalise solution layout
- โ Add explicit .NET framework 4.6.2 and 4.7.2 test runs
-
v7.0.3
February 21, 2019- ๐ Bug fix for AdvancedCircuitBreakerAsync (issue affecting v7.0.1-2 only)
-
v7.0.2
February 11, 2019- ๐ Bug fix for PolicyRegistry (issue affecting v7.0.1 only)
-
v7.0.1
February 09, 2019- ๐ Clarify separation of sync and async policies (breaking change)
- Enable extensibility by custom policies hosted external to Polly
- Enable collection initialization syntax for PolicyRegistry
- 0๏ธโฃ Enable cache policies to cache default(TResult) (breaking change)
- โช Restore Exception binary serialization for .Net Standard 2.0
-
v7.0.1-v710.1
February 09, 2019 -
v7.0.0
February 09, 2019 -
v6.1.2
November 27, 2018- ๐ Bug Fix: Async continuation control for async executions (issue 540, affected only v6.1.1)