Releases: hyperium/hyper
Releases · hyperium/hyper
v0.1.12
Bug Fixes
- net: don't stop the server when an SSL handshake fails with EOF (55f12660)
Features
- headers: Add
If-None-Match
header field (318b067a, closes #238)
v0.1.11
Bug Fixes
- readme: Make the README client example work (9b5d6aab)
Features
- headers: add IfUnmodifiedSince header (b5543b67)
Breaking Changes
v0.1.10
Bug Fixes
- headers: add limit to maximum header size that should be parsed (f18a8fb7, closes #256)
- rustup:
- update FromStr (742081c8)
- fix unused_feature warning in example server (05a3a6b7)
- switch to unstable features (3af8b687)
v0.1.9
Bug Fixes
- headers: Don't display q if q=1 in quality item. (91df2441, closes #281)
- rustup: update io import, Writer::write (f606b603)
Features
- status: add is_<status_class>() methods to StatusCodes (2d55a22e)
v0.1.8
Bug Fixes
- headers:
- make ConnectionHeader unicase (e06e7d9a)
- make Protocol search websocket unicase (65c70180)
- log: update to new logging levels (b002b6c3)
Features
Breaking Changes
v0.1.7
Bug Fixes
- rustup: update to newest fmt trait names and slice syntax (9e3c94d7)
Breaking Changes
v0.1.6
Bug Fixes
- headers: make Schemes, Basic, Protocol public (e43c35c1)
v0.1.4
Bug Fixes
- imports: Update TypeID import location to "any" (dd2534a6)
v0.1.3
Features
- server: add a deconstruct method to Request. (1014855f)