Releases: edgurgel/httpoison
Releases · edgurgel/httpoison
HTTPoison 1.7.0
- Update hackney requirement to ~>1.16. #413 Thanks, @4tyTwo
- Replace JSX with Jason for tests #409 Thanks, @niklaslong
- Update travis targets #412 . Thanks, @samhamilton
HTTPoison 1.6.2
HTTPoison 1.6.1
- Fix process leak issue for async requests #395. Thanks to @chazsconi 🎉
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
requesttype fromHTTPoison#382 Thanks @meagonqz
HTTPoison 1.5.0
- Add support to
NO_PROXYenvironment 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/1in favour ofprocess_request_headers/1process_status_code/1in favour ofprocess_response_status_code/1process_url/1in 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