Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest version of Matrix Rust SDK #53

Merged
merged 3 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# matrix-sdk-crypto-wasm v3.0.0
# unreleased

**BREAKING CHANGES**

Expand All @@ -12,9 +12,17 @@

## 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`.

# matrix-sdk-crypto-wasm v3.0.0

Do not use this release. It has a [critical bug[(https://github.com/matrix-org/matrix-rust-sdk/issues/2802).

# matrix-sdk-crypto-wasm v2.2.0

- Added bindings versions details to `getVersions()`. Two new fields `git_sha` and
Expand Down
Loading