|
1 | 1 | # [unreleased] |
2 | 2 |
|
| 3 | +# 0.8.0 |
| 4 | + |
3 | 5 | Breaking changes: |
4 | 6 |
|
5 | | -* The list_room response changes the fields `version`, `join_rules`, `guest_access` and `history_visibility` to be an option |
6 | | -* The list_room response changes the `join_rules` field to be `Option<SpaceRoomJoinRule>` |
7 | | -* `background_update::run::v1::JobName` is now non-exhaustive. |
8 | | -* `RoomSortOrder` and `RoomDirection` in `rooms::list_rooms::v1` are now non- |
| 7 | +- The list_room response changes the fields `version`, `join_rules`, `guest_access` and |
| 8 | + `history_visibility` to be an option |
| 9 | +- The list_room response changes the `join_rules` field to be `Option<SpaceRoomJoinRule>` |
| 10 | +- `background_update::run::v1::JobName` is now non-exhaustive. |
| 11 | +- `RoomSortOrder` and `RoomDirection` in `rooms::list_rooms::v1` are now non- |
9 | 12 | exhaustive. Their `PartialOrd` and `Ord` implementations now use their string |
10 | 13 | representation instead of the order in which they are defined in the enum. |
11 | | -* `UserDetails`, `ExternalId`, `CurrentUpdate`, `ExperimentalFeatures`, |
| 14 | +- `UserDetails`, `ExternalId`, `CurrentUpdate`, `ExperimentalFeatures`, |
12 | 15 | `RoomDetails` and `UserMinorDetails` are now non-exhaustive. To keep using |
13 | 16 | them as if they were exhaustive, use the `ruma_unstable_exhaustive_types` |
14 | 17 | compile-time `cfg` setting. |
15 | | -* Changed `users::create_or_modify::v2` third party id parsing by adding a new type without `validated_at` and `added_at` fields (which are not sent according to the API documentation) |
16 | | -* Upgrade ruma to 0.13.0 |
| 18 | +- Changed `users::create_or_modify::v2` third party id parsing by adding a new type without |
| 19 | + `validated_at` and `added_at` fields (which are not sent according to the API documentation) |
| 20 | +- Upgrade ruma to 0.13.0 |
17 | 21 |
|
18 | 22 | Improvement: |
19 | 23 |
|
20 | | -* The list_room response now includes the `room_type` field |
21 | | -* Add room_details api |
22 | | -* Add room_members api |
| 24 | +- The list_room response now includes the `room_type` field |
| 25 | +- Add room_details api |
| 26 | +- Add room_members api |
23 | 27 |
|
24 | 28 | # 0.7.0 |
25 | 29 |
|
|
0 commit comments