@launchdarkly/akamai-server-base-sdk 1.0.7 → 2.0.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 CHANGED
@@ -2,6 +2,41 @@
2
2
 
3
3
  All notable changes to the LaunchDarkly SDK for Akamai Workers will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
4
4
 
5
+ ## [2.0.1](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.0...akamai-server-base-sdk-v2.0.1) (2023-10-16)
6
+
7
+ ### Bug Fixes
8
+ * Export missed Migration types.
9
+
10
+ ### Dependencies
11
+
12
+ * The following workspace dependencies were updated
13
+ * dependencies
14
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.0 to ^1.0.1
15
+ * @launchdarkly/js-server-sdk-common bumped from ^2.0.0 to ^2.0.1
16
+
17
+ ## [2.0.0](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v1.0.7...akamai-server-base-sdk-v2.0.0) (2023-10-16)
18
+
19
+
20
+ ### ⚠ BREAKING CHANGES
21
+
22
+ * Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293))
23
+
24
+ ### Features
25
+
26
+ * Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293)) ([c66aa6e](https://github.com/launchdarkly/js-core/commit/c66aa6ea0d12e1e4e565cb8378d367c31fab9c1b))
27
+ * A new `Migration` type which provides an out-of-the-box configurable migration framework.
28
+ * For more advanced use cases, added new `migrationVariation` and `trackMigration` methods on LdClient.
29
+ * Added typed variation method `boolVariation`, `stringVariation`, `boolVariation`, `numVariation`, and `jsonVariation` for type-safe usage in TypeScript.
30
+
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * The following workspace dependencies were updated
36
+ * dependencies
37
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.3.4 to ^1.0.0
38
+ * @launchdarkly/js-server-sdk-common bumped from ^1.2.3 to ^2.0.0
39
+
5
40
  ## [1.0.7](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v1.0.6...akamai-server-base-sdk-v1.0.7) (2023-09-06)
6
41
 
7
42
  ### Bug Fixes