Skip to content

Commit 2256ff3

Browse files
update changelog for release (#308)
1 parent 1668bce commit 2256ff3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Optimizely Android X SDK Changelog
22

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+
316
## 3.2.1
417
August 29th 2019
518

0 commit comments

Comments
 (0)