- Rename
Connector::{ssl => openssl}
. #2503 - Improve
Client
instantiation efficiency when usingopenssl
by only building connectors once. #2503 ClientRequest::send_body
now takes animpl MessageBody
. #2546- Rename
MessageBody => ResponseBody
to avoid conflicts withMessageBody
trait. #2546 impl Future
forResponseBody
no longer requires the body type beUnpin
. #2546impl Future
forJsonBody
no longer requires the body type beUnpin
. #2546impl Stream
forClientResponse
no longer requires the body type beUnpin
. #2546