Skip to content

Releases: edgurgel/httpoison

HTTPoison 0.6.1

11 Feb 08:45
Compare
Choose a tag to compare
  • Add support to proxy option. Thanks to @povilas
  • Add support to params option. Thanks to @whatyouhide

HTTPoison 0.6.0

26 Jan 08:50
Compare
Choose a tag to compare

This version does not include any feature. It specifies a newer version to hackney: "~> 1.0" as it brought lots of bugfixes and more stability.

HTTPoison 0.5.0

14 Oct 08:33
Compare
Choose a tag to compare
  • API breaking changes:
    • HTTPoison.HTTPError was renamed to HTTPoison.Error;
    • Requests will now return {:ok, response} or {:error, error}
    • The old behaviour will be followed by new functions with bang, example:

HTTPoison.get! will follow the old behaviour of HTTPoison.get

Related discussion: #27

HTTPoison 0.4.3

09 Oct 09:01
Compare
Choose a tag to compare
  • Update hackney to ~> 0.14.1
  • Fix error raising (#26)

HTTPoison 0.4.2

03 Sep 09:43
Compare
Choose a tag to compare
  • Ensure support to 1.0.0-rc1

HTTPoison 0.4.1

21 Aug 12:38
Compare
Choose a tag to compare
  • Do not fetch the body on 204, 304 responses. (Thanks to @d0rc)
  • Catch body fetching errors and raise proper HTTPError. (Thanks to @Sch1zo)
  • Use meck hex package on test environment.

HTTPoison 0.4.0

17 Aug 10:19
Compare
Choose a tag to compare
  • Turn process_* functions to private functions so you don't need to expose them when overriding;
  • Add typespecs.

HTTPoison 0.3.2

03 Aug 04:31
Compare
Choose a tag to compare
  • Ensure support to Elixir 0.15.0
  • Update HTTParrot (using hex package)

HTTPoison 0.3.1

02 Aug 00:33
Compare
Choose a tag to compare
  • Change to MIT License

HTTPoison 0.3.0

26 Jun 09:32
Compare
Choose a tag to compare

Update to Elixir 0.14.1