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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Optimizely Ruby SDK Changelog
2
2
3
+
## 3.3.2-RC
4
+
December 4th, 2019
5
+
6
+
### Bug Fixes:
7
+
- BatchEventProcessor will hang on poll after flushing with no event if no event count is greater than 3 [#224](https://github.com/optimizely/ruby-sdk/pull/224).
8
+
- EventDispatcher logs debug response and error responses from http post call i[#221](https://github.com/optimizely/ruby-sdk/pull/221).
9
+
10
+
# New Features
11
+
- NotificationCenter should accept any Callable [#219](https://github.com/optimizely/ruby-sdk/pull/219).
0 commit comments