Releases: hyperium/hyper
Releases · hyperium/hyper
v0.9.9
Bug Fixes
- headers: Remove raw part when getting mutable reference to typed header (63b61524, closes #821)
Features
- error: Display for Error shows better info (5620fbf9, closes #694)
v0.9.8
Features
- client: enable use of custom TLS wrapper for proxied connections (0476196c, closes #824)
v0.9.7
Bug Fixes
- proxy: fix the 0.9.x build with
--no-default-features --features=security-framework
(6caffe9f, closes #819)
- server: Request.ssl() works (ce0b62ea)
v0.9.6
Bug Fixes
- client: Manually impl Debug for PooledStream (aa692236)
- server: Switch Ssl to SslServer in bounds (470bc8ec)
v0.9.5
Bug Fixes
- windows: disable openssl cert validation for Windows (c89aca81, closes #794)
Features
- net: Add OpensslClient constructor (3c0e1050)
v0.9.4
Bug Fixes
- warnings: remove unused_code warnings from newest nightlies (e7229480)
Features
- ssl:
- enable hostname verification by default for OpenSSL (01160abd, closes #472)
- use secure ciphers by default in openssl (54bf6ade)
v0.9.2
Features
Performance
- client: don't keep Pool mutex locked during getaddrinfo (5fcc04a6)
v0.9.1
Bug Fixes
- Cargo.toml: update documentation link (b783ddf4)