Skip to content

Commit

Permalink
Merge pull request #187 from matrix-org/release-v13.0.0
Browse files Browse the repository at this point in the history
Release v13.0.0
  • Loading branch information
BillCarsonFr authored Jan 9, 2025
2 parents d2ee7ea + 5de53c7 commit 0073b59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# UNRELEASED

**BREAKING CHANGES**
# matrix-sdk-crypto-wasm v13.0.0

- 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.
([#179](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/179))

**BREAKING CHANGES**

- `DehydratedDevices.keysForUpload` and `DehydratedDevices.rehydrate` now use a `DehydratedDeviceKey` as parameter
instead of a raw `UInt8Array`. Use `DehydratedDeviceKey.createKeyFromArray` to migrate.
([#179](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/179))

# matrix-sdk-crypto-wasm v12.1.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": "12.1.0",
"version": "13.0.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 0073b59

Please sign in to comment.