Skip to content

Commit

Permalink
Add changelog for 1.5.0. (fortanix#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha authored Sep 28, 2020
2 parents 5801f87 + 264abdf commit e4d2ce8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.5.0
* Add pluggable name resolution. Users can now override the IP addresses for
hostnames of their choice (#148).
* bugfix: Don't re-pool streams on drop. This would occur if the user called
`response.into_reader()` and dropped the resulting `Read` before reading all
the way to EOF. The result would be a BadStatus error on the next request to
the same hostname. This only affected users using an explicit Agent (#160).
* Automatically set Transfer-Encoding: chunked when using `send` (#86).
* `into_reader()` now returns `impl Read + Send` instead of `impl Read` (#156).

# 1.4.1

* Use buffer to avoid byte-by-byte parsing result in multiple syscalls.
Expand Down

0 comments on commit e4d2ce8

Please sign in to comment.