Releases: hyperium/hyper-util
Releases · hyperium/hyper-util
v0.1.8
What's Changed
- Add
server::conn::auto::upgrade::downcast()for use with auto connection upgrades.
New Contributors
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Add
Connected::poison()tolegacyclient, a port from hyper v0.14.x. - Add
Error::connect_info()tolegacyclient, a port from hyper v0.14.x.
New Contributors
- @nox made their first contribution in #135
- @aaronriekenberg made their first contribution in #137
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Add support for AIX operating system to
legacyclient. - Fix
legacyclient to better use dying pooled connections.
New Contributors
- @ramiroaisen made their first contribution in #131
- @ecnelises made their first contribution in #132
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Add
server::graceful::GracefulShutdownhelper to coordinate over many connections. - Add
server::conn::auto::Connection::into_owned()to unlink lifetime fromBuilder. - Allow
servicemodule to be available with onlyservicefeature enabled.
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Add
initial_max_send_streams()tolegacyclient builder - Add
max_pending_accept_reset_streams()tolegacyclient builder - Add
max_headers(usize)toautoserver builder - Add
http1_onl()andhttp2_only()toautoserver builder - Add connection capturing API to
legacyclient - Add
impl Connection for TokioIo - Fix graceful shutdown hanging on reading the HTTP version
New Contributors
- @magurotuna made their first contribution in #87
- @ikrivosheev made their first contribution in #90
- @elpiel made their first contribution in #103
- @mladedav made their first contribution in #106
- @wfly1998 made their first contribution in #107
- @CobaltCause made their first contribution in #110
- @hasezoey made their first contribution in #114
- @MaxFangX made their first contribution in #116
- @kvinwang made their first contribution in #117
- @martinetd made their first contribution in #113
- @rcoh made their first contribution in #112
- @allan2 made their first contribution in #102
- @FabijanC made their first contribution in #120
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Added
- Add
Error::is_connect()which returns true if error came from clientConnect. - Add timer support to
legacypool. - Add support to enable http1/http2 parts of
auto::Builderindividually.
Fixed
- Fix
autoconnection so it can handle requests shorter than the h2 preface. - Fix
legacy::Clientto no longer error when keep-alive is diabled.
New Contributors
- @psibi made their first contribution in #82
- @jakubadamw made their first contribution in #95
- @SergioBenitez made their first contribution in #80
Full Changelog: v0.1.2...v0.1.3
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
v0.1.1
Added
- Make
server-autoenable theserverfeature.
Fixed
- Reduce
Sendbounds requirements forautoconnections. - Docs: enable all features when generating.
v0.1.0
Initial release! 🚀
New Contributors
- @seanmonstar made their first contribution in #1
- @dswij made their first contribution in #3
- @tomkarw made their first contribution in #4
- @hansonchar made their first contribution in #9
- @howardjohn made their first contribution in #14
- @chrislearn made their first contribution in #20
- @hottea773 made their first contribution in #26
- @tottoto made their first contribution in #27
- @film42 made their first contribution in #28
- @programatik29 made their first contribution in #11
- @rakshith-ravi made their first contribution in #38
- @LukeMathWalker made their first contribution in #40
- @davidpdrsn made their first contribution in #48
- @kaffarell made their first contribution in #49