Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 15:08
· 299 commits to main since this release
  • Improve performance of OlmMachine.shareRoomKey. (matrix-rust-sdk#2862)

  • OlmMachine.getMissingSessions: Don't block waiting for /keys/query requests on blacklisted servers, and improve performance. (matrix-rust-sdk#2845)

  • Various clarifications to the log messages written during encryption operations. (matrix-rust-sdk#2859)

  • OlmMachine.importRoomKeys is now deprecated in favour of separate methods for importing room keys from backup and export, OlmMachine.importBackedUpRoomKeys and OlmMachine.importExportedRoomKeys.

  • Minor improvements to the formatting of messages logged to the console.