Polly v7.2.2 Release Notes
-
- Recursively search all
AggregateException
inner exceptions for predicate matches when usingHandleInner()
(#818) - Thanks to @sideproject - ๐ Polly now builds deterministically - Thanks to @304NotModified
- ๐ Bug fix: the
timeoutStrategy
parameter was not being used by theTimeoutAsync(Func<TimeSpan>, TimeoutStrategy, Func<Context, TimeSpan, Task, Task>)
method - Thanks to @martincostello - ๐ Bug fix: the solution can now be built with the .NET 5.0 SDK - Thanks to @martincostello
- Recursively search all