Skip to content

Releases and Change log


This Changelog contains information about last five stable releases of Zabaan SDK.

1.2.5 (latest release)

  • Addressed corner case for audio not playing interaction.

1.2.4

  • Fixed assistant UI bug where finger animation was getting removed from screen.

1.2.3

  • Removed constraints around setting margin values to assistant icon.

1.2.2

  • Bug fixes for Zabaan lifecycle changes in fragments and views of version 1.2.1.
  • Minor performance improvements.

1.2.1

  • Added support for Activity, Fragments and Views 🎉
  • Added a new show method (Check out the related documentation for more information)
  • Marked old show method Deprecated (will be removed in future versions)
  • Complete Architectural overhaul for the SDK (Developers using 1.2.0 and below might have to reimport some of the packages sicne they have been moved)
  • Cleanup methods have been made public and the documentation regarding the same is also available.
  • targetSDK and compileSDK versions bumped to API 31.

1.2.0

  • Added support for Sandbox Environment. 🎉
  • Removed WorkManager and custom worker factory implementation for audio file download and analytics api calls from SDK.
  • Fixed analytics issue for android 6,7.
  • targetSDK and compileSDK versions bumped to API 30.

1.0.9

  • Changed SDK's internal WorkManager to not interfere with applications WorkManager implementation.
  • Updated bench-marking events to measure SDK performance.
  • Added cleanup methods to appropriately manage Zabaan lifecycle

1.0.8

  • Updated version of internally used CircularImageView library as developer had removed previous version from central jcenter repo. Using stable version from mavenCentral now.

1.0.7

  • Updated female voice for language selection screen. (Reasoning: Built in TTS in Android devices defaults to female. Male voices are optional and require end users to download it manually)
Back to top