You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kotlin: expose the enitre read-only API on the CoreCrypto type. This allows performing arbitrary read-only operations on data while a transaction is running (e.g., in an EpochObserver event)
v9.0.0 had erroneously renamed migrateDatabaseKeyTypeToBytes to migrateDbKeyTypeToBytes.
This has been fixed, and migrateDatabaseKeyTypeToBytes is usable again on all platforms.
Affected platforms: Android
Bug Fixes
Kotlin documentation is now correctly generated and deployed.
we're now tying the Kotlin wrapper more closely to the generated bindings which allows for greater velocity
when making changes in code that affects our API - this causes most of the breaking changes in this release
removed cryptobox migration API
in Swift, added protection against concurrent access from multiple core crypto instances
added implicit obfuscation of sensitive data in logs