Skip to main content

Release Notes

10.3.0

February 12, 2024

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.
  • HelpshiftCocos2dx::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.
  • Removed bitcode support from SDK X framework. SDK X now ships in non-bitcode variant only.
  • Fixed a bug where presentFullScreenOniPad config was not being honored on opening SDK screen via notification click.
  • Fixed crash on selecting unsupported attachments using file picker.

10.2.0

July 24, 2023

Release Notes

  • Launched next-generation SDK X Cocos2dx plugin which has a lower size foot-print and requires minimal SDK upgrades to adopt new features and bug fixes.
  • To start using SDK X Cocos2dx plugin, please refer the guide here.