Skip to content

Commit

Permalink
v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed May 22, 2024
1 parent de01238 commit 82edf78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# UNRELEASED

# matrix-sdk-crypto-wasm v4.10.0

- Expose new constructor function `OlmMachine.openWithKey()`.
([#119](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/119))

Expand All @@ -14,6 +16,9 @@
generate QR codes intended for the QR code login mechanism described in
[MSC4108](https://github.com/matrix-org/matrix-spec-proposals/pull/4108).

- Add a constructor for the `Curve25519PublicKey` type. This allows us to
create a `Curve25519PublicKey` from a Base64 string on the Javascript side.

- Update matrix-rust-sdk to `7a887766c`, which includes:

- Add data types to parse the QR code data for the QR code login defined in
Expand All @@ -23,9 +28,6 @@

- Expose new method `CryptoStore::clear_caches`. ([#3338](https://github.com/matrix-org/matrix-rust-sdk/pull/3338))

- Add a constructor for the `Curve25519PublicKey` type. This allows us to
create a `Curve25519PublicKey` from a Base64 string on the Javascript side.

# matrix-sdk-crypto-wasm v4.9.0

- Update matrix-rust-sdk to `ab9e4f73b`.
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": "4.9.0",
"version": "4.10.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 82edf78

Please sign in to comment.