Themis v0.13.4 Release Notes

Release Date: 2020-10-29 // over 3 years ago
  • This is a hotfix for Apple platforms: ObjCThemis and SwiftThemis , running on iOS and macOS, installed via Carthage or CocoaPods.

    • ๐Ÿš‘ Resolved critical issues with App Store deployment (see #715)
    • ๐Ÿ— Resolved issues with stable Xcode 12 support (disabled arm64 builds for iOS Simulator)
    • ๐Ÿ‘Œ Improved Apple Silicon support (arm64 builds for macOS with Xcode 12.2 beta)
    • โšก๏ธ Updated OpenSSL to the latest 1.1.1h
    • 0๏ธโƒฃ CocoaPods is now using OpenSSL 1.1.1h by default (again)

    Note that this hotfix is not compatible with Xcode 11. (Future releases of Themis will also require Xcode 12+) If you are using Xcode 11, please use older versions of Themis:

    • CocoaPods: pod 'themis', '0.13.0'
    • Carthage: github "cossacklabs/themis" "0.13.0"

    ๐Ÿ‘€ See #715, #725 for details.

    Code:

    Objective-C / Swift

    • Switched to test on Xcode 12.0, disable ARM64-iOS-simulator builds for Themis CocoaPods and Themis Carthage (#721, #722, #732, #733).
    • CocoaPods will now link ObjCThemis statically into application (#731, #735).
    • Updated OpenSSL to the latest 1.1.1h (#735).