All Versions
32
Latest Version
Avg Release Cycle
112 days
Latest Release
43 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.15.7 Changes
April 24, 2026RN 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.podspecnow shipsthemis.xcframeworkas a vendored framework and bundlesPrivacyInfo.xcprivacy(resource bundle) for App Store privacy manifest requirements.- ๐
Themis.xcodeprojincludes the privacy manifest in the framework target, bumpsIPHONEOS_DEPLOYMENT_TARGETto 15.6.
-
v0.15.6 Changes
January 09, 2026RN 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.
-
v0.15.5 Changes
August 21, 2024Android wrapper
- โ Added experimental support of page size 16k (Android 15+, API 35+)
- โก๏ธ Updated an example for Android
-
v0.15.4 Changes
May 23, 2024Swift, Objective-C wrappers
- โ Added experimental support for VisionOS
- โก๏ธ OpenSSL updated to 1.1.1w
-
v0.15.3 Changes
April 30, 2024Swift, Objective-C wrappers
- โ Added the '-y' option for the zip program when archiving themis.xcframework to follow symlinks. It will fix macOS distribution with Themis added via SPM.
-
v0.15.2 Changes
December 07, 2023๐ 0.15.2, November 24 2023
JsThemis wrapper
- โ Added the ability to use the
importsyntax for the jsthemis module. - โ Added a declaration file for TypeScript.
Android, ReactNative wrappers
โก๏ธ Updated versions of dependencies. New minimum versions of iOS and Android are set.
- Target API level 33
- Minimum API level 21
- Minimum iOS set to 12.4 due to ReactNative requirements
- โ Added the ability to use the
-
v0.15.1 Changes
September 14, 2023๐ 0.15.1, September 14 2023
โก๏ธ Update iOS and macOS Themis (Swift and Objective-C):
- โก๏ธ Update Themis cocoapods, Themis carthage and Themis SPM
- โ Use latest Themis Core 0.15.0
- โก๏ธ Update to the OpenSSL 1.1.1v
๐ฅ Breaking changes
- โ Removed support of 32-bit platforms
- ๐ Set new minimum supported iOS: 11, macOS: 10.13
-
v0.15.0 Changes
June 21, 2023๐ 0.15.0, June 21st 2023
TL;DR:
- ๐ Uncompressed EC public keys are now supported.
- Increased PBKDF2 iteration count from 200000 to 314110 for Secure Cell passphrase mode.
- ๐ OpenSSL 3.0 is now supported.
- Pythemis now uses
pyproject.toml. - ๐ And as usual: enhanced security measures and fixed bugs.
๐ฅ Breaking changes and deprecations:
- ๐ AndroidThemis build requires Gradle 7.3, Android SDK 11, Android NDK 25.
- ๐ Some Soter functions are deprecated.
- ๐ Node.js 8 is no longer supported.
- Rust
SecureSessionTransportimplementations are nowSend. - ๐ Rust 1.58 is now the minimum supported version.
Code:
Core
Android
Node.js
Python
๐ Ruby
Rust
WebAssembly
-
v0.14.11 Changes
January 27, 2023 -
v0.14.10 Changes
December 07, 2022๐ 0.14.10, Dec 7th 2022
React Native Themis
Redesigned the framework to make it less vulnerable to native exceptions (#955).
โก๏ธ Updates for react native examples. (#956).
PyThemis
- ๐ Improved compatibility with non-Homebrew Python installations on Apple M1 (#915).
Obj-C, Swift
- โก๏ธ Updated examples (#947).