Skip to content

Releases: hyperium/hyper

v0.9.10

31 Oct 20:49
Compare
Choose a tag to compare

Features

v0.9.9

31 Oct 20:49
Compare
Choose a tag to compare

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

31 Oct 20:48
Compare
Choose a tag to compare

Features

  • client: enable use of custom TLS wrapper for proxied connections (0476196c, closes #824)

v0.9.7

09 Jun 09:13
Compare
Choose a tag to compare

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

29 May 17:22
Compare
Choose a tag to compare

Bug Fixes

  • client: Manually impl Debug for PooledStream (aa692236)
  • server: Switch Ssl to SslServer in bounds (470bc8ec)

v0.9.5

18 May 17:07
Compare
Choose a tag to compare

Bug Fixes

  • windows: disable openssl cert validation for Windows (c89aca81, closes #794)

Features

  • net: Add OpensslClient constructor (3c0e1050)

v0.9.4

09 May 22:46
Compare
Choose a tag to compare

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.3

09 May 22:46
Compare
Choose a tag to compare

Bug Fixes

  • client: fix panic in Pool::connect (e51bafe2, closes #780)

v0.9.2

09 May 22:45
Compare
Choose a tag to compare

Features

Performance

  • client: don't keep Pool mutex locked during getaddrinfo (5fcc04a6)

v0.9.1

09 May 22:44
Compare
Choose a tag to compare

Bug Fixes

  • Cargo.toml: update documentation link (b783ddf4)