CHANGELOG.md in ld-eventsource-1.0.3 vs CHANGELOG.md in ld-eventsource-2.0.0.pre.beta.1

- old
+ new

@@ -1,8 +1,12 @@ # Change log All notable changes to the LaunchDarkly SSE Client for Ruby will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.0.3] - 2020-03-17 +### Fixed: +- The backoff delay logic for reconnecting after a stream failure was broken so that if a failure occurred after a stream had been active for at least `reconnect_reset_interval` (default 60 seconds), retries would use _no_ delay, potentially causing a flood of requests and a spike in CPU usage. + ## [1.0.2] - 2020-03-10 ### Removed: - Removed an unused dependency on `rake`. There are no other changes in this release.