You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
+
8.3.0 (Nov 4, 2020)
2
+
- Added local impressions deduping. Defaulting to optimized
3
+
- Added support for the new Split streaming architecture. When enabled (default), the SDK will not poll for updates but instead receive notifications every time there's a change in your environments, allowing to process those much quicker. If disabled or in the event of an issue, the SDK will fallback to the known polling mechanism to provide a seamless experience.
4
+
- Updated logging structure so that it's built in terms of a hierarchy with the root at 'splitio'
5
+
- Fixed timing issue which caused factory.ready to return False if called immediately after .block_until_ready()
6
+
1
7
8.2.1 (Aug 25, 2020)
2
-
- Use mmh3cffi=0.1.5 which fixes xcode12 issue
8
+
- Updated mmh3cffi to version 0.1.5 which fixes xcode12 issue
3
9
4
10
8.2.0 (Mar 27, 2020)
5
-
- Support enabling in-memory cache via config options
11
+
- Added support for enabling in-memory cache via config options
6
12
7
13
8.1.7 (Jan 23, 2020)
8
14
- Removed enum34 dependency for python versions > 3.4
0 commit comments