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
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
10.0.0 (XXX XX, XXXX)
2
+
- Added support for asyncio library
3
+
- BREAKING CHANGE: Minimum supported Python version is 3.7.16
4
+
5
+
9.6.2 (Apr 5, 2024)
6
+
- Fixed an issue when pushing unique keys tracker data to redis if no keys exist, i.e. get_treatment flavors are not called.
7
+
8
+
9.6.1 (Feb 15, 2024)
9
+
- Added redisUsername configuration parameter for Redis connection to set the username for accessing redis when not using the default `root` username
10
+
11
+
9.6.0 (Nov 3, 2023)
12
+
- 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):
13
+
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
14
+
- get_treatments_by_flag_set and get_treatments_by_flag_sets
15
+
- get_treatments_with_config_by_flag_set and get_treatments_with_config_by_flag_sets
16
+
- 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.
17
+
- 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.
18
+
- Updated the following SDK manager methods to expose flag sets on flag views.
19
+
- Removed raising an exception when Telemetry post config data fails, SDK will only log the error.
20
+
21
+
9.5.1 (Sep 5, 2023)
22
+
- Exclude tests from when building the package
23
+
- Fixed exception when fetching telemetry stats if no SSE Feature flags update events are stored
24
+
25
+
9.5.0 (Jul 18, 2023)
26
+
- 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.
27
+
1
28
9.4.2 (May 15, 2023)
2
29
- 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.
0 commit comments