Skip to content

Commit 7850aa6

Browse files
author
Matias Melograno
committed
preparing release
1 parent 9283a57 commit 7850aa6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGES.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

78
8.4.1 (Apr 16, 2021)
89
- Bumped mmh3cffi dependency which now requires c99 flag to build.

splitio/client/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
DEFAULT_CONFIG = {
1212
'operationMode': 'in-memory',
1313
'connectionTimeout': 1500,
14-
'splitSdkMachineName': None,
15-
'splitSdkMachineIp': None,
1614
'streamingEnabled': True,
1715
'featuresRefreshRate': 30,
1816
'segmentsRefreshRate': 30,

splitio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '9.0.0-uwsgi'
1+
__version__ = '9.0.0-all'

0 commit comments

Comments
 (0)