Skip to content

Commit ced126a

Browse files
authored
Update CHANGELOG
1 parent 4fdbdc6 commit ced126a

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# [unreleased]
22

3-
Improvements:
4-
5-
- `ClientBuilder` now has `token_mode()` which takes a `TokenMode` for correlation to `SendAccessToken` behavior.
6-
- Add `SupportedPathBuilder` trait to enable supporting both `VersionHistory` and `SinglePath` path builders in client request methods.
7-
- Add `send_matrix_request_as()` method to `HttpClientExt` trait for application service requests.
8-
93
Breaking changes:
104

11-
- `send_request` and `send_request_as` now require `R::PathBuilder: SupportedPathBuilder` bound.
12-
- `send_request_as` now takes `AppserviceUserIdentity` instead of `&UserId` for the identity parameter.
13-
- Remove `send_customized_request` from `Client`
14-
- Remove `send_customized_matrix_request()` method from `HttpClientExt` trait.
15-
- Add `C::RequestBody: AsRef<[u8]>` bound to various `Client` and `HttpClientExt` methods.
5+
- Upgrade ruma to 0.14.0.
6+
- The `send_request`, `send_request_as` and `send_customized_request` of
7+
`Client` now have stricter bounds for the request. These bounds are
8+
compatible with all requests from ruma-client-api and ruma-appservice-api.
9+
- `HttpRequest::RequestBuilder` has an extra `AsRef<[u8]>` bound.
10+
- Bump MSRV to 1.88
11+
- `Client::send_request_as()` now takes `AppserviceUserIdentity` instead of `&UserId`.
12+
13+
Improvements:
1614

15+
- `ClientBuilder` now has `token_mode()` which takes a `TokenMode` for
16+
correlation to `SendAccessToken` behavior.
17+
1718
# 0.16.0
1819

1920
Breaking changes:

0 commit comments

Comments
 (0)