Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

4.5.1

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 15 Nov 23:28
· 19 commits to v4 since this release

[4.5.1] - 2018-11-15

Fixed:

  • Previously, the DynamoDB feature store implementation could fail if a feature flag contained an empty string in any property, since DynamoDB does not allow empty strings. This has been fixed by storing a JSON representation of the entire feature flag, rather than individual properties. The same implementation will be used by all other LaunchDarkly SDKs that provide a DynamoDB integration, so they will be interoperable.