lokad-shared-libraries - Helper assemblies originally for .NET 3.5 and Silverlight 2.0 which were developed as part of the Open Source effort by Lokad.com (discontinued) | New BSD License
@reisenberger - Fix .NET Standard 1.0 targeting. Remove PCL259 target. PCL259 support is provided via .NET Standard 1.0 target, going forward.
@reisenberger - Fix CircuitBreaker HalfOpen state and cases when breakDuration is shorter than typical call timeout. Thanks to @vgouw and @kharos for the reports and insightful thinking.
@Julien-Mialon - Fixes, support and examples for .NET Standard compatibility with Xamarin PCL projects
@reisenberger - Add mutable Context and extra overloads taking Context. Allows different parts of a policy execution to exchange data via the mutable Context travelling with each execution.
@ankitbko - Add PolicyRegistry for storing and retrieving policies.
@reisenberger - Add interfaces by policy type and execution type.
@matst80 - Allow WaitAndRetry to take handled fault as an input to the sleepDurationProvider, allowing WaitAndRetry to take account of systems which specify a duration to wait as part of a fault response; e.g. Azure CosmosDB may specify this in x-ms-retry-after-ms headers or in a property to an exception thrown by the Azure CosmosDB SDK.
@MartinSStewart - Add GetPolicies() extension methods to IPolicyWrap.
@jbergens37 - Parallelize test running where possible, to improve overall build speed.
@reisenberger - Add new .HandleInner<TException>(...) syntax for handling inner exceptions natively.