CHANGELOG.md in launchdarkly-server-sdk-5.6.2 vs CHANGELOG.md in launchdarkly-server-sdk-5.7.0

- old
+ new

@@ -1,8 +1,12 @@ # Change log All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.6.2] - 2020-01-15 +### Fixed: +- The SDK now specifies a uniquely identifiable request header when sending events to LaunchDarkly to ensure that events are only processed once, even if the SDK sends them two times due to a failed initial attempt. + ## [5.6.1] - 2020-01-06 ### Fixed: - In rare circumstances (depending on the exact data in the flag configuration, the flag's salt value, and the user properties), a percentage rollout could fail and return a default value, logging the error "Data inconsistency in feature flag ... variation/rollout object with no variation or rollout". This would happen if the user's hashed value fell exactly at the end of the last "bucket" (the last variation defined in the rollout). This has been fixed so that the user will get the last variation. ## [5.6.0] - 2019-08-28