Releases: edgurgel/httpoison
Releases · edgurgel/httpoison
HTTPoison 1.6.0
- Update hackney version #394 Thanks to @perrycate
HTTPoison 1.5.1
- Ensure support to 1.8.0 #374 Thanks, @rodrigues
- Remove
request
type fromHTTPoison
#382 Thanks @meagonqz
HTTPoison 1.5.0
- Add support to
NO_PROXY
environment variable #361 Thanks to @ShahneRodgers ! 🎉 🎆
HTTPoison 1.4.0
- Run dialyzer as part of the travis build process #357 Thanks to @mmrobins
- Add support to
max_body_length
#354 #355 Thanks to @pedep - Add HTTPoison.Request and process_response #311 #363 #364 #365 #366
- Deprecations:
process_headers/1
in favour ofprocess_request_headers/1
process_status_code/1
in favour ofprocess_response_status_code/1
process_url/1
in favour ofprocess_request_url/1
Special thanks to @ryanwinchester 🎉
HTTPoison 1.3.1
When the response is larger than MaxLength, this function will return the body it received up to the last chunk, which might be a bit more than MaxLength.
Source: https://github.com/benoitc/hackney/blob/master/doc/hackney_response.md#body-2
HTTPoison 1.3.0
HTTPoison 1.2.0
HTTPoison 1.1.1
HTTPoison 1.1.0
- Automatic use of
HTTP_PROXY
env var #306 Thanks to @amencarini