Skip to content

Commit

Permalink
v0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 30, 2017
1 parent e3f317e commit 483b9e5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,36 @@
### v0.9.18 (2017-01-30)


#### Bug Fixes

* **header:** enable SetCookie.fmt_header when only 1 cookie ([e3f317ee](https://github.com/hyperium/hyper/commit/e3f317eea7f315d960dfd98e2ffa1462d5fd2cc0))


### v0.9.17 (2017-01-24)


#### Bug Fixes

* **client:** only set Host header when not present ([98342399](https://github.com/hyperium/hyper/commit/98342399a6f852905d9bf09060ac6a92d4caf923))
* **header:** security fix for header values that include newlines ([39ef6355](https://github.com/hyperium/hyper/commit/39ef63558bf4649452eb0b7d6053c159fc81b9e6))


#### Breaking Changes

* This technically will cause code that a calls
`SetCookie.fmt_header` to panic, as it is no longer to properly write
that method. Most people should not be doing this at all, and all
other ways of printing headers should work just fine.

The breaking change must occur in a patch version because of the
security nature of the fix.

([39ef6355](https://github.com/hyperium/hyper/commit/39ef63558bf4649452eb0b7d6053c159fc81b9e6))


### v0.9.16 (2017-01-23)


### v0.9.15 (2017-01-19)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "hyper"
version = "0.9.17"
version = "0.9.18"
description = "A modern HTTP library."
readme = "README.md"
documentation = "http://hyperium.github.io/hyper"
Expand Down

0 comments on commit 483b9e5

Please sign in to comment.