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: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Optimizely Python SDK Changelog
2
2
3
3
## 3.3.0
4
-
October 25th, 2019
4
+
October 28th, 2019
5
5
6
6
### New Features:
7
7
* Added support for event batching via the event processor.
@@ -11,6 +11,9 @@ October 25th, 2019
11
11
* Users can subscribe to `LogEvent` notification to be notified of whenever a payload consisting of a batch of user events is handed off to the event dispatcher to send to Optimizely's backend.
12
12
* Introduced blocking timeout in `PollingConfigManager`. By default, calls to `get_config` will block for maximum of 10 seconds until config is available.
13
13
14
+
### Bug Fixes:
15
+
* Fixed incorrect log message when numeric metric is not used. ([#217](https://github.com/optimizely/python-sdk/pull/217))
0 commit comments