2.11.1
Improvements
- Introduce
IncludeErrorSet<TException1, TException2
> methods for policy processors, library policies(RetryPolicy
,SimplePolicy
andFallbackPolicy
) andPolicyCollection
. - Introduce
ExcludeErrorSet<TException1, TException2
> methods for policy processors, library policies(RetryPolicy
,SimplePolicy
andFallbackPolicy
) andPolicyCollection
.
Small changes
- Slightly improve performance by using the equality operator instead of the
Equals
method for comparing types in generic error filters.
Docs changes
- Add new 'PolicyDelegateCollectionResult' README chapter.
- Update examples in the 'Policy wrap' README chapter.
- Add docs for the
ExcludeError
,IncludeError
extension methods in theRetryProcessorErrorFiltering
,FallbackProcessorErrorFiltering
,SimplePolicyProcessorErrorFiltering
classes.