v0.1.2
Added
- Add
graceful_shutdown()method toautoconnections. - Add
rt::TokioTimertype that implementshyper::rt::Timer. - Add
service::TowerToHyperServiceadapter, allowing usingtower::Services as ahyper::service::Service. - Implement
Cloneforauto::Builder. - Exports
legacy::{Builder, ResponseFuture}.
Fixed
- Enable HTTP/1 upgrades on the
legacy::Client. - Prevent divide by zero if DNS returns 0 addresses.
New Contributors
- @jayvdb made their first contribution in #62
- @Finomnis made their first contribution in #63
- @kushudai made their first contribution in #69
- @neoeinstein made their first contribution in #72
- @daxhuiberts made their first contribution in #73
- @gngpp made their first contribution in #76
- @sigoden made their first contribution in #79
Full Changelog: v0.1.1...v0.1.2