Release 3.3.0
·
126 commits
to master
since this release
3.3.0
October 31st, 2019
This minor release includes event processing with batching. It uses the Optimizely java sdk version 3.3.2.
New Features:
- Introduced
EventProcessor
interface withBatchEventProcessor
implementation. - Introduced
LogEvent
notification. - Added
BatchEventProcessor
as the default implementation within theOptimizelyFactory
class.
Deprecated
LogEvent
was deprecated fromTrackNotification
andActivateNotification
notifications in favor of explicitLogEvent
notification.