v5.0.0
BREAKING CHANGES
OlmMachine.importBackedUpRoomKeys
now takes abackupVersion
argument.
Other changes
-
Update matrix-rust-sdk to
7e44fbca7
, which includes:-
Avoid emitting entries from
identities_stream_raw
anddevices_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)