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 b68d9f3 commit 88d0e6aCopy full SHA for 88d0e6a
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Optimizely Java X SDK Changelog
2
3
+## 3.4.0-beta
4
+July 24th, 2019
5
+
6
+### New Features:
7
+- Introduced `EventProcessor` interface with `BatchEventProcessor` implementation.
8
+- Introduced `LogEvent` notification.
9
+- Added `BatchEventProcessor` as the default implementation within the `OptimizelyFactory` class.
10
11
+### Deprecated
12
+- `LogEvent` was deprecated from `TrackNotification` and `ActivateNotification` notifications in favor of explicit `LogEvent` notification.
13
14
## 3.2.0
15
June 26th, 2019
16
0 commit comments