Skip to content

v3.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 15:27
· 304 commits to main since this release

BREAKING CHANGES

  • OlmMachine.bootstrapCrossSigning no longer returns an array of request
    objects. Rather, it returns a new class (CrossSigningBootstrapRequests)
    which contains the request objects within it.

    As part of this work, SigningKeysUploadRequest (which was one of the
    types formerly returned by bootstrapCrossSigning) has been renamed to
    UploadSigningKeysRequest for consistency with the underlying SDK.

Other changes

  • Devices which have exhausted their one-time-keys will now be correctly
    handled in /keys/claim responses (we will register them as "failed" and
    stop attempting to send to them for a while.)

  • Olm decryption operations will no longer log large quantities of data about
    the data Store.