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

Commit 8ea55e6

Browse files
Releasing version 2.0.0
1 parent e49fe8d commit 8ea55e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [2.0.0] - 2020-04-03
6+
### Changed:
7+
- The `aws-sdk` dependency has been changed to a _peer_ dependency, so it is not automatically loaded by NPM. This greatly reduces application bundle size when deploying to AWS Lambda, because Lambda provides `aws-sdk` automatically in the container environment. Applications that do not run in Lambda must now add `aws-sdk` explicitly in their own dependencies in order to use this package. ([#12](https://github.com/launchdarkly/node-server-sdk-dynamodb/issues/12))
8+
59
## [1.1.9] - 2020-03-25
610
### Removed:
711
- The package dependencies mistakenly included `typedoc`. ([#12](https://github.com/launchdarkly/node-server-sdk-dynamodb/issues/12))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-node-server-sdk-dynamodb",
3-
"version": "1.1.9",
3+
"version": "2.0.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)