Skip to content

v/0.24.0

Compare
Choose a tag to compare
@ctz ctz released this 04 Jul 13:56
· 81 commits to main since this release

Release notes

  • Upgrade to rustls 0.21.0, tokio-rustls 0.24.0 and webpki-roots 0.23.0.
  • Add ConnectorBuilder::enable_all_versions() helper.

What's Changed

  • tests: support CARGO_TARGET_DIR env variable by @MarcoIeni in #184
  • Apply clippy suggestions for Rust 1.67 by @djc in #190
  • Adding steps to run the examples by @RichardoC in #189
  • fix: allow example server http/1.0 ALPN. by @cpu in #193
  • small integration test improvements. by @cpu in #194
  • CI: update workflow actions. by @cpu in #196
  • CI: replace ubuntu 18.04 w/ 20.04. by @cpu in #197
  • Refresh example certificates by @djc in #174
  • Add ConnectorBuilder::enable_all_versions() helper by @djc in #171
  • hyper-rustls v0.24.0 w/ rustls 0.21.0 + tokio-rustls 0.24.0 by @cpu in #199
  • Prepare 0.24.0 release by @djc in #201

New Contributors

Full Changelog: v/0.23.2...v/0.24.0