Skip to content

Commit

Permalink
Merge pull request #37 from matrix-org/valere/bump_crypto_sdk_version
Browse files Browse the repository at this point in the history
Update rust sdk
  • Loading branch information
BillCarsonFr authored Oct 12, 2023
2 parents df37f7f + ae448e4 commit ef1ba9d
Show file tree
Hide file tree
Showing 6 changed files with 356 additions and 347 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# matrix-sdk-crypto-wasm vx.x.x

- Updated rust sdk version to revision [c2bb76029ae6d99c741727e0f87abcd734377016](https://github.com/matrix-org/matrix-rust-sdk/commit/c2bb76029ae6d99c741727e0f87abcd734377016), including:
- [Remove dashmap crate usage from matrix-sdk-crypto](https://github.com/matrix-org/matrix-rust-sdk/pull/2669)
- [Bugfix for invalidated private cross signing keys not being persisted](https://github.com/matrix-org/matrix-rust-sdk/pull/2676)
- API Break: `RoomId.localpart` and `RoomId.serverName` have been removed.
- Add new secrets API `OlmMachine.registerReceiveSecretCallback`,
`OlmMachine.getSecretsFromInbox`, `OlmMachine.deleteSecretsFromInbox`.

# matrix-sdk-crypto-wasm v1.3.0

- Add `OlmMachine.registerUserIdentityUpdatedCallback`.
Expand Down
Loading

0 comments on commit ef1ba9d

Please sign in to comment.