@launchdarkly/akamai-server-base-sdk 1.0.6 → 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 +36 -0
- package/dist/cjs/bundle.cjs.js +3 -3
- package/dist/cjs/bundle.cjs.js.map +1 -1
- package/dist/cjs/package.json +1 -1
- package/dist/esm/bundle.es.js +3 -3
- package/dist/esm/bundle.es.js.map +1 -1
- package/dist/esm/package.json +1 -1
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,42 @@
|
|
|
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.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)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293)) ([c66aa6e](https://github.com/launchdarkly/js-core/commit/c66aa6ea0d12e1e4e565cb8378d367c31fab9c1b))
|
|
15
|
+
* A new `Migration` type which provides an out-of-the-box configurable migration framework.
|
|
16
|
+
* For more advanced use cases, added new `migrationVariation` and `trackMigration` methods on LdClient.
|
|
17
|
+
* Added typed variation method `boolVariation`, `stringVariation`, `boolVariation`, `numVariation`, and `jsonVariation` for type-safe usage in TypeScript.
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Dependencies
|
|
22
|
+
|
|
23
|
+
* The following workspace dependencies were updated
|
|
24
|
+
* dependencies
|
|
25
|
+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.3.4 to ^1.0.0
|
|
26
|
+
* @launchdarkly/js-server-sdk-common bumped from ^1.2.3 to ^2.0.0
|
|
27
|
+
|
|
28
|
+
## [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)
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* Use clientSideAvailability instead of clientSide for filtering client side flags. ([#270](https://github.com/launchdarkly/js-core/issues/270)) ([2702342](https://github.com/launchdarkly/js-core/commit/27023429d36986466cda46aa4d95eb01c10cd455))
|
|
33
|
+
|
|
34
|
+
### Dependencies
|
|
35
|
+
|
|
36
|
+
* The following workspace dependencies were updated
|
|
37
|
+
* dependencies
|
|
38
|
+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.3.3 to ^0.3.4
|
|
39
|
+
* @launchdarkly/js-server-sdk-common bumped from ^1.2.2 to ^1.2.3
|
|
40
|
+
|
|
5
41
|
### Dependencies
|
|
6
42
|
|
|
7
43
|
* The following workspace dependencies were updated
|