Skip to content

Commit 0da5554

Browse files
committed
Add link to release history
1 parent 286e1fa commit 0da5554

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

README.md

+2-33
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,8 @@ and the [hyper HTTP library](https://github.com/hyperium/hyper).
77
[![Documentation](https://docs.rs/hyper-rustls/badge.svg)](https://docs.rs/hyper-rustls/)
88

99
# Release history
10-
- 0.24.0 (2023-04-01):
11-
* Upgrade to rustls 0.21.0, tokio-rustls 0.24.0 and webpki-roots 0.23.0.
12-
* Add `ConnectorBuilder::enable_all_versions()` helper.
13-
- 0.23.2 (2022-12-08):
14-
* Strip brackets from IPv6 addresses in the servername. Thanks to @digitwolf.
15-
- 0.23.1 (2022-10-26):
16-
* Allow overriding the servername. Thanks to @MikailBag.
17-
- 0.23.0 (2021-11-21):
18-
* Upgrade to rustls 0.20. Thanks to @g2p.
19-
* Add new HttpsConnectorBuilder API. Thanks to @g2p.
20-
* Add the tls12, logging, http1 and http2 features. Thanks to @g2p and @marwes.
21-
- 0.22.1 (2020-12-27):
22-
* Fixing docs.rs build; no other changes.
23-
- 0.22.0 (2020-12-26):
24-
* Use tokio 1.0, hyper 0.14, and rustls 0.19. Thanks to @paolobarbolini and @messense.
25-
* Rework how the certificate store is chosen: now by an explicit API rather than
26-
implicitly by crate features. Thanks to @djc.
27-
- 0.21.0 (2020-07-05):
28-
* Update dependencies.
29-
- 0.20.0 (2020-02-24):
30-
* Use newer rustls-native-certs which works in presence of invalid certificates.
31-
* Update dependencies.
32-
- 0.19.1 (2020-01-19):
33-
* Remove dependency on hyper's tcp feature.
34-
- 0.19.0 (2019-12-17):
35-
* First release with async/await support. Many thanks to @CryZe, @alex, @markuskobler and @dbcfd.
36-
- 0.18.0 (2019-11-23)
37-
* Uses [rustls-native-certs](https://crates.io/crates/rustls-native-certs)
38-
instead of compiled-in root certificates.
39-
- 0.17.1 (2019-08-19)
40-
* Fix accidental use of sync read/write.
41-
- 0.17.0 (2019-08-11)
42-
* Update dependencies.
10+
11+
Release history can be found [on GitHub](https://github.com/rustls/hyper-rustls/releases).
4312

4413
# License
4514
hyper-rustls is distributed under the following three licenses:

0 commit comments

Comments
 (0)