-
Notifications
You must be signed in to change notification settings - Fork 83
chore(release): Release 3.0.0-alpha #176
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
Conversation
packages/optimizely-sdk/CHANGELOG.MD
Outdated
|
||
This is the alpha release of the 3.0 SDK, which includes a number of improvements to audience targeting: | ||
|
||
### Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's consolidate these headers across SDKs. We already started using these in the Java release: https://github.com/optimizely/java-sdk/releases/tag/3.0.0-alpha
|
||
### Fixed | ||
|
||
- Previously, when a 'not' audience condition was applied to a malformed attribute, it was possible for the condition to evaluate to `true`. We’ve corrected this behavior, so that malformed attributes always evaluate to `null` and are ignored ([#174](https://github.com/optimizely/javascript-sdk/pull/174)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a breaking change as it changes the expected behavior from previous usages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.