launchdarkly-node-server-sdk-dynamodb
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -5,2 +5,6 @@ # Change log | ||
## [4.0.1] - 2022-04-06 | ||
### Fixed: | ||
- If the SDK attempts to store a feature flag or segment whose total data size is over the 400KB limit for DynamoDB items, this integration will now log (at `error` level) a message like `The item "my-flag-key" in "features" was too large to store in DynamoDB and was dropped` but will still process all other data updates. Previously, it would cause the SDK to enter an error state in which the oversized item would be pointlessly retried and other updates might be lost. ([#25](https://github.com/launchdarkly/node-server-sdk-dynamodb/issues/25)) | ||
## [4.0.0] - 2021-07-22 | ||
@@ -7,0 +11,0 @@ ### Added: |
@@ -7,3 +7,3 @@ module.exports = { | ||
], | ||
name: "LaunchDarkly Server-Side Node SDK DynamoDB Integration (4.0.1)", | ||
name: "LaunchDarkly Server-Side Node SDK DynamoDB Integration (4.1.0)", | ||
readme: 'none', // don't add a home page with a copy of README.md | ||
@@ -10,0 +10,0 @@ entryPoints: "/tmp/project-releaser/project/index.d.ts", |
{ | ||
"name": "launchdarkly-node-server-sdk-dynamodb", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "DynamoDB-backed feature store for the LaunchDarkly Node.js SDK", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"launchdarkly-js-test-helpers": "^1.2.1", | ||
"launchdarkly-node-server-sdk": "6.2.0", | ||
"launchdarkly-node-server-sdk": "^7.0.0", | ||
"prettier": "^2.3.1", | ||
@@ -45,3 +45,3 @@ "typescript": "^4.3.2" | ||
"aws-sdk": "^2.349.0", | ||
"launchdarkly-node-server-sdk": "^6.2.0" | ||
"launchdarkly-node-server-sdk": "^6.2.0 || ^7.0.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
227475
0