Skip to content

Commit

Permalink
Changelog for fix to #4424
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Dec 18, 2024
1 parent 0394761 commit 35cef5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/matrix-sdk-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased] - ReleaseDate

- Fix [#4424](https://github.com/matrix-org/matrix-rust-sdk/issues/4424) Failed storage upgrade for
"PreviouslyVerifiedButNoLonger"

- Expose new API `DehydratedDevices::get_dehydrated_device_pickle_key`, `DehydratedDevices::save_dehydrated_device_pickle_key`
and `DehydratedDevices::delete_dehydrated_device_pickle_key` to store/load the dehydrated device pickle key.
This allows client to automatically rotate the dehydrated device to avoid one-time-keys exhaustion and to_device accumulation.
Expand Down

0 comments on commit 35cef5e

Please sign in to comment.