Releases: optimizely/java-sdk
Releases · optimizely/java-sdk
Release 3.6.0
[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.
-
Audience logging refactor (move from info to debug) #380.
-
Added SetDatafileAccessToken method in OptimizelyFactory #384.
-
Add MatchRegistry for custom match implementations. [#390] (#390).
Fixes:
Release 3.5.0
Release 3.5.0-beta
Release 3.4.3
[3.4.3]
April 28th, 2020
Bug Fixes:
- Change FeatureVariable type from enum to string for forward compatibility. (#370)
Release 3.4.2
Release 3.4.1
[3.4.1]
January 30th, 2020
Bug Fixes:
- Remove usage of stream to support Android API 21 and 22. (#357)
Release 3.4.0
[3.4.0]
January 27th, 2020
New Features
- Added a new API to get project configuration static data.
- Call
getOptimizelyConfig()
to get a snapshot of project configuration static data. - It returns an
OptimizelyConfig
instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values. - Added caching for
getOptimizelyConfig
-OptimizelyConfig
object will be cached and reused for the lifetime of the datafile. - For details, refer to our documentation page: https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-java.
- Call