We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cadc3 commit 8b1b7d5Copy full SHA for 8b1b7d5
3 files changed
CHANGES.txt
@@ -1,3 +1,6 @@
1
+8.4.1 (Apr 16, 2021)
2
+ - Bumped mmh3cffi dependency which now required 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,8 +41,7 @@
41
'test': TESTS_REQUIRES,
42
'redis': ['redis>=2.10.5'],
43
'uwsgi': ['uwsgi>=2.0.0'],
44
- # 'cpphash': ['mmh3cffi==0.2.0'],
45
- 'cpphash': ['mmh3cffi @ git+https://github.com/splitio/mmh3cffi@5394feecfd7be25a511a1e3f8253fae45c7d6d07#egg=mmh3cffi']
+ 'cpphash': ['mmh3cffi==0.2.1'],
46
},
47
setup_requires=['pytest-runner'],
48
classifiers=[
splitio/version.py
@@ -1 +1 @@
-__version__ = '8.4.0'
+__version__ = '8.4.1'
0 commit comments