Skip to main content

Android Changelog

v1.0.0#

No more prereleases!

๐Ÿš€ Features#

  • Introduced list metadata, see here for more information

v1.0.0-alpha.43#

๐Ÿš€ Features#

  • Introduced Event payload, see here for more information

v1.0.0-alpha.42#

๐Ÿš€ Features#

  • Introduced Event-Based Tribes, see here for more information.

v1.0.0-alpha.41#

๐Ÿš€ Features#

  • Added logs for the internal state/opertation of the SDK. See here
  • Added handling for errors/internal messages/codes from the backend

๐Ÿ› Bug Fixes#

  • Analytics events should not be reported if user tracking is disabled
  • Websocket not reconnecting properly

v1.0.0-alpha.40#

๐Ÿš€ Features#

  • Third party plugins support
  • Surface Tribe ids

v1.0.0-alpha.39#

๐Ÿ› Bug Fixes#

  • Remove kotlin-android-extensions from codegen and add kotlin-parcelize

v1.0.0-alpha.38#

๐Ÿ› Bug Fixes#

  • Fallbacks is supported as a separate asset file
  • Analytics enabled for empty experiences
  • Auto anonymous functionality restored

v1.0.0-alpha.37#

๐Ÿš€ Features#

  • Introduce SessionOutcome for session.start

๐Ÿ› Bug Fixes#

  • Use Argus for connectivity monitoring

v1.0.0-alpha.36#

๐Ÿš€ Features#

  • Add connectivity manager to monitor network status
  • Keep server session alive while app is active

v1.0.0-alpha.35#

๐Ÿš€ Features#

  • Support Date contextual property

v1.0.0-alpha.34#

๐Ÿš€ Features#

  • Support number contextual property
  • Surface the scenario id in Experience
  • Support custom logger

v1.0.0-alpha.33#

๐Ÿ› Bug Fixes#

  • Adjust poll rate
  • Enable web socket when change listener added and session unlocked

v1.0.0-alpha.32#

๐Ÿš€ Features#

  • Support for ColorProperty in Java
  • Add hibernation mode when the app is in background

๐Ÿ› Bug Fixes#

  • Convert functions in Experience to properties
  • Move defaultDataType to Experience constructor
  • Send device and platform information in request header
  • Persist client id
  • Fix TLS not enabled for some devices
  • Avoid served events for sections
  • Add warning log when sanitising contextual properties
  • Remove default data override

v1.0.0-alpha.30#

๐Ÿ› Bug Fixes#

  • Add JvmOverloads for public functions

v1.0.0-alpha.29#

๐Ÿš€ Features#

  • Introduce session.start and deprecate identify and anonymize

v1.0.0-alpha.28#

๐Ÿš€ Features#

  • Support for signed identify requests