@launchdarkly/cloudflare-server-sdk 2.3.2 → 2.4.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
@@ -15,6 +15,30 @@ All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be docum
15
15
  * devDependencies
16
16
  * @launchdarkly/js-server-sdk-common-edge bumped from 2.1.1 to 2.1.2
17
17
 
18
+ ## [2.4.0](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.3.3...cloudflare-server-sdk-v2.4.0) (2024-02-06)
19
+
20
+
21
+ ### Features
22
+
23
+ * React-native support for auto-env attributes. Only affects react-native package. ([deea99c](https://github.com/launchdarkly/js-core/commit/deea99ca2fbb3865f2ce55a83b2cf12e0ae2db5e))
24
+ * Update eslint jest configuration and versions. ([deea99c](https://github.com/launchdarkly/js-core/commit/deea99ca2fbb3865f2ce55a83b2cf12e0ae2db5e))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * devDependencies
31
+ * @launchdarkly/js-server-sdk-common-edge bumped from 2.1.3 to 2.2.0
32
+
33
+ ## [2.3.3](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.3.2...cloudflare-server-sdk-v2.3.3) (2024-01-16)
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * devDependencies
40
+ * @launchdarkly/js-server-sdk-common-edge bumped from 2.1.2 to 2.1.3
41
+
18
42
  ## [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)
19
43
 
20
44
 
package/README.md CHANGED
@@ -59,6 +59,10 @@ yarn && yarn build && cd packages/sdk/cloudflare
59
59
  yarn test
60
60
  ```
61
61
 
62
+ ## Verifying SDK build provenance with the SLSA framework
63
+
64
+ 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).
65
+
62
66
  ## About LaunchDarkly
63
67
 
64
68
  - 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: