Polly v7.2.2 Release Notes

    • Recursively search all AggregateException inner exceptions for predicate matches when using HandleInner() (#818) - Thanks to @sideproject
    • ๐Ÿ— Polly now builds deterministically - Thanks to @304NotModified
    • ๐Ÿ› Bug fix: the timeoutStrategy parameter was not being used by the TimeoutAsync(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