You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+38-2Lines changed: 38 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,40 @@
1
-
9.3.0-rc1 (Jan 20, 2023)
1
+
9.6.2 (Apr 5, 2024)
2
+
- Fixed an issue when pushing unique keys tracker data to redis if no keys exist, i.e. get_treatment flavors are not called.
3
+
4
+
9.6.1 (Feb 15, 2024)
5
+
- Added redisUsername configuration parameter for Redis connection to set the username for accessing redis when not using the default `root` username
6
+
7
+
9.6.0 (Nov 3, 2023)
8
+
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
9
+
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
10
+
- get_treatments_by_flag_set and get_treatments_by_flag_sets
11
+
- get_treatments_with_config_by_flag_set and get_treatments_with_config_by_flag_sets
12
+
- Added a new optional Split Filter configuration option. This allows the SDK and Split services to only synchronize the flags in the specified flag sets, avoiding unused or unwanted flags from being synced on the SDK instance, bringing all the benefits from a reduced payload.
13
+
- Note: Only applicable when the SDK is in charge of the rollout data synchronization. When not applicable, the SDK will log a warning on init.
14
+
- Updated the following SDK manager methods to expose flag sets on flag views.
15
+
- Removed raising an exception when Telemetry post config data fails, SDK will only log the error.
16
+
17
+
9.5.1 (Sep 5, 2023)
18
+
- Exclude tests from when building the package
19
+
- Fixed exception when fetching telemetry stats if no SSE Feature flags update events are stored
20
+
21
+
9.5.0 (Jul 18, 2023)
22
+
- Improved streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
23
+
24
+
9.4.2 (May 15, 2023)
25
+
- Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and code documentation comments.
26
+
- Added detailed debug logging for redis adapter.
27
+
- Fixed setting defaultTreatment to 'control' if it is missing in localhost JSON file.
28
+
29
+
9.4.1 (Apr 18, 2023)
30
+
- Fixed storing incorrect Telemetry method latency data
31
+
32
+
9.4.0 (Mar 1, 2023)
33
+
- Added support to use JSON files in localhost mode.
34
+
- Updated default periodic telemetry post time to one hour.
35
+
- Fixed unhandeled exception in push.manager.py class when SDK is connected to split proxy
36
+
37
+
9.3.0 (Jan 30, 2023)
2
38
- Updated SDK telemetry storage, metrics and updater to be more effective and send less often.
This SDK is designed to work with Split, the platform for controlled rollouts, which serves features to your users via a Split feature flag to manage your complete customer experience.
* JavaScript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://help.split.io/hc/en-us/articles/360058730852-Browser-SDK)
0 commit comments