Releases: edgurgel/httpoison
Releases · edgurgel/httpoison
HTTPoison 2.2.1
What's Changed
- Fixes CI badge by @antedeguemon in #484
- The Base.request!/1 return value is not wrapped in a ok-tuple by @flambard in #481
New Contributors
- @antedeguemon made their first contribution in #484
- @flambard made their first contribution in #481
Full Changelog: v2.2.0...v2.2.1
HTTPoison 2.2.0
What's Changed
- fix code snippet(headers) of Multipart in README.md by @TORIFUKUKaiou in #472
- Update README.md: httparrot -> postman-echo by @tamanugi in #476
- Add the request!/1 function by @GuillaumeMilan in #473
- Fix formatting errors on the doc by @michelboaventura in #477
- Update hackney to 1.20.1 by @kyleboe in #478
- Better stack traces by @paulanthonywilson in #480
- Update README.md by @spencerdcarlson in #479
New Contributors
- @TORIFUKUKaiou made their first contribution in #472
- @tamanugi made their first contribution in #476
- @GuillaumeMilan made their first contribution in #473
- @michelboaventura made their first contribution in #477
- @kyleboe made their first contribution in #478
- @paulanthonywilson made their first contribution in #480
- @spencerdcarlson made their first contribution in #479
Full Changelog: v2.1.0...v2.2.0
HTTPoison 2.1.0
What's Changed
Full Changelog: v2.0.0...v2.1.0
HTTPoison 2.0.0
What's Changed
- link to Request docs by @verhovsky in #464
- Use process_request_url in docs instead of deprecated process_url by @cliftonmcintosh in #463
- Updates the
ssl
option to add settings rather than replace them by @ShahneRodgers in #466
New Contributors
- @verhovsky made their first contribution in #464
- @cliftonmcintosh made their first contribution in #463
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
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
- @rogeriochaves made their first contribution in #452
- @dariodf made their first contribution in #459
- @SimonLentzOP made their first contribution in #460
Full Changelog: v1.8.1...v1.8.2
HTTPoison 1.8.1
What's Changed
- improved documentation around disabling hackney pool by @spinettaro in #446
- Recognize lowercase location header (fix #453) by @gianluca-nitti in #454
- FIX: Memory leak: HTTPoison.Base.transformer by @Zarathustra2 in #456
New Contributors 🎉
- @spinettaro made their first contribution in #446
- @gianluca-nitti made their first contribution in #454
- @Zarathustra2 made their first contribution in #456
Full Changelog: v1.8.0...v1.8.1
HTTPoison 1.8.0
- Add support to "maybe redirect" response #424 Thanks, @vereis !
- Fix
request/1
spec #418 Thanks, @flurin ! - Bump hackney version to
1.17
#430 Thanks, @evancloutier ! - Update README #427 & #428 Thanks, @81dr and @iloveitaly !
- Misc doc changes #429 Thanks, @kianmeng !
- Document multipart with in-memory content #422 Thanks, @pdgonzalez872 !
HTTPoison 1.7.0
- Update hackney requirement to ~>1.16. #413 Thanks, @4tyTwo
- Replace JSX with Jason for tests #409 Thanks, @niklaslong
- Update travis targets #412 . Thanks, @samhamilton
HTTPoison 1.6.2
HTTPoison 1.6.1
- Fix process leak issue for async requests #395. Thanks to @chazsconi 🎉