v9.0.1
Breaking Changes
-
v9.0.0 had erroneously renamed
migrateDatabaseKeyTypeToBytestomigrateDbKeyTypeToBytes.
This has been fixed, andmigrateDatabaseKeyTypeToBytesis usable again on all platforms.Affected platforms: Android
Bug Fixes
- Kotlin documentation is now correctly generated and deployed.
Bug Fixes
- crypto-ffi: use the old parameter name (8d18b71)
- crypto-ffi: use the correct name, migrateDatabaseKeyTypeToBytes, for uniffi (870aaae)
Documentation
- eliminate
:nodoc:by writing proper docs (f85d9fb)
Testing
- crypto-ffi: fix Kotlin test to use the correct API (b1d5509)