Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 710 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 710 Bytes

0.1.2 (2023-12-20)

Added

  • Add graceful_shutdown() method to auto connections.
  • Add rt::TokioTimer type that implements hyper::rt::Timer.
  • Add service::TowerToHyperService adapter, allowing using tower::Services as a hyper::service::Service.
  • Implement Clone for auto::Builder.
  • Exports legacy::{Builder, ResponseFuture}.

Fixed

  • Enable HTTP/1 upgrades on the legacy::Client.
  • Prevent divide by zero if DNS returns 0 addresses.

0.1.1 (2023-11-17)

Added

  • Make server-auto enable the server feature.

Fixed

  • Reduce Send bounds requirements for auto connections.
  • Docs: enable all features when generating.

0.1.0 (2023-11-16)

Initial release.