Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 11:24
· 146 commits to main since this release

BREAKING CHANGES

  • OlmMachine.importBackedUpRoomKeys now takes a backupVersion argument.

Other changes

  • Update matrix-rust-sdk to 7e44fbca7, which includes:

    • Avoid emitting entries from identities_stream_raw and devices_stream when
      we receive a /keys/query response which shows that no devices changed.
      (#3442).

    • Fix to a bug introduced in matrix-sdk-crypto-wasm v4.10.0 which caused
      keys that had been imported from key backup to be backed up again, when
      using the in-memory datastore.

  • Improve the return types of OlmMachine.{import,export}exportSecretsBundle().
    (#123)