File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
93Breaking 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
1920Breaking changes:
You can’t perform that action at this time.
0 commit comments