Skip to content

chore: 3.6 release #403

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 4 commits into from
Sep 30, 2020
Merged
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Optimizely Java X SDK Changelog

## [3.6.0]
September 30th, 2020

### New Features
- Add support for version audience condition which follows the semantic version (http://semver.org)[#386](https://github.com/optimizely/java-sdk/pull/386).

- Add support for datafile accessor [#392](https://github.com/optimizely/java-sdk/pull/392).

- Audience logging refactor (move from info to debug) [#380](https://github.com/optimizely/java-sdk/pull/380).

- Added SetDatafileAccessToken method in OptimizelyFactory [#384](https://github.com/optimizely/java-sdk/pull/384).

- Add MatchRegistry for custom match implementations. [#390] (https://github.com/optimizely/java-sdk/pull/390).

### Fixes:
- logging issue in quick-start application [#402] (https://github.com/optimizely/java-sdk/pull/402).

- Update libraries to latest to avoid vulnerability issues [#397](https://github.com/optimizely/java-sdk/pull/397).

## [3.5.0]
July 7th, 2020

Expand Down