Themis by Cossack Labs v0.15.7 Release Notes

Release Date: 2026-04-24 // about 2 months ago
  • RN Themis wrapper.

    • โšก๏ธ Updated React Native Themis wrapper to work with current React Native tooling and Android/iOS build stacks.
    • ๐Ÿ‘Œ Improved compatibility with newer Xcode versions.

    RN example

    • โšก๏ธ Updated React Native example project to use the latest RN Themis wrapper.
    • ๐Ÿ”ง Refreshed Android and iOS project configuration (Gradle, Xcode) to match modern defaults.
    • ๐Ÿ’… Performed minor code cleanups and example app polish.

    iOS (CocoaPods & framework project)

    • themis.podspec now ships themis.xcframework as a vendored framework and bundles PrivacyInfo.xcprivacy (resource bundle) for App Store privacy manifest requirements.
    • ๐Ÿš€ Themis.xcodeproj includes the privacy manifest in the framework target, bumps IPHONEOS_DEPLOYMENT_TARGET to 15.6.

Previous changes from v0.15.6

  • RN Themis wrapper

    • โž• Add support for Android devices that are configured to use a page size of 16 KB

    RN example

    • โšก๏ธ updated React-Native example project to align with the updated RN Themis version.
      Code improvements and cleanup in example files.