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.
2 parents 40e6891 + 5319b0d commit 705a444Copy full SHA for 705a444
CHANGES.txt
@@ -1,3 +1,6 @@
1
+8.4.1 (Apr 16, 2021)
2
+ - Bumped mmh3cffi dependency which now requires c99 flag to build.
3
+
4
8.4.0 (Jan 6, 2021)
5
- Added RecordStats for supporting pipelined recording in redis when treatment call is made.
6
- Added hooks support for preforked servers.
setup.py
@@ -41,7 +41,7 @@
41
'test': TESTS_REQUIRES,
42
'redis': ['redis>=2.10.5'],
43
'uwsgi': ['uwsgi>=2.0.0'],
44
- 'cpphash': ['mmh3cffi==0.2.0'],
+ 'cpphash': ['mmh3cffi==0.2.1'],
45
},
46
setup_requires=['pytest-runner'],
47
classifiers=[
splitio/version.py
@@ -1 +1 @@
-__version__ = '8.4.0'
+__version__ = '8.4.1'
0 commit comments