@launchdarkly/node-server-sdk
Advanced tools
Comparing version 9.3.0-alpha.1 to 9.3.0
@@ -5,2 +5,11 @@ # Changelog | ||
## [9.3.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.4...node-server-sdk-v9.3.0) (2024-04-10) | ||
This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing. | ||
### Features | ||
* Add support for hooks. ([ce6f041](https://github.com/launchdarkly/js-core/commit/ce6f0414567945bbe39c22df7cf6ae24c2e32931)) | ||
### Dependencies | ||
@@ -10,4 +19,40 @@ | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.1.1 to 2.1.2 | ||
* @launchdarkly/js-server-sdk-common bumped from 2.2.4 to 2.3.0 | ||
## [9.2.4](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.3...node-server-sdk-v9.2.4) (2024-04-09) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.2.3 to 2.2.4 | ||
## [9.2.3](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.2...node-server-sdk-v9.2.3) (2024-04-09) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.2.2 to 2.2.3 | ||
## [9.2.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.1...node-server-sdk-v9.2.2) (2024-03-25) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.2.1 to 2.2.2 | ||
## [9.2.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.2.0...node-server-sdk-v9.2.1) (2024-03-15) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.2.0 to 2.2.1 | ||
## [9.2.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.1.1...node-server-sdk-v9.2.0) (2024-02-14) | ||
@@ -51,2 +96,11 @@ | ||
## [9.0.5](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.4...node-server-sdk-v9.0.5) (2023-12-27) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.1.1 to 2.1.2 | ||
## [9.0.4](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.3...node-server-sdk-v9.0.4) (2023-12-04) | ||
@@ -53,0 +107,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.3.0-alpha.1", | ||
"version": "9.3.0", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "2.3.0-alpha.1", | ||
"@launchdarkly/js-server-sdk-common": "2.3.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.1" |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.3.0-alpha.1", | ||
"version": "9.3.0", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "2.3.0-alpha.1", | ||
"@launchdarkly/js-server-sdk-common": "2.3.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.1" |
@@ -49,3 +49,4 @@ # LaunchDarkly Server-Side SDK for Node.js | ||
- Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file. | ||
- Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline. | ||
- Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). | ||
- Disable parts of your application to facilitate maintenance, without taking everything offline. | ||
- LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out [our documentation](https://docs.launchdarkly.com/sdk) for a complete list. | ||
@@ -52,0 +53,0 @@ - Explore LaunchDarkly |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
86703
0
63
+ Added@launchdarkly/js-sdk-common@2.4.1(transitive)
+ Added@launchdarkly/js-server-sdk-common@2.3.0(transitive)
- Removed@launchdarkly/js-sdk-common@2.2.0(transitive)
- Removed@launchdarkly/js-server-sdk-common@2.3.0-alpha.1(transitive)