For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 5.1.0
- Added challenge presentation modes (full screen, top, bottom, and center); on Android, challenge lifecycle handling now uses onPause/onResume only instead of also dismissing on onStop, so overlay presentations remain visible while the host activity is paused or covered.
- Bot Defender: added a
solvedWithError challenge outcome when the user completes a challenge but the SDK cannot finalize the session token.
- Doctor App v2: new and improved UX for integration verification and testing.
- Added a public SDK logger for integration diagnostics.
- Deprecated the single-argument
handleBlockResponse callback in favor of handleBlockResponseWithReason.
- Bug fixes and improvements.
Version 5.0.1
- Bug fixes and improvements
Version 4.2.15
- Bug fixes and improvements
Version 5.0.0
- Added support for Android API Level 36.
- Change some API signatures.
- Updated dependencies.
- Bug fixes and improvements.
Version 4.2.14
- Bug fixes and improvements.
Version 4.2.13
- Bug fixes and improvements.
Version 4.2.12
- Bug fixes and improvements.
Version 4.2.11
- Bug fixes and improvements.
Version 4.2.10
- Fixed an issue where the SDK’s obfuscated class names could collide in build tools that perform case-insensitive class analysis.
Version 4.2.9
- Fixed an issue where the SDK could fail to communicate with its backend when the host app includes dependencies that resolve
Ktor to version 3.1.0 or higher, resulting in no traffic being sent.