Skip to content

v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 14:17
· 65 commits to main since this release

BREAKING CHANGES

  • EncryptionSettings.onlyAllowTrustedDevices has been replaced with EncryptionSettings.sharingStrategy, which adds the ability to share only with cross-signed devices.
    (#134)

Other changes

  • Add OlmMachine.registerRoomKeysWithheldCallback to notify when we are told that room keys have been withheld.
    (#136)

  • Update matrix-rust-sdk to d9b2b53f8, which includes:

    • refactor(sdk-crypto): Room key sharing, introduce extensible strategy
      (#3605)

    • Log the content of received m.room_key.withheld to-device events.
      (#3591)

    • Attempt to decrypt bundled events (reactions and the latest thread reply) if they are found in the unsigned part of an event.
      (#3468)