We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1668bce commit 2256ff3Copy full SHA for 2256ff3
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Optimizely Android X SDK Changelog
2
3
+## 3.3.0
4
+October 31st, 2019
5
+
6
+This minor release includes event processing with batching. It uses the Optimizely java sdk version 3.3.2.
7
8
+### New Features:
9
+- Introduced `EventProcessor` interface with `BatchEventProcessor` implementation.
10
+- Introduced `LogEvent` notification.
11
+- Added `BatchEventProcessor` as the default implementation within the `OptimizelyFactory` class.
12
13
+### Deprecated
14
+- `LogEvent` was deprecated from `TrackNotification` and `ActivateNotification` notifications in favor of explicit `LogEvent` notification.
15
16
## 3.2.1
17
August 29th 2019
18
0 commit comments