@launchdarkly/akamai-server-base-sdk 2.1.1 → 2.1.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
@@ -23,6 +23,23 @@ 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
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.1.1 to ^1.1.2
31
+ * @launchdarkly/js-server-sdk-common bumped from ^2.2.1 to ^2.2.2
32
+
33
+ ## [2.1.3](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.1.2...akamai-server-base-sdk-v2.1.3) (2024-04-09)
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * dependencies
40
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.1.2 to ^1.1.3
41
+ * @launchdarkly/js-server-sdk-common bumped from ^2.2.2 to ^2.2.3
42
+
26
43
  ## [2.1.1](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.1.0...akamai-server-base-sdk-v2.1.1) (2024-03-15)
27
44
 
28
45
 
package/README.md CHANGED
@@ -40,7 +40,8 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
40
40
  - 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.
41
41
  - 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?).
42
42
  - 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.
43
- - 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). Disable parts of your application to facilitate maintenance, without taking everything offline.
43
+ - 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).
44
+ - Disable parts of your application to facilitate maintenance, without taking everything offline.
44
45
  - 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.
45
46
  - Explore LaunchDarkly
46
47
  - [launchdarkly.com](https://www.launchdarkly.com/ 'LaunchDarkly Main Website') for more information