Skip to content

Commit 77363bb

Browse files
committed
uodated changes and version
1 parent 85fed03 commit 77363bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
9.2.0 (Oct 14, 2022)
25
- 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
36

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-rc'

0 commit comments

Comments
 (0)