This repository was archived by the owner on May 30, 2024. It is now read-only.
Releases: launchdarkly/node-server-sdk-dynamodb
Releases · launchdarkly/node-server-sdk-dynamodb
1.1.5
[1.1.5] - 2019-05-14
Changed:
- Corresponding to the SDK package name change from
ldclient-node
tolaunchdarkly-node-server-sdk
, this package is now calledlaunchdarkly-node-server-sdk-dynamodb
. The functionality of the package, including the namespaces and class names, has not changed.
1.1.4
[1.1.4] - 2019-01-25
Fixed:
- Fixed a bug that could cause a database error when overwriting the entire data set with new data, if there is a key prefix.
- Fixed a bug that could produce an unhandled promise rejection if there was a database error.
1.1.3
[1.1.3] - 2019-01-16
Fixed:
- The fix in 1.1.2 was incomplete, causing some operations to still fail when there is a prefix.
1.1.2
[1.1.2] - 2019-01-16
Fixed:
- The prefix property added in 1.1.0 did not work correctly: data was written with prefixed keys, but was read with non-prefixed keys. This has been fixed.
1.1.1
[1.1.1] - 2019-01-14
Fixed:
- Fixed a potential race condition that could occur if one process is reading a feature flag while another one is updating the entire data set.
- Added TypeScript definitions.
1.1.0
[1.1.0] - 2018-11-20
Added:
- it is now possible to specify a prefix string for the database keys, so that multiple SDK clients can share the same DynamoDB table without interfering with each other's data as long as they use different prefixes.
1.0.0
[1.0.0] - 2018-11-15
Initial release.