We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7596e commit 3f59ce1Copy full SHA for 3f59ce1
CHANGES.txt
@@ -1,3 +1,11 @@
1
+8.0.0 (Apr 24, 2019)
2
+ - Full SDK Refactor/rewrite.
3
+ - New block until ready behaviour.
4
+ - Support for async destroy.
5
+ - Dynamic configs.
6
+ - Impressions not flushing on destroy bugfix.
7
+ - Removed unnecessary dependencies.
8
+ - Test suite rewritten.
9
7.0.1 (Mar 8, 2019)
10
- Updated Splits refreshing rate.
11
- Replaced exception log level to error level.
splitio/version.py
@@ -1 +1 @@
-__version__ = '8.0.0-rc1'
+__version__ = '8.0.0'
0 commit comments