@launchdarkly/akamai-server-base-sdk 2.0.5 → 2.1.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
@@ -23,6 +23,32 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
23
23
  * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.4 to ^1.0.5
24
24
  * @launchdarkly/js-server-sdk-common bumped from ^2.1.1 to ^2.1.2
25
25
 
26
+ ## [2.1.0](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.6...akamai-server-base-sdk-v2.1.0) (2024-02-06)
27
+
28
+
29
+ ### Features
30
+
31
+ * React-native support for auto-env attributes. Only affects react-native package. ([deea99c](https://github.com/launchdarkly/js-core/commit/deea99ca2fbb3865f2ce55a83b2cf12e0ae2db5e))
32
+ * Update eslint jest configuration and versions. ([deea99c](https://github.com/launchdarkly/js-core/commit/deea99ca2fbb3865f2ce55a83b2cf12e0ae2db5e))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * The following workspace dependencies were updated
38
+ * dependencies
39
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.6 to ^1.1.0
40
+ * @launchdarkly/js-server-sdk-common bumped from ^2.1.3 to ^2.2.0
41
+
42
+ ## [2.0.6](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.5...akamai-server-base-sdk-v2.0.6) (2024-01-16)
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.5 to ^1.0.6
50
+ * @launchdarkly/js-server-sdk-common bumped from ^2.1.2 to ^2.1.3
51
+
26
52
  ## [2.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.1...akamai-server-base-sdk-v2.0.2) (2023-11-01)
27
53
 
28
54
  ### Bug Fixes
package/README.md CHANGED
@@ -30,6 +30,10 @@ yarn && yarn build && cd packages/sdk/akamai-base
30
30
  yarn test
31
31
  ```
32
32
 
33
+ ## Verifying SDK build provenance with the SLSA framework
34
+
35
+ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](PROVENANCE.md).
36
+
33
37
  ## About LaunchDarkly
34
38
 
35
39
  - LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can: