You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
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).
4
4
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
+
5
10
## [1.1.3] - 2019-01-16
6
11
### Fixed:
7
12
- The fix in 1.1.2 was incomplete, causing some operations to still fail when there is a prefix.
0 commit comments