File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66
77## [ Unreleased] - ReleaseDate
88
9+ ## Refactor
10+
11+ - [ ** breaking** ] ` SpaceRoomList::rooms ` and ` SpaceRoomList::subscribe_to_room_updates ` are now asynchronous.
12+ ([ #6561 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6561 ) )
13+
914## [ 0.17.0] - 2026-05-08
1015
1116### Bug Fixes
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
77## [ Unreleased] - ReleaseDate
88
9+ ### Features
10+
11+ - Add ` Room::compute_joined_service_members ` to compute the number of joined service members in a room.
12+ This is needed for calculating display names of ` SpaceRoom ` s with service members.
13+ ([ #6561 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6561 ) )
14+
915## [ 0.17.0] - 2026-05-08
1016
1117### Bug Fixes
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
77## [ Unreleased] - ReleaseDate
88
9+ ### Refactor
10+
11+ - [ ** breaking** ] ` SpaceRoom::new_from_known ` and ` SpaceRoom::new_from_summary ` are now asynchronous so we can
12+ properly check if they are DMs on demand instead of trusting the pre-computed value. Some other related functions
13+ are now ` async ` too. ([ #6561 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6561 ) )
14+
915## [ 0.17.0] - 2026-05-08
1016
1117### Bug Fixes
You can’t perform that action at this time.
0 commit comments