Skip to content

v18.1.0

Choose a tag to compare

@uhoreg uhoreg released this 17 Apr 15:31
· 39 commits to main since this release
  • Add OlmMachine.pushSecretToVerifiedDevices to support MSC4385 pushing secrets to verified devices. (#295)

  • Update matrix-rust-sdk to 1f3dea7 (#316, #314, #312) which includes:

    • Adds support for receiving MSC4385 pushed secrets.
    • The BackupDecryptionKey.createRandomKey function now unconditionally returns a BackupDecryptionKey, instead of a Result.
    • Adapts to the changed interface of EncryptedFile from Ruma, but does not change the interface of this crate.