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

Commit 5a7a1f9

Browse files
committed
version 1.1.4
1 parent a7be2d2 commit 5a7a1f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the LaunchDarkly Node.js SDK DynamoDB integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.1.4] - 2019-01-25
6+
### Fixed:
7+
- Fixed a bug that could cause a database error when overwriting the entire data set with new data, if there is a key prefix.
8+
- Fixed a bug that could produce an unhandled promise rejection if there was a database error.
9+
510
## [1.1.3] - 2019-01-16
611
### Fixed:
712
- The fix in 1.1.2 was incomplete, causing some operations to still fail when there is a prefix.

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.1.3",
3+
"version": "1.1.4",
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)