Polly v5.6.0 Release Notes

    • โž• 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