Skip to content

v9.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 14:07
· 2886 commits to main since this release
v9.0.1
b4de17b

Breaking Changes

  • 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.

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)