We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad7b55 commit 919473eCopy full SHA for 919473e
CHANGES.txt
@@ -1,5 +1,7 @@
1
-9.0.0 ()
+9.0.0 (Apr 21, 2021)
2
- BREAKING CHANGE: Deprecated Python2.
3
+ - Removed six, future and futures libs for compatibility between Python2 and Python3.
4
+ - Updated strings encoding to utf-8 by default for Redis.
5
6
8.4.0 (Jan 6, 2021)
7
- Added RecordStats for supporting pipelined recording in redis when treatment call is made.
splitio/version.py
@@ -1 +1 @@
-__version__ = '9.0.0-rc1'
+__version__ = '9.0.0'
0 commit comments