Httpoison Versions Save

Yet Another HTTP client for Elixir powered by hackney

v2.2.1

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/edgurgel/httpoison/compare/v2.2.0...v2.2.1

v2.2.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/edgurgel/httpoison/compare/v2.1.0...v2.2.0

v2.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/edgurgel/httpoison/compare/v2.0.0...v2.1.0

v2.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/edgurgel/httpoison/compare/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.

v1.8.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/edgurgel/httpoison/compare/v1.8.1...v1.8.2

v1.8.1

2 years ago

What's Changed

New Contributors :tada:

Full Changelog: https://github.com/edgurgel/httpoison/compare/v1.8.0...v1.8.1

v1.8.0

3 years ago

v1.7.0

3 years ago
  • Update hackney requirement to ~>1.16. #413 Thanks, @4tyTwo
  • Replace JSX with Jason for tests #409 Thanks, @niklaslong
  • Update travis targets #412 . Thanks, @samhamilton

v1.6.2

4 years ago
  • Fixed underspecced request functions #401 Thanks to @howleysv

v1.6.1

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