mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
update changelogs
This commit is contained in:
@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Features
|
||||
|
||||
- Expose new method `CryptoStore::get_withheld_sessions_by_room_id`.
|
||||
([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819))
|
||||
- Use new withheld code in key bundles for sessions not marked as
|
||||
`shared_history`.
|
||||
([#5807](https://github.com/matrix-org/matrix-rust-sdk/pull/5807)
|
||||
|
||||
@@ -8,7 +8,9 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Features
|
||||
|
||||
- [**breaking**] `IndexeddbCryptoStore::get_withheld_info` now returns `Result<Option<RoomKeyWithheldEntry>, ...>`
|
||||
- Implement new method `CryptoStore::get_withheld_sessions_by_room_id`.
|
||||
([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819))
|
||||
- [**breaking**] `IndexeddbCryptoStore::get_withheld_info` now returns `Result<Option<RoomKeyWithheldEntry>, ...>`.
|
||||
([#5737](https://github.com/matrix-org/matrix-rust-sdk/pull/5737))
|
||||
|
||||
### Performance
|
||||
|
||||
@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Features
|
||||
|
||||
- Implement new method `CryptoStore::get_withheld_sessions_by_room_id`.
|
||||
([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819))
|
||||
- [**breaking**] `SqliteCryptoStore::get_withheld_info` now returns `Result<Option<RoomKeyWithheldEntry>>`.
|
||||
([#5737](https://github.com/matrix-org/matrix-rust-sdk/pull/5737))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user