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 919473e + 705a444 commit b82facdCopy full SHA for b82facd
CHANGES.txt
@@ -3,6 +3,9 @@
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.1 (Apr 16, 2021)
7
+ - Bumped mmh3cffi dependency which now requires c99 flag to build.
8
+
9
8.4.0 (Jan 6, 2021)
10
- Added RecordStats for supporting pipelined recording in redis when treatment call is made.
11
- Added hooks support for preforked servers.
setup.py
@@ -37,7 +37,7 @@
37
'test': TESTS_REQUIRES,
38
'redis': ['redis>=2.10.5'],
39
'uwsgi': ['uwsgi>=2.0.0'],
40
- 'cpphash': ['mmh3cffi==0.2.0'],
+ 'cpphash': ['mmh3cffi==0.2.1'],
41
},
42
setup_requires=['pytest-runner'],
43
classifiers=[
0 commit comments