Skip to content

0.26.0

Compare
Choose a tag to compare
@cpu cpu released this 12 Jan 14:20
· 14 commits to main since this release
v/0.26.0
  • The hyper crate dependency has been updated to 1.0. hyper-rustls now uses the new hyper-util crate to replace functionality removed from hyper.
  • The Acceptor API has been removed and relevant examples updated. Hyper 1.0 has library consumers handle binding sockets and accepting connections themselves, removing the need for the Acceptor API. See examples/server.rs for an up to date example for accepting connections.
  • The tokio-runtime feature has been removed - hyper-rustls depends on hyper-util, and the tokio feature in hyper-util is required for the necessary IO adapter traits. Tokio was already a hard dependency of this crate.

What's Changed

  • Update hyper to 1.x and integrate with hyper-util by @Gelbpunkt in #232

New Contributors

Full Changelog: v/0.25.0...v/0.26.0