Changelog
Voximplant Android Kit Chat Core SDK changelog
1.3.0 (Nov 21, 2025)
Fixed an issue that prevented commands from being executed immediately after the connection was opened.
Fixed an issue that caused welcome messages not to be retrieved.
Added the kotlinx.coroutines.core dependency.
1.2.0 (Jun 19, 2025)
The KitChat.openConnection API now returns Result instead of Boolean.
Introduced the API to handle invalid credentials error. KitChat.openConnection fails
Introduced the Region enum that represents account regions for a mobile channel.
1.1.0 (Jun 2, 2025)
Updated the targetSdk version to 35
Changed sourceCompatibility and targetCompatibility to Java 11
Updated the following dependencies:
- Kotlin: 2.1.20
- Android Gradle Plugin: 8.9.1
1.0.2 (Nov 21, 2025)
Fixed an issue that prevented commands from being executed immediately after the connection was opened.
Fixed an issue that caused welcome messages not to be retrieved.
1.0.1 (Sep 1, 2025)
The KitChat.openConnection API now returns Result instead of Boolean
Introduced the API to handle invalid credentials error if KitChat.openConnection fails
1.0.0 (Dec 12, 2024)
Initial release