Skip to content

Releases: edgurgel/httpoison

HTTPoison 1.7.0

10 Jun 09:04

Choose a tag to compare

HTTPoison 1.6.2

09 Nov 00:29

Choose a tag to compare

HTTPoison 1.6.1

03 Oct 08:45

Choose a tag to compare

  • Fix process leak issue for async requests #395. Thanks to @chazsconi 🎉

HTTPoison 1.6.0

30 Sep 07:56

Choose a tag to compare

HTTPoison 1.5.1

25 Apr 04:41

Choose a tag to compare

HTTPoison 1.5.0

15 Dec 23:40

Choose a tag to compare

HTTPoison 1.4.0

18 Oct 08:56

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

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

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

Choose a tag to compare

  • HTTPoison.Base behaviour #330
  • mix format #332
  • Bump Elixir requirement to ~> 1.5