All Versions
68
Latest Version
Avg Release Cycle
57 days
Latest Release
8 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v5.7.0 Changes
- ๐ Minor cache fixes
- โ Add ability to calculate cache Ttl based on item to cache
- ๐ Allow user-created custom policies
-
v5.6.1 Changes
- Extend PolicyWrap syntax with interfaces
-
v5.6.0 Changes
- โ Add ability to handle inner exceptions natively: .HandleInner<TEx>()
- ๐ Allow WaitAndRetry policies to calculate wait based on the handled fault
- โ Add the ability to access the policies within an IPolicyWrap
- ๐ Allow PolicyWrap to configure policies expressed as interfaces
- ๐ Bug fix: set context keys for generic execute methods with PolicyWrap
- ๐ Bug fix: generic TResult method with non-generic fallback policy
- ๐ Performance improvements
- ๐ Multiple build speed improvements
-
v5.5.0 Changes
- ๐ Bug fix: non-generic CachePolicy with PolicyWrap
- โ Add Cache interfaces
-
v5.4.0 Changes
- โ Add CachePolicy: cache-aside pattern, with interfaces for pluggable cache providers and serializers.
- ๐ Bug fix: Sync TimeoutPolicy in pessimistic mode no longer interposes AggregateException.
- โ Provide public factory methods for PolicyResult, to support testing.
- Fallback delegates can now take handled fault as input parameter.
-
v5.3.1 Changes
- ๐ Make ISyncPolicy public
- โฌ๏ธ (Upgrade solution to msbuild15)
-
v5.3.0 Changes
- ๐ Fix ExecuteAndCapture() usage with PolicyWrap
- ๐ Allow Fallback delegates to take execution Context
- Provide IReadOnlyPolicyRegistry interface
- ๐ Fix ExecuteAndCapture() usage with PolicyWrap
-
v5.2.0 Changes
- โ Add PolicyRegistry for storing and retrieving policies.
- โ Add interfaces by policy type and execution type.
- ๐ Change .NetStandard minimum support to NetStandard1.1.
-
v5.1.0 Changes
- ๐ Allow different parts of a policy execution to exchange data via a mutable Context travelling with each execution.
-
v5.0.6 Changes
- โก๏ธ Update NETStandard.Library dependency to latest 1.6.1 for .NetStandard1.0 target. Resolves compatibility for some Xamarin targets.