Skip to content

chore: Prepare for event processor 0.3.0 release #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/event-processor/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
Changes that have landed but are not yet released.

## [0.3.0] - August 13, 2019

### New Features
- In `AbstractEventProcessor`, validate maxQueueSize and flushInterval; ignore & use default values when invalid
- In `AbstractEventProcessor`, validate `maxQueueSize` and `flushInterval`; ignore & use default values when invalid
- `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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/event-processor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/event-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optimizely/js-sdk-event-processor",
"version": "0.2.1",
"version": "0.3.0",
"description": "Optimizely Full Stack Event Processor",
"author": "jordangarcia <jordan@optimizely.com>",
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/event-processor",
Expand Down