From 249c2838cf8e8a5236e25f629ac7c1fea1a6e68e Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Wed, 9 Jan 2019 21:24:49 +0000 Subject: [PATCH] Update Changelog for release of version 4.7.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 766d3b2..dda3b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [4.7.1] - 2019-01-09 +### Fixed: +- Fixed a potential race condition in the DynamoDB and Consul feature store integrations where it might be possible to see a feature flag that depended on a prerequisite flag (or on a user segment) before the latter had been written to the store. + ## [4.7.0] - 2018-12-18 ### Added: - The new configuration option `EventsEndpointUri` allows the entire URI for event posting to be customized, not just the base URI. This is used by the LaunchDarkly Relay Proxy and will not normally be needed by developers.