File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
66
77## [ Unreleased] - ReleaseDate
88
9+ ### Bug Fixes
10+
11+ - [ ** breaking** ] ` LatestEventValue::Local { is_sending: bool } ` is replaced
12+ by [ ` state: LatestEventValueLocalState ` ] to represent 3 states: ` IsSending ` ,
13+ ` HasBeenSent ` and ` CannotBeSent ` .
14+ ([ #5968 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5968/ ) )
15+
916### Features
1017
1118- Add ` SpaceService::get_space_room ` to get a space given its id from the space graph if available.
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+ ### Bug Fixes
10+
11+ - [ ** breaking** ] New ` LatestEventValue::LocalHasBeenSent ` variant to represent
12+ a local event that has been sent successfully.
13+ ([ #5968 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5968 ) )
14+
915### Refactor
1016
1117- [ ** breaking** ] The ` message-ids ` feature has been removed. It was already a no-op and has now
Original file line number Diff line number Diff line change @@ -6,15 +6,23 @@ All notable changes to this project will be documented in this file.
66
77## [ Unreleased] - ReleaseDate
88
9+ ### Bug Fixes
10+
11+ - [ ** breaking** ] ` LatestEventValue::Local { is_sending: bool } ` is replaced
12+ by [ ` state: LatestEventValueLocalState ` ] to represent 3 states: ` IsSending ` ,
13+ ` HasBeenSent ` and ` CannotBeSent ` .
14+ ([ #5968 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5968/ ) )
15+
916### Features
1017
11- - Add ` SpaceService::get_space_room ` to get a space given its id from the space graph if available.
12- [ #5944 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5944 )
18+ - Add ` SpaceService::get_space_room ` to get a space
19+ given its id from the space graph if available.
20+ ([ #5944 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5944 ) )
1321- [ ** breaking** ] : The new Latest Event API replaces the old API. All the
1422 ` new_ ` prefixes have been removed. The following methods are removed:
1523 ` EventTimelineItem::from_latest_event ` , and ` Timeline::latest_event ` . See the
1624 documentation of ` matrix_sdk::latest_event ` to learn about the new API.
17- [ #5624 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5624/ )
25+ ( [ #5624 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5624/ ) )
1826- ` Room::load_event_with_relations ` now also calls ` /relations ` to fetch related events when falling back
1927 to network mode after a cache miss.
2028 ([ #5930 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5930 ) )
You can’t perform that action at this time.
0 commit comments