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

Commit a6ac9a9

Browse files
committed
release 1.1.0
1 parent e4b65c6 commit a6ac9a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ All notable changes to the LaunchDarkly Node.js SDK DynamoDB integration will be
55
## [1.0.0] - 2018-11-15
66

77
Initial release.
8+
9+
## [1.1.0] - 2018-11-20
10+
### Added:
11+
- 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-node-dynamodb-store",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "DynamoDB-backed feature store for the LaunchDarkly Node.js SDK",
55
"main": "dynamodb_feature_store.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)