Release 3.3.0
·
128 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
EventProcessorinterface withBatchEventProcessorimplementation. - Introduced
LogEventnotification. - Added
BatchEventProcessoras the default implementation within theOptimizelyFactoryclass.
Deprecated
LogEventwas deprecated fromTrackNotificationandActivateNotificationnotifications in favor of explicitLogEventnotification.