Skip to content

Commit

Permalink
Merge branch 'main' into valere/dehydration_key_bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Dec 19, 2024
2 parents c3ed721 + 4edf96c commit be48630
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# UNRELEASED

- Update matrix-rusk-sdk to `512a2d2662f9d`.
**BREAKING CHANGES**

- Update matrix-rusk-sdk to `0.9.0`.
- Expose new API `DehydratedDevices.getDehydratedDeviceKey`, `DehydratedDevices.saveDehydratedDeviceKey`
and `DehydratedDevices.deleteDehydratedDeviceKey` to store/load the dehydrated device pickle key.
`DehydratedDevices.keysForUpload` and `DehydratedDevices.rehydrate` now use the `DehydratedDeviceKey` as parameter
instead of a raw UInt8Array.Use `DehydratedDeviceKey::createKeyFromArray` to migrate.


# matrix-sdk-crypto-wasm v12.1.0

- Update matrix-rusk-sdk to `37c17cf854a70f` for the fix for
https://github.com/matrix-org/matrix-rust-sdk/issues/4424

# matrix-sdk-crypto-wasm v12.0.0

- Update matrix-rusk-sdk to `e99939db857ca`.
- The published package is now a proper dual CommonJS/ESM package.
- The WebAssembly module is now loaded using `fetch` on Web platforms, reducing
Expand All @@ -16,11 +31,6 @@
other functions are used. The behaviour is unchanged and still available on
Node.js.

- Expose new API `DehydratedDevices.getDehydratedDeviceKey`, `DehydratedDevices.saveDehydratedDeviceKey`
and `DehydratedDevices.deleteDehydratedDeviceKey` to store/load the dehydrated device pickle key.
`DehydratedDevices.keysForUpload` and `DehydratedDevices.rehydrate` now use the `DehydratedDeviceKey` as parameter
instead of a raw UInt8Array.Use `DehydratedDeviceKey::createKeyFromArray` to migrate.

# matrix-sdk-crypto-wasm v11.0.0

- Update matrix-rust-sdk to `70bcddfba5e19`.
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": "11.0.0",
"version": "12.1.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 be48630

Please sign in to comment.