File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- 9.0.0 (Apr 28, 2021)
2- - BREAKING CHANGE: Deprecated Python2.
1+ 9.0.0 (Apr 30, 2021)
2+ - BREAKING CHANGE: Removed splitSdkMachineIp and splitSdkMachineName configs.
3+ - BREAKING CHANGE: Deprecated uWSGI local cache.
4+ - BREAKING CHANGE: Deprecated Python2 support.
35 - Removed six, future and futures libs for compatibility between Python2 and Python3.
46 - Updated strings encoding to utf-8 by default for Redis.
5- - Deprecated uWSGI cache.
67
788.4.1 (Apr 16, 2021)
89 - Bumped mmh3cffi dependency which now requires c99 flag to build.
Original file line number Diff line number Diff line change 1111DEFAULT_CONFIG = {
1212 'operationMode' : 'in-memory' ,
1313 'connectionTimeout' : 1500 ,
14- 'splitSdkMachineName' : None ,
15- 'splitSdkMachineIp' : None ,
1614 'streamingEnabled' : True ,
1715 'featuresRefreshRate' : 30 ,
1816 'segmentsRefreshRate' : 30 ,
Original file line number Diff line number Diff line change 1- __version__ = '9.0.0-uwsgi '
1+ __version__ = '9.0.0-all '
You can’t perform that action at this time.
0 commit comments