Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Dec 15, 2023
1 parent cebf42e commit 438880a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# matrix-sdk-crypto-wasm UNRELEASED
# matrix-sdk-crypto-wasm v3.5.0

- New API `OlmMachine.requestMissingSecretsIfNeeded` that will creates outgoing secret request to other sessions.
- Verification cancel codes for `cancelWithCode` and `cancelInfo.cancelCode` are now passed as strings rather than an enum.
- Update matrix-rust-sdk version, providing several changes including a fix
for occasional freezes (https://github.com/element-hq/element-web/issues/26488).

- New API `OlmMachine.requestMissingSecretsIfNeeded` that creates an
outgoing secret request to other sessions.

- Verification cancel codes for `cancelWithCode` and `cancelInfo.cancelCode`
are now passed as strings rather than an enum.

# matrix-sdk-crypto-wasm v3.4.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-sdk-crypto-wasm",
"version": "3.4.0",
"version": "3.5.0",
"homepage": "https://github.com/matrix-org/matrix-rust-sdk-wasm",
"description": "WebAssembly bindings of the matrix-sdk-crypto encryption library",
"license": "Apache-2.0",
Expand Down

0 comments on commit 438880a

Please sign in to comment.