@launchdarkly/cloudflare-server-sdk 2.3.0-alpha → 2.3.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
@@ -2,6 +2,57 @@
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
+ ## [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)
7
+
8
+
9
+ ### Features
10
+
11
+ * 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))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * devDependencies
18
+ * @launchdarkly/js-server-sdk-common-edge bumped from 2.0.2 to 2.1.0
19
+
20
+ ## [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)
21
+
22
+ ### Bug Fixes
23
+
24
+ * Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * devDependencies
30
+ * @launchdarkly/js-server-sdk-common-edge bumped from 2.0.1 to 2.0.2
31
+
32
+ ## [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)
33
+
34
+ ### Bug Fixes
35
+ * Export missed Migration types.
36
+
37
+ ### Dependencies
38
+
39
+ * The following workspace dependencies were updated
40
+ * devDependencies
41
+ * @launchdarkly/js-server-sdk-common-edge bumped from 2.0.0 to 2.0.1
42
+
43
+ ## [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)
44
+
45
+ ### Features:
46
+ - A new `Migration` type which provides an out-of-the-box configurable migration framework.
47
+ - For more advanced use cases, added new `migrationVariation` and `trackMigration` methods on LdClient.
48
+ - Added typed variation method `boolVariation`, `stringVariation`, `boolVariation`, `numVariation`, and `jsonVariation` for type-safe usage in TypeScript.
49
+
50
+ ### Dependencies
51
+
52
+ * The following workspace dependencies were updated
53
+ * devDependencies
54
+ * @launchdarkly/js-server-sdk-common-edge bumped from 1.0.13 to 2.0.0
55
+
5
56
  ## [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
57
 
7
58