You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
### v0.10.1 (2017-01-19)
2
+
3
+
4
+
#### Bug Fixes
5
+
6
+
***header:** security fix for header values that include newlines ([2603d78f](https://github.com/hyperium/hyper/commit/2603d78f59d284953553b7ef48c3ea4baa085cd1))
7
+
***net:** set timeouts directly in `accept` ([f5d4d653](https://github.com/hyperium/hyper/commit/f5d4d653e35ed20bbbb0b13847b3b9f1cfe9575f))
8
+
9
+
10
+
#### Breaking Changes
11
+
12
+
* This technically will cause code that a calls
13
+
`SetCookie.fmt_header` to panic, as it is no longer to properly write
14
+
that method. Most people should not be doing this at all, and all
15
+
other ways of printing headers should work just fine.
16
+
17
+
The breaking change must occur in a patch version because of the
0 commit comments