All Versions
46
Latest Version
Avg Release Cycle
70 days
Latest Release
1862 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.1.1 Changes
April 20, 2018 -
v1.1.0 Changes
April 02, 2018- Automatic use of
HTTP_PROXY
env var #306 Thanks to @amencarini
- Automatic use of
-
v0.13.0 Changes
August 04, 2017 -
v0.12.0 Changes
June 29, 2017- 🔄 Change HTTPoison transformer to always
spawn_link
(#260) - ➕ Add
request_url
toHTTPoison.Response
(#270)
- 🔄 Change HTTPoison transformer to always
-
v0.11.2 Changes
April 23, 2017- ⬆️ Bump hackney version requirement (#244). Thanks @jakehasler
- ➕ Add support to encode URLs containing a query string (#223). Thanks @jadlr
-
v0.11.1 Changes
March 02, 2017- Add
process_request_options
(#208). Thanks to @drewolson - ⬆️ Bump hackney to
~> 1.7.0
(#228). Thanks to @xinz - 🔄 Change typespec of
Response.body
(#220). Thanks to @deepblue - ➕ Add test for a GET request (#219). Thanks to @Lokeh
- Add
-
v0.11.0 Changes
January 08, 2017- ➕ Add
{:stream, enumerable}
body option (#194). Thanks to @rozap :tada:; - 🔄 Change overridable functions to be public (#201). Thanks to @paulswartz :tada:;
- ➕ Add
-
v0.10.0 Changes
November 06, 2016- ➕ Add support for http over unix sockets - requires hackney >= 1.6.3, erlang >= 19. (#185).
- ➕ Add support for hackney async once & stream_next/1
-
v0.9.2 Changes
September 27, 2016- Rewrite
request!/5
in a way that does not cause OTP 19 cover to error (#178); - ➕ Add
put/1
(#175); - ⏪ Revert
process_
errors bubbling up.
- Rewrite