matrix-rust-sdk/bindings/matrix-sdk-crypto-js/CHANGELOG.md

1.0 KiB

v0.1.0-alpha.10

  • Add masterKey, userSigningKey, selfSigningKey to UserIdentity and OwnUserIdentity

v0.1.0-alpha.9

  • Extend OlmDevice.markRequestAsSent to accept responses to SigningKeysUploadRequests.
  • Add a missing const for compatibility with ECMAScript Module compatibility mode.
  • Fix the body of SignatureUploadRequests to match the spec.
  • Add a constructor for SigningKeysUploadRequest.

v0.1.0-alpha.8

  • importCrossSigningKeys: change the parameters to be individual keys rather than a CrossSigningKeyExport object.
  • Make unused_fallback_keys optional in Machine.receive_sync_changes

v0.1.0-alpha.7

  • Add new accessors Device.algorithms and Device.isSignedByOwner
  • In OlmMachine.getUserDevices, wait a limited time for any in-flight device-list updates to complete.

v0.1.0-alpha.6

  • Add new accessor InboundGroupSession.senderKey.
  • Add a new API, OlmMachine.registerRoomKeyUpdatedCallback, which applications can use to listen for received room keys.