Skip to content

Commit

Permalink
feat(dehydration): support for dehydration key and storage
Browse files Browse the repository at this point in the history
Update matrix-sdk to 0.9.0
  • Loading branch information
BillCarsonFr committed Dec 20, 2024
1 parent b3c5029 commit 33ee915
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 120 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# UNRELEASED

**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
Expand Down
Loading

0 comments on commit 33ee915

Please sign in to comment.