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
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
1
CHANGES
2
+
8.3.0 (Dec 11, 2023)
3
+
- 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):
4
+
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
5
+
- get_treatments_by_flag_set and get_treatments_by_flag_sets
6
+
- get_treatments_with_config_by_flag_set and get_treatments_with_config_by_flag_sets
7
+
- 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.
8
+
- 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.
9
+
- Added `default_treatment` and `sets` property to the `split_view` object returned by the `split` and `splits` methods of the SDK manager.
2
10
3
11
8.2.0 (Jul 18, 2023)
4
12
- 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.
@@ -60,10 +68,10 @@ CHANGES
60
68
61
69
7.2.1 (Oct 23, 2020)
62
70
- Updated redis dependency to >= 4.2.2.
63
-
- Updated ably error handling.
71
+
- Updated ably error handling.
64
72
65
73
7.2.0 (Sep 25, 2020)
66
-
- Added impressions dedupe logic to avoid sending duplicated impressions:
74
+
- Added impressions dedupe logic to avoid sending duplicated impressions:
67
75
- Added `OPTIMIZED` and `DEBUG` modes in order to enabling/disabling how impressions are going to be sent into Split servers,
68
76
- `OPTIMIZED`: will send unique impressions in a timeframe in order to reduce how many times impressions are posted to Split.
69
77
- `DEBUG`: will send every impression generated to Split.
0 commit comments