Skip to main content

Release Notes

10.3.0

October 31st, 2023

Release Notes

  • Added support for Android 14.
  • SDK X now supports only Android 7, i.e API Level 24, and above. SDK will be non-operational when your app is installed on a device below Android 7 Nougat.
  • Moved to AndroidX Support libraries. SDK X will not compile with legacy Android Support libraries anymore.
  • Added support for sending multiple attachments in conversations (Support for multiple attachment in bot upload step will be added in Q1`24).
  • Added a new API to fetch SDK X version. For more details, refer here.
  • Added a new API to close active SDK session. For more details, refer here.
  • Added a new delegate event agentMessageReceived when agent sends a message. For more details, refer here.
  • Helpshift.login() API now returns a boolean indicating whether login was successful or not. This change is in existing API to introduce mandatory validations for login parameters and hence this might affect existing code compilation. For more details, refer here.
  • Added support for attachments in Smart FAQs.

10.2.2

March 6th, 2023

Release Notes

  • Fix a bug where chat screen went blank if app is in killed state and chat screen is first opened via a notification and then subsequently opened in-app.
  • Fix a bug where debug logs were not attached to an issue if it contained special characters.
  • Fix a bug where chat notifications were not cancelled when chat screen was opened.

10.2.0

October 11, 2022

Release Notes

  • Added the capability for Outbound Support. You can reach out to your users proactively without they having to raise a ticket first. For more details, refer Outbound support.

  • Fixed usage of enableInAppNotification flag. Changed behaviour to always allow notifications when it is from push.

  • Introduced a new API clearAnonymousUserOnLogin(boolean clearAnonymousUser) to support maintaining anonymous user on login. For more details, refer Anonymous users

  • clearAnonymousUserOnLogin() API will be deprecated.

  • As part of Android 13 updates, support for App level language has been introduced. Preference will be given to App level language, if set, over the device level language.

  • Fixed application crash that occurs on some devices when uploading attachment in chat screen.

10.1.0

December 22, 2021

Release Notes

  • Added support for adding breadcrumbs and debug logs to a new conversation filed by an end-user. For more details refer Tracking.

  • Added support for showing an announcement in Help Center. For more details refer here.

  • Added migration support from legacy SDK to SDK X. For more details on how to migrate, refer our migration guide

10.0.2

October 29, 2021

Release Notes

  • Comply with PendingIntent flag requirements expected on apps targeting Android 12 (API level 31).

10.0.1

Aug 30, 2021

Release Notes

  • Fixed a bug where file chooser is not allowing to select whitelisted attachments while sending attachments in chat.

10.0.0

May 12, 2021

Release Notes

  • Launched next-generation SDK X v10.0.0 which has lower size foot-print and requires minimal SDK upgrades to adopt new features and bug fixes.

Getting started guide

  • To start using SDK X 10.0.0, please refer to the guide here

1.0.0-beta

September 25, 2020

Release Notes

  • Launched next-generation SDK X Beta which has lower size foot-print and does not require SDK upgrades to adopt new features and bug fixes

Getting started guide

  • To start using SDK X 1.0.0 beta, please refer to the guide here