Skip to content

Releases: edgurgel/httpoison

HTTPoison 1.6.0

30 Sep 07:56
Compare
Choose a tag to compare

HTTPoison 1.5.1

25 Apr 04:41
Compare
Choose a tag to compare

HTTPoison 1.5.0

15 Dec 23:40
Compare
Choose a tag to compare

HTTPoison 1.4.0

18 Oct 08:56
Compare
Choose a tag to compare
  • 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 of process_request_headers/1
    • process_status_code/1 in favour of process_response_status_code/1
    • process_url/1 in favour of process_request_url/1

Special thanks to @ryanwinchester 🎉

HTTPoison 1.3.1

17 Sep 09:11
Compare
Choose a tag to compare
  • Add option max_body_length #354 Thanks to @pedep ! 🎉

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

26 Aug 04:48
Compare
Choose a tag to compare
  • Add Multipart body helper #47
  • Fix issue with empty HTTP_PROXY #351
  • Update Docs #350 #344 #339 #337
  • Fix incorrect typespec on request/5 #334

HTTPoison 1.2.0

16 Jun 04:01
22fc895
Compare
Choose a tag to compare
  • HTTPoison.Base behaviour #330
  • mix format #332
  • Bump Elixir requirement to ~> 1.5

HTTPoison 1.1.1

20 Apr 00:55
fc22bf8
Compare
Choose a tag to compare
  • Add support for socks5 user and pass parameters #323 #325 Thanks, @skie 🎉

HTTPoison 1.1.0

02 Apr 07:44
92096c5
Compare
Choose a tag to compare

HTTPoison 1.0.0

07 Jan 03:44
Compare
Choose a tag to compare