-
Notifications
You must be signed in to change notification settings - Fork 38
(chore):Prepare for3.0 #252
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
CHANGELOG.md
Outdated
### Bug Fixes: | ||
* Experiments and features can no longer activate when a negatively targeted attribute has a missing, null, or malformed value. | ||
* Audience conditions (except for the new `exists` matcher) no longer resolve to `false` when they fail to find an legitimate value for the targeted user attribute. The result remains `null` (unknown). Therefore, an audience that negates such a condition (using the `"not"` operator) can no longer resolve to `true` unless there is an unrelated branch in the condition tree that itself resolves to `true`. | ||
* The existence of a feature test in an experimentation group no longer causes A/B tests in the same group to activate the same feature. |
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.
I think this entry only applied to JavaScript!
CHANGELOG.md
Outdated
* Experiments and features can no longer activate when a negatively targeted attribute has a missing, null, or malformed value. | ||
* Audience conditions (except for the new `exists` matcher) no longer resolve to `false` when they fail to find an legitimate value for the targeted user attribute. The result remains `null` (unknown). Therefore, an audience that negates such a condition (using the `"not"` operator) can no longer resolve to `true` unless there is an unrelated branch in the condition tree that itself resolves to `true`. | ||
* Support for empty user IDs. | ||
* Sourceclear flagged jackson-databind 2.9.4 fixed in 2.9.8 |
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.
nit. SourceClear.
CHANGELOG.md
Outdated
@@ -1,5 +1,57 @@ | |||
# Optimizely Android X SDK Changelog | |||
|
|||
## 3.0.0 | |||
February 13, 2019 |
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.
nit. February 14 now.
Summary