Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

39 lines (33 loc) · 1.36 KB

2.2.3


  • Fix PCL implementation of SystemClock.Reset
  • Added ability to capture the results of executing a policy via ExecuteAndCapture - Thanks to @ThomasMentzel

2.2.2


  • Added extra NotOnCapturedContext call to prevent potential deadlocks when blocking on asynchronous calls - Thanks to Hacko

2.2.1


  • Replaced non-blocking sleep implementation with a blocking one for PCL

2.2.0


  • Added Async Support (PCL)
  • PCL Profile updated from Profile78 -> Profile 259
  • Added missing WaitAndRetryAsync overload

2.1.0


  • Added Async Support (.NET Framework 4.5 Only) - Massive thanks to @mauricedb for the implementation

2.0.0


  • Added Portable Class Library (Issue #4) - Thanks to @ghuntley for the implementation
  • The Polly NuGet package is now no longer strongly named. The strongly named NuGet package is now Polly-Signed (Issue #5)

1.1.0


  • Added additional overloads to Retry
  • Allow arbitrary data to be passed to policy execution (Issue #1)