File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ All notable changes to this project will be documented in this file.
4747- [ ** breaking** ] The ` SpaceService ` 's ` joined_spaces ` method has been renamed
4848 ` top_level_joined_spaces ` and ` subscribe_to_joined_spaces ` to ` space_service.subscribe_to_top_level_joined_spaces `
4949 ([ #5972 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5972 ) )
50+ - ` RoomListService::subscribe_to_rooms ` now forgets previous subscriptions.
51+ ([ #6012 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6012 ) )
5052
5153## [ 0.16.0] - 2025-12-04
5254
Original file line number Diff line number Diff line change @@ -19,16 +19,19 @@ All notable changes to this project will be documented in this file.
1919 are removed: ` PossibleLatestEvent ` , ` is_suitable_for_latest_event ` , and
2020 ` LatestEvent ` (replaced by ` LatestEventValue ` ). See the documentation of
2121 ` matrix_sdk::latest_event ` to learn about the new API.
22- [ #5624 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5624/ )
22+ ( [ #5624 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5624/ ) )
2323- Expose a new method ` RoomEventCache::find_event_relations ` for loading
2424 events relating to a specific event ID from the cache.
25- [ #5930 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5930/ )
25+ ( [ #5930 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5930/ ) )
2626- Replace in-memory stores with IndexedDB implementations when initializing
2727 ` Client ` with ` BuilderStoreConfig::IndexedDb ` .
28- [ #5946 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5946 )
28+ ( [ #5946 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5946 ) )
2929- Call: Add support for the new Intents for voice only calls ` Intent.StartCallDmVoice `
3030 and ` Intent.JoinExistingDmVoice ` .
31- [ #6003 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6003 )
31+ ([ #6003 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6003 ) )
32+ - Add ` SlidingSync::unsubscribe_to_rooms ` and
33+ ` SlidingSync::clear_and_subscribe_to_rooms ` .
34+ ([ #6012 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6012 ) )
3235
3336### Bugfix
3437
You can’t perform that action at this time.
0 commit comments