All Versions
46
Latest Version
Avg Release Cycle
70 days
Latest Release
1862 days ago

Changelog History
Page 2

  • v1.1.1 Changes

    April 20, 2018
    • ➕ Add support for socks5 user and pass parameters #323 #325 Thanks, @skie 🎉
  • v1.1.0 Changes

    April 02, 2018
  • v1.0.0 Changes

    January 07, 2018
  • v0.13.0 Changes

    August 04, 2017
  • v0.12.0 Changes

    June 29, 2017
    • 🔄 Change HTTPoison transformer to always spawn_link (#260)
    • ➕ Add request_url to HTTPoison.Response (#270)
  • v0.11.2 Changes

    April 23, 2017
    • ⬆️ Bump hackney version requirement (#244). Thanks @jakehasler
    • ➕ Add support to encode URLs containing a query string (#223). Thanks @jadlr
  • v0.11.1 Changes

    March 02, 2017
    • Add process_request_options (#208). Thanks to @drewolson
    • ⬆️ Bump hackney to ~> 1.7.0 (#228). Thanks to @xinz
    • 🔄 Change typespec of Response.body (#220). Thanks to @deepblue
    • ➕ Add test for a GET request (#219). Thanks to @Lokeh
  • v0.11.0 Changes

    January 08, 2017
    • ➕ Add {:stream, enumerable} body option (#194). Thanks to @rozap :tada:;
    • 🔄 Change overridable functions to be public (#201). Thanks to @paulswartz :tada:;
  • v0.10.0 Changes

    November 06, 2016
    • ➕ Add support for http over unix sockets - requires hackney >= 1.6.3, erlang >= 19. (#185).
    • ➕ Add support for hackney async once & stream_next/1
  • v0.9.2 Changes

    September 27, 2016
    • Rewrite request!/5 in a way that does not cause OTP 19 cover to error (#178);
    • ➕ Add put/1 (#175);
    • Revert process_ errors bubbling up.