Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 3d0c83b

Browse files
authored
chore: Prepare for event processor 0.3.0 release (optimizely#344)
1 parent aa06604 commit 3d0c83b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/event-processor/CHANGELOG.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
Changes that have landed but are not yet released.
99

10+
## [0.3.0] - August 13, 2019
11+
1012
### New Features
11-
- In `AbstractEventProcessor`, validate maxQueueSize and flushInterval; ignore & use default values when invalid
13+
- In `AbstractEventProcessor`, validate `maxQueueSize` and `flushInterval`; ignore & use default values when invalid
1214
- `AbstractEventProcessor` can be constructed with a `notificationCenter`. When `notificationCenter` is provided, it triggers a log event notification after the event is sent to the event dispatcher
1315

1416
### Changed

packages/event-processor/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/event-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optimizely/js-sdk-event-processor",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Optimizely Full Stack Event Processor",
55
"author": "jordangarcia <jordan@optimizely.com>",
66
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/event-processor",

0 commit comments

Comments
 (0)