Skip to content

Commit 8dfefd6

Browse files
committed
Updated changes.txt and version
1 parent c2c4114 commit 8dfefd6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
9.2.1 (Nov 29, 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.
5+
16
9.2.0 (Oct 14, 2022)
27
- 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
38

splitio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '9.2.0'
1+
__version__ = '9.2.1-rc2'

0 commit comments

Comments
 (0)