2.1.0
[2.1.0] - 2017-11-16
Added
- Exposed the
ExponentialBackoffWithDecorrelationas a public class. This class may be used to calculate exponential backoff with jitter.
Changed
- Reconnects to EventSource are now handled inline, rather than using Polly for managing retry policies.