@launchdarkly/cloudflare-server-sdk 2.5.10 → 2.5.12

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
@@ -21,6 +21,24 @@ All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be docum
21
21
  * devDependencies
22
22
  * @launchdarkly/js-server-sdk-common-edge bumped from 2.2.1 to 2.2.2
23
23
 
24
+ ## [2.5.12](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.5.11...cloudflare-server-sdk-v2.5.12) (2024-09-03)
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * devDependencies
31
+ * @launchdarkly/js-server-sdk-common-edge bumped from 2.3.7 to 2.3.8
32
+
33
+ ## [2.5.11](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.5.10...cloudflare-server-sdk-v2.5.11) (2024-08-28)
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * devDependencies
40
+ * @launchdarkly/js-server-sdk-common-edge bumped from 2.3.6 to 2.3.7
41
+
24
42
  ## [2.5.10](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.5.9...cloudflare-server-sdk-v2.5.10) (2024-08-12)
25
43
 
26
44
 
package/README.md CHANGED
@@ -72,7 +72,7 @@ yarn test
72
72
 
73
73
  ## Verifying SDK build provenance with the SLSA framework
74
74
 
75
- 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).
75
+ 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).
76
76
 
77
77
  ## About LaunchDarkly
78
78
 
@@ -80,7 +80,7 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
80
80
  - Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
81
81
  - Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
82
82
  - Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
83
- - Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan).
83
+ - Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan).
84
84
  - Disable parts of your application to facilitate maintenance, without taking everything offline.
85
85
  - LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read [our documentation](https://docs.launchdarkly.com/sdk) for a complete list.
86
86
  - Explore LaunchDarkly