3.3 KiB
3.3 KiB
Change Log
Unreleased
[v2.1.2] - 2022-09-16
Added
impl Debug for MaybeHttpsStream
[v2.1.1] - 2021-12-16
Changed
- Removed unnecessary
boring-sysandbytesdependencies
v0.8.0 - 2019-12-10
Changed
- Upgraded to hyper 0.13
v0.8.0-alpha.4 - 2019-09-04
Changed
- Upgraded to hyper 0.13-alpha.4.
v0.8.0-alpha.1 - 2019-09-04
Changed
- Upgraded to hyper 0.13-alpha.1.
v0.7.1 - 2019-03-01
Changed
- TLSv1.3 sessions are now only used once, in accordance with the RFC's recommendation.
v0.7.0 - 2018-11-13
Changed
- Upgraded
tokio-opensslto 0.3. Handshake errors now returnopenssl::ssl::HandshakeErrorrather thanopenssl::ssl::Error.
v0.6.2 - 2018-11-07
Added
- Added ALPN support. If the
h2protocol is selected during the handshake via ALPN, the connector will automatically indicate that to Hyper via theConnected::negotiated_h2method. TheHttpsConnector::newmethod configures ALPN to support both theh2andhttp/1.1protocols. Code usingHttpsConnector::with_connectorwill need to configure ALPN manually.
v0.6.1 - 2018-06-13
Changed
MaybeHttpsStreamnow delegatesAsyncRead::read_bufandAsyncWrite::write_bufto support readv/writev over HTTP connections.
v0.6.0 - 2018-06-04
Changed
- Upgraded to hyper 0.12.
- The callback closure now takes a
&Destinationrather than a&URIto match what Hyper provides to connectors.
v0.5.0 - 2018-02-18
Changed
- The
HttpsConnector::with_connectorfunction now takes anSslConnectorBuilderrather than anSslConnectordue to a change in the session caching implementation. This is requried to properly support TLSv1.3.
v0.4.1 - 2018-01-11
Changed
- Stopped enabling default features for
hyper.
v0.4.0 - 2018-01-11
Removed
- The
HttpsConnector::danger_disable_hostname_verificationmethod has been removed. Instead, use a callback which configures theConnectConfigurationdirectly.
Changed
- Upgraded to openssl 0.10.
- The
HttpsConnector::ssl_callbackmethod has been renamed toHttpsConnector::set_callback, and is passed a reference to theConnectConfigurationrather than just theSslRef.
Older
Look at the release tags for information about older releases.