@launchdarkly/akamai-server-base-sdk 1.0.1 → 1.0.3

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,12 @@
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
+ ## [1.0.3](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v1.0.2...akamai-server-base-sdk-v1.0.3) (2023-08-14)
6
+
7
+ ### Bug Fixes
8
+
9
+ * Allow for negation of segment match clauses. ([#237](https://github.com/launchdarkly/js-core/issues/237)) ([d8e469a](https://github.com/launchdarkly/js-core/commit/d8e469a5e58b90c791fbbee80f7c0fc447c4e42f))
10
+
5
11
  ### Dependencies
6
12
 
7
13
  * The following workspace dependencies were updated
@@ -30,6 +36,28 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
30
36
  * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.5 to ^0.2.6
31
37
  * @launchdarkly/js-server-sdk-common bumped from ^1.0.6 to ^1.0.7
32
38
 
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.7 to ^0.3.0
44
+ * @launchdarkly/js-server-sdk-common bumped from ^1.0.8 to ^1.1.0
45
+
46
+ ## [1.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v1.0.1...akamai-server-base-sdk-v1.0.2) (2023-08-10)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * The following workspace dependencies were updated
57
+ * dependencies
58
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.6 to ^0.2.7
59
+ * @launchdarkly/js-server-sdk-common bumped from ^1.0.7 to ^1.0.8
60
+
33
61
  ## [1.0.0](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.4.4...akamai-server-base-sdk-v1.0.0) (2023-07-05)
34
62
 
35
63