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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
-
9.2.1 (Nov 29, 2022)
2
-
- Changed redis record type for impressions counts from list using rpush to hashed key using hincrby
1
+
9.2.1 (Dec 1, 2022)
2
+
- Changed redis record type for impressions counts from list using rpush to hashed key using hincrby.
3
+
- Apply Timeout Exception when incorrect SDK API Key is used.
4
+
- Changed potential initial fetching segment Warning to Debug in logging.
3
5
4
6
9.2.0 (Oct 14, 2022)
5
7
- Added a new impressions mode for the SDK called NONE , to be used in factory when there is no desire to capture impressions on an SDK factory to feed Split's analytics engine. Running NONE mode, the SDK will only capture unique keys evaluated for a particular feature flag instead of full blown impressions
0 commit comments