v0.1.2
Added
- Add
graceful_shutdown()
method toauto
connections. - Add
rt::TokioTimer
type that implementshyper::rt::Timer
. - Add
service::TowerToHyperService
adapter, allowing usingtower::Service
s as ahyper::service::Service
. - Implement
Clone
forauto::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