v/0.23.0
Release notes
- Upgrade to rustls 0.20. Thanks to @g2p.
- Add new HttpsConnectorBuilder API. Thanks to @g2p.
- Add the tls12, logging, http1 and http2 features. Thanks to @g2p and @Marwes.
What's Changed
- Remove futures-util by @paolobarbolini in #142
- fix: Only report http2 support if the http2 feature is enabled by @Marwes in #144
- Add
force_https
flag which enforces https only connections. by @boxdot in #155 - examples: simplify server acceptor by @paolobarbolini in #157
- Rustls 0.20 and HttpsConnectorBuilder by @g2p in #156
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #151
- Fix bad assert on alpn_protocols and add tests by @g2p in #160
- Add new features to the changelog by @paolobarbolini in #161
- Prepare 0.23 by @djc in #159
New Contributors
- @Marwes made their first contribution in #144
- @boxdot made their first contribution in #155
- @g2p made their first contribution in #156
Full Changelog: v/0.22.1...v/0.23.0