@launchdarkly/cloudflare-server-sdk 2.3.0-alpha → 2.3.1
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 +57 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,63 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* devDependencies
|
|
10
|
+
* @launchdarkly/js-server-sdk-common-edge bumped from 2.1.0 to 2.1.1
|
|
11
|
+
|
|
12
|
+
## [2.3.0](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.3...cloudflare-server-sdk-v2.3.0) (2023-11-14)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* edge sdks should send events to bulk/environment endpoint ([#256](https://github.com/launchdarkly/js-core/issues/256)) ([f45910f](https://github.com/launchdarkly/js-core/commit/f45910f171d434ca080bb6486331fbfbd2793985))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* The following workspace dependencies were updated
|
|
23
|
+
* devDependencies
|
|
24
|
+
* @launchdarkly/js-server-sdk-common-edge bumped from 2.0.2 to 2.1.0
|
|
25
|
+
|
|
26
|
+
## [2.2.3](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.2...cloudflare-server-sdk-v2.2.3) (2023-11-01)
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))
|
|
31
|
+
|
|
32
|
+
### Dependencies
|
|
33
|
+
|
|
34
|
+
* The following workspace dependencies were updated
|
|
35
|
+
* devDependencies
|
|
36
|
+
* @launchdarkly/js-server-sdk-common-edge bumped from 2.0.1 to 2.0.2
|
|
37
|
+
|
|
38
|
+
## [2.2.2](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.1...cloudflare-server-sdk-v2.2.2) (2023-10-16)
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
* Export missed Migration types.
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* The following workspace dependencies were updated
|
|
46
|
+
* devDependencies
|
|
47
|
+
* @launchdarkly/js-server-sdk-common-edge bumped from 2.0.0 to 2.0.1
|
|
48
|
+
|
|
49
|
+
## [2.2.1](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.0...cloudflare-server-sdk-v2.2.1) (2023-10-16)
|
|
50
|
+
|
|
51
|
+
### Features:
|
|
52
|
+
- A new `Migration` type which provides an out-of-the-box configurable migration framework.
|
|
53
|
+
- For more advanced use cases, added new `migrationVariation` and `trackMigration` methods on LdClient.
|
|
54
|
+
- Added typed variation method `boolVariation`, `stringVariation`, `boolVariation`, `numVariation`, and `jsonVariation` for type-safe usage in TypeScript.
|
|
55
|
+
|
|
56
|
+
### Dependencies
|
|
57
|
+
|
|
58
|
+
* The following workspace dependencies were updated
|
|
59
|
+
* devDependencies
|
|
60
|
+
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.13 to 2.0.0
|
|
61
|
+
|
|
5
62
|
## [2.2.0](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.1.4...cloudflare-server-sdk-v2.2.0) (2023-09-21)
|
|
6
63
|
|
|
7
64
|
|