SDK version updates automatically publish to an RSS feed here, so you can subscribe to updates as desired. Here are instructions on sending the RSS feed of changes to a Slack workspace, as well as simple instructions for an email feed via Zapier here.
This is the RSS feed URL: https://docs.knotapi.com/changelog/sdk-updates/rss.xml
This is the RSS feed URL: https://docs.knotapi.com/changelog/sdk-updates/rss.xml
React Native SDK Release
Added localization support for Spanish, Canadian English, and Canadian French. Updated iOS podspec for React Native 0.84 compatibility.Flutter SDK Release
Added Spanish, Canadian English, and Canadian French localization support.iOS SDK Release
Added localization support for Spanish, Canadian English, and Canadian French.Android SDK Release
Added Canadian English and Canadian French localization support.React Native SDK Release
Optimized memory usage and improved architecture for SDK managed web views.iOS SDK Release
Optimized memory usage and improved architecture for SDK managed web views.Android SDK Release
Added Spanish localization support.Android SDK Release
The Knot SDK now runs in a separate Android process. Android re-runs Application.onCreate() for every new process. Add this guard at the top of your Application.onCreate() to skip it for ours:React Native SDK Release
Fixes a memory leak that could impact app stability for a small number of users.iOS SDK Release
Fixes a memory leak that could impact app stability for a small number of users.iOS SDK Release
Fixes an edge case where the SDK could be interrupted during launch.iOS SDK Release
Fixes a crash caused by a race condition affecting a very small percentage of users.iOS SDK Release
Fixes a crash caused by memory allocation affecting a very small percentage of users.Simplification of SDK Initialization
Versions1.0.11 on iOS, 2.0.12 on Android, and 1.0.7 on React Native (with Flutter & JS to follow) remove the need to specify a product in KnotConfiguration when configuring the session to initialize the SDK. Now, simply choose a type for your session when calling Create Session and initialize the SDK with that session.