Skip to content

Commit

Permalink
version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Jan 25, 2019
1 parent a7be2d2 commit 5a7a1f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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).

## [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] - 2019-01-16
### Fixed:
- The fix in 1.1.2 was incomplete, causing some operations to still fail when there is a prefix.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldclient-node-dynamodb-store",
"version": "1.1.3",
"version": "1.1.4",
"description": "DynamoDB-backed feature store for the LaunchDarkly Node.js SDK",
"main": "dynamodb_feature_store.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5a7a1f9

Please sign in to comment.