Releases: optimizely/java-sdk
Releases · optimizely/java-sdk
1.7.0
Release to support android-sdk 1.4.0 - This is a breaking change version
- Added
UserProfileService
interface to allow for sticky bucketing - Removed
UserProfile
interface. Replaced withUserProfileService
interface. - Removed support for v1 datafiles.
- Fix BuildInfo static initialization.
2.0.0 alpha
2.0.0 alpha release for testing on android
1.6.0
- Add event tags to
track
API and include in the event payload - Deprecates the
eventValue
parameter from thetrack
method. Should use event tags to pass in event value instead - Gracefully handle a null attributes parameter
- Gracefully handle a null/empty datafile when using the Gson parser