Skip to content

Releases: hyperium/hyper

v0.3.10

08 Apr 18:15
Compare
Choose a tag to compare

Bug Fixes

  • README: Update to compile example against Rust beta (341f19d3)

v0.3.9

08 Apr 18:13
Compare
Choose a tag to compare

Bug Fixes

  • headers: Add CowStr as a temporary hack to build on beta. (8e065563)

v0.3.8

08 Apr 18:13
Compare
Choose a tag to compare

Bug Fixes

  • rustup: update to rust beta (0f5858f3)

Breaking Changes

  • Removed impl_header!() and impl_list_header!() macros,
    use new header!() macro.

    (262c450f)

v0.3.7

08 Apr 18:12
Compare
Choose a tag to compare

Bug Fixes

  • buffer: zero out new capacity when buffer grows (cfdabd70)

Features

  • entitytag: Add EntityTag comparison, make EntityTag safe to use (9c21f7f9)

v0.3.6

08 Apr 18:12
Compare
Choose a tag to compare

Bug Fixes

  • buffer: get_buf to not return consumed part of buffer (04e3b565, closes #406)
  • rustup: get rid of slice pattern, add Reflect bounds (c9f2c841)

v0.3.5

08 Apr 18:11
Compare
Choose a tag to compare

Bug Fixes

  • http: read more before triggering TooLargeError (cb59f609, closes #389)

v0.3.4

08 Apr 18:11
Compare
Choose a tag to compare

Bug Fixes

  • rustup: static bounds required on Type definition, trivial_casts (eee7a85d)

v0.3.3

08 Apr 18:10
Compare
Choose a tag to compare

Bug Fixes

  • rustup:
    • rustc 1.0.0-nightly (123a754cb 2015-03-24) (3e456f00)
    • 1.0.0-nightly (e2fa53e59 2015-03-20) (f547080d)

Features

  • headers: Implementing content-encoding header (2983e8de, closes #391)

v0.3.2

08 Apr 18:09
Compare
Choose a tag to compare

Bug Fixes

  • benches: removed unused features (104d4903)
  • rustup:

Features

  • server: use SocketAddrs instead of Ipv4Addrs (5d7be77e)

httparse

08 Apr 18:09
Compare
Choose a tag to compare

Bug Fixes

  • header: Fix charset parsing bug. (5a6e176f)
  • headers: Fix overflow with empty cookies (99baaa10)
  • rustup: update to latest rustc (4fd8a6a9)

Features

  • server: add Expect 100-continue support (0b716943, closes #369)

Breaking Changes

  • Several public functions and types in the http module
    have been removed. They have been replaced with 2 methods that handle
    all of the http1 parsing.

    (b87bb20f)