v3.0.1
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 bybootstrapCrossSigning
) 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 dataStore
.