Skip to content

(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

Merged
merged 6 commits into from
Feb 14, 2019
Merged

(chore):Prepare for3.0 #252

merged 6 commits into from
Feb 14, 2019

Conversation

thomaszurkan-optimizely
Copy link
Contributor

Summary

  • Update changelog and gradle build to point to new release 3.0.0

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.
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit. February 14 now.

@thomaszurkan-optimizely thomaszurkan-optimizely merged commit 10e22be into master Feb 14, 2019
@nchilada nchilada deleted the prepareFor3.0 branch February 14, 2019 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants