Skip to content

Releases: optimizely/java-sdk

1.7.0

13 Jul 19:51
e265374
Compare
Choose a tag to compare

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 with UserProfileService interface.
  • Removed support for v1 datafiles.
  • Fix BuildInfo static initialization.

2.0.0 alpha

09 Jun 12:09
Compare
Choose a tag to compare

2.0.0 alpha release for testing on android

1.6.0

17 Mar 21:19
Compare
Choose a tag to compare
  • Add event tags to track API and include in the event payload
  • Deprecates the eventValue parameter from the track 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

1.5.0

16 Feb 21:01
Compare
Choose a tag to compare
  • Support Android TV SDK client engine

1.4.1

02 Feb 02:12
Compare
Choose a tag to compare
  • Default null status in datafile to Not started

1.4.0

31 Jan 21:31
Compare
Choose a tag to compare
  • Add sessionId parameter to activate and track and include in event payload
  • Append datafile revision to event payload
  • Add support for "Launched" experiment status

1.3.0

18 Jan 00:01
Compare
Choose a tag to compare
  • Add onEventTracked listener
  • Change getVariableFloat to getVariableDouble
  • Persist experiment and variation IDs instead of keys in the UserProfile