@launchdarkly/cloudflare-server-sdk 0.0.4 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@ All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be docum
8
8
  * dependencies
9
9
  * @launchdarkly/js-server-sdk-common-edge bumped from 0.0.2 to 0.0.3
10
10
 
11
+ ## [2.0.0](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v0.0.4...cloudflare-server-sdk-v2.0.0) (2023-04-26)
12
+
13
+
14
+ ### Features
15
+
16
+ * The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts." For detailed information about this version, please refer to the list below. For information on how to upgrade from the previous version, please read the [migration guide](https://docs.launchdarkly.com/sdk/server-side/cloudflare/migration-1-to-2).
17
+ * The latest version of this SDK replaces [launchdarkly-cloudflare-edge-sdk](https://github.com/launchdarkly/cloudflare-edge-sdk). Please consider updating your application to use this package instead.
18
+
11
19
  ## [0.0.4](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v0.0.3...cloudflare-server-sdk-v0.0.4) (2023-04-26)
12
20
 
13
21
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@launchdarkly/cloudflare-server-sdk",
3
- "version": "0.0.4",
3
+ "version": "2.0.0",
4
4
  "type": "commonjs"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@launchdarkly/cloudflare-server-sdk",
3
- "version": "0.0.4",
3
+ "version": "2.0.0",
4
4
  "type": "module"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/cloudflare-server-sdk",
3
- "version": "0.0.4",
3
+ "version": "2.0.0",
4
4
  "description": "Cloudflare LaunchDarkly SDK",
5
5
  "packageManager": "yarn@3.4.1",
6
6
  "keywords": [
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@cloudflare/workers-types": "^4.20230321.0",
34
- "@launchdarkly/js-server-sdk-common-edge": "0.0.3",
34
+ "@launchdarkly/js-server-sdk-common-edge": "1.0.0",
35
35
  "crypto-js": "^4.1.1"
36
36
  },
37
37
  "devDependencies": {