Skip to content

Releases: edgurgel/httpoison

HTTPoison 2.2.1

24 Nov 05:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

HTTPoison 2.2.0

07 Nov 08:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

HTTPoison 2.1.0

10 Mar 08:58
Compare
Choose a tag to compare

What's Changed

  • Conditionally process :form bodies to handle nested params by @vereis in #470

Full Changelog: v2.0.0...v2.1.0

HTTPoison 2.0.0

22 Jan 08:34
c8ae725
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v2.0.0

Major upgrade

The main change that caused a major version is that ssl option now merges with the default options where previously it would override the ssl options. The new option ssl_override was added to allow people to keep the previous behaviour but it's more explicit now.

HTTPoison 1.8.2

07 Aug 21:02
Compare
Choose a tag to compare

What's Changed

  • Add a link to list of possible error reasons by @rogeriochaves in #452
  • Add HTTPoison.Request.to_curl/1 to get an equivalent curl command by @dariodf in #459
  • Fix get callback definition by @SimonLentzOP in #460

New Contributors

Full Changelog: v1.8.1...v1.8.2

HTTPoison 1.8.1

31 Mar 07:08
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: v1.8.0...v1.8.1

HTTPoison 1.8.0

12 Jan 04:05
Compare
Choose a tag to compare

HTTPoison 1.7.0

10 Jun 09:04
Compare
Choose a tag to compare

HTTPoison 1.6.2

09 Nov 00:29
Compare
Choose a tag to compare

HTTPoison 1.6.1

03 Oct 08:45
Compare
Choose a tag to compare
  • Fix process leak issue for async requests #395. Thanks to @chazsconi 🎉