Skip to content

Releases: rustls/hyper-rustls

v/0.23.0

04 Jul 13:58
@ctz ctz
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v/0.22.1...v/0.23.0

v/0.22.1

04 Jul 13:59
@ctz ctz
Compare
Choose a tag to compare

Release notes

  • Fixing docs.rs build; no other changes.

Full Changelog: v/0.22.0...v/0.22.1

v/0.22.0

04 Jul 14:01
@ctz ctz
Compare
Choose a tag to compare

Release notes

  • Use tokio 1.0, hyper 0.14, and rustls 0.19. Thanks to @paolobarbolini and @messense.
  • Rework how the certificate store is chosen: now by an explicit API rather than implicitly by crate features. Thanks to @djc.

What's Changed

New Contributors

Full Changelog: v/0.21.0...v/0.22.0

v/0.21.0

04 Jul 14:01
@ctz ctz
Compare
Choose a tag to compare

Release notes

  • Update dependencies.

What's Changed

Full Changelog: v/0.20.0...v/0.21.0

v/0.20.0

04 Jul 14:02
@ctz ctz
Compare
Choose a tag to compare

Release notes

  • Use newer rustls-native-certs which works in presence of invalid certificates.
  • Update dependencies.

What's Changed

New Contributors

Full Changelog: v/0.19.1...v/0.20.0

v/0.19.1

04 Jul 14:03
@ctz ctz
Compare
Choose a tag to compare

Release notes

  • Remove dependency on hyper's tcp feature.

What's Changed

  • don't depend on hyper/tcp feature by default by @erickt in #100

Full Changelog: v/0.19.0...v/0.19.1

v/0.19.0

04 Jul 14:04
@ctz ctz
Compare
Choose a tag to compare

Release notes

What's Changed

New Contributors

Full Changelog: v/0.18.0...v/0.19.0

v/0.18.0

04 Jul 14:06
@ctz ctz
Compare
Choose a tag to compare

Release notes

What's Changed

Full Changelog: v/0.17.1...v/0.18.0

v/0.17.1

04 Jul 14:07
@ctz ctz
Compare
Choose a tag to compare

Release notes

  • Fix accidental use of sync read/write.

What's Changed

  • cargo: switch to 2018 edition by @lucab in #76
  • bound the inner stream on AsyncRead + AsyncWrite rather than Read + Write by @jbg in #78

New Contributors

  • @jbg made their first contribution in #78

Full Changelog: v/0.17.0...v/0.17.1