All Versions
56
Latest Version
Avg Release Cycle
61 days
Latest Release
-

Changelog History
Page 2

  • v7.0.0

    February 09, 2019
  • v6.1.2 Changes

    November 27, 2018
    • ๐Ÿ› Bug Fix: Async continuation control for async executions (issue 540, affected only v6.1.1)
  • v6.1.1 Changes

    November 12, 2018
    • ๐Ÿ› Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 510)
  • v6.1.0 Changes

    July 15, 2018
    • ๐Ÿ› Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 463)
    • ๐Ÿ› Bug Fix: CachePolicy behaviour with non-nullable types (issues 472, 475)
    • โœจ Enhancement: WaitAnd/RetryForever overloads where onRetry takes the retry number as a parameter (issue 451)
    • โœจ Enhancement: Overloads where onTimeout takes thrown exception as a parameter (issue 338)
    • โœจ Enhancement: Improved cache error message (issue 455)
  • v6.0.1 Changes

    May 06, 2018
    • ๐Ÿ”– Version 6 RTM, for integration to ASPNET Core 2.1 IHttpClientFactory
  • v6.0.0-v6alpha Changes

    • ๐Ÿ“ฆ Publish as strong-named package only (discontinue non-strong-named versions)
    • โž• Add .NetStandard 2.0 tfm
    • ๐Ÿ‘ Provide .NET4.5 support via .NetStandard 1.1 tfm
    • ๐Ÿ‘ Discontinue .NET4.0 support
    • โœ‚ Remove methods marked as deprecated in v5.9.0
  • v5.9.0 Changes

    • ๐Ÿ‘ Allow Timeout.InfiniteTimeSpan (no timeout) for TimeoutPolicy.
    • โž• Add .AsPolicy<TResult> and .AsAsyncPolicy<TResult> methods for converting non-generic policies to generic policies.
    • ๐Ÿšš Per Semver, indicates deprecation of overloads and properties intended to be removed or renamed in Polly v6.
  • v5.8.0 Changes

    • โž• Add a new onBreak overload that provides the prior state on a transition to an open state
    • ๐Ÿ› Bug fix: RelativeTtl in CachePolicy now always returns a ttl relative to time item is cached
  • 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