Skip to content

Commit b8e0245

Browse files
committed
Release synapse-admin-api 0.8.0
1 parent f7a4404 commit b8e0245

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
# [unreleased]
22

3+
# 0.8.0
4+
35
Breaking changes:
46

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-
912
exhaustive. Their `PartialOrd` and `Ord` implementations now use their string
1013
representation instead of the order in which they are defined in the enum.
11-
* `UserDetails`, `ExternalId`, `CurrentUpdate`, `ExperimentalFeatures`,
14+
- `UserDetails`, `ExternalId`, `CurrentUpdate`, `ExperimentalFeatures`,
1215
`RoomDetails` and `UserMinorDetails` are now non-exhaustive. To keep using
1316
them as if they were exhaustive, use the `ruma_unstable_exhaustive_types`
1417
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
1721

1822
Improvement:
1923

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
2327

2428
# 0.7.0
2529

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "synapse-admin-api"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
categories = ["api-bindings", "web-programming"]
55
description = "Types for the endpoints in the synapse admin API."
66
homepage = "https://ruma.dev/"

0 commit comments

Comments
 (0)