Skip to content

Commit 2e02f72

Browse files
authored
feat: Node server SDK major release. (#180)
1 parent 28ebb3f commit 2e02f72

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

packages/sdk/server-node/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ The LaunchDarkly Server-Side SDK for Node.js is designed primarily for use in mu
88

99
For using LaunchDarkly in _client-side_ Node.js applications, refer to our [Client-side Node.js SDK](https://github.com/launchdarkly/node-client-sdk).
1010

11-
This SDK is a beta version and should not be considered ready for production use while this message is visible.
12-
1311
## LaunchDarkly overview
1412

1513
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!

packages/store/node-server-sdk-dynamodb/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
This library provides a DynamoDB-backed persistence mechanism (feature store) for the [LaunchDarkly Node.js SDK](https://github.com/launchdarkly/js-core/packages/sdk/server-node), replacing the default in-memory feature store. It uses the AWS SDK for Node.js.
88
The minimum version of the LaunchDarkly Server-Side SDK for Node for use with this library is 8.0.0.
99

10-
This SDK is a beta version and should not be considered ready for production use while this message is visible.
11-
1210
## LaunchDarkly overview
1311

1412
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!

packages/store/node-server-sdk-redis/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ This library provides a Redis-backed persistence mechanism (feature store) for t
88

99
The minimum version of the LaunchDarkly Server-Side SDK for Node for use with this library is 8.0.0.
1010

11-
This SDK is a beta version and should not be considered ready for production use while this message is visible.
12-
1311
## LaunchDarkly overview
1412

1513
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!

release-please-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bump-minor-pre-major": true
88
},
99
"packages/sdk/server-node": {
10-
"bump-minor-pre-major": true
10+
"release-as": "8.0.0"
1111
},
1212
"packages/sdk/cloudflare": {},
1313
"packages/sdk/vercel": {
@@ -29,10 +29,10 @@
2929
"bump-minor-pre-major": true
3030
},
3131
"packages/store/node-server-sdk-dynamodb": {
32-
"bump-minor-pre-major": true
32+
"release-as": "5.0.0"
3333
},
3434
"packages/store/node-server-sdk-redis": {
35-
"bump-minor-pre-major": true
35+
"release-as": "3.0.0"
3636
}
3737
},
3838
"plugins": ["node-workspace"]

0 commit comments

Comments
 (0)