Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Releases: launchdarkly/node-server-sdk-dynamodb

1.1.5

15 May 02:50
a5b7885
Compare
Choose a tag to compare

[1.1.5] - 2019-05-14

Changed:

  • Corresponding to the SDK package name change from ldclient-node to launchdarkly-node-server-sdk, this package is now called launchdarkly-node-server-sdk-dynamodb. The functionality of the package, including the namespaces and class names, has not changed.

1.1.4

25 Jan 21:28
Compare
Choose a tag to compare

[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

17 Jan 02:00
Compare
Choose a tag to compare

[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

16 Jan 21:48
c217bc8
Compare
Choose a tag to compare

[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

15 Jan 01:39
Compare
Choose a tag to compare

[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

20 Nov 21:39
Compare
Choose a tag to compare

[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

15 Nov 23:31
Compare
Choose a tag to compare

[1.0.0] - 2018-11-15

Initial release.