All Versions
57
Latest Version
Avg Release Cycle
134 days
Latest Release
33 days ago

Changelog History
Page 4

  • 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.
  • v0.9.1 Changes

    August 29, 2016
    • 🛠 Fix Elixir 1.4 warnings (#166). Thanks to @whatyouhide :tada:;
    • Bubble process_ errors up (#169). Thanks to @mootpointer :tada:.
  • v0.9.0 Changes

    June 25, 2016
    • ➕ Add a test and an example of using multiple cookies (#135);
    • 🔄 Change request/5 to catch hackney errors (#141);
    • ⬆️ Bump Elixir requirement to ~> 1.2;
    • A couple of changes to README (#133, #136);
    • 🛠 Fix several typos (#142, #146).
  • v0.8.2 Changes

    March 16, 2016
    • ⬆️ Bump hackney requirement (#131).
  • v0.8.1 Changes

    January 14, 2016
    • 🛠 Fix socket leakage related to 204/304 requests;
    • ⚡️ Update README and docs.
  • v0.8.0 Changes

    November 08, 2015
    • ⚡️ Update hackney requirement to ~> 1.4.4.
  • v0.7.5 Changes

    November 08, 2015
    • 📄 Rewrite docs for HTTPoison.Base.request/5;
    • 🛠 Fix async redirect process leak (#80). Thanks to @sdanzan :tada:;
    • ➕ Add hackney redirect options to HTTPoison (#84). Thanks to @ShaneWilton :tada:.
  • v0.7.4 Changes

    September 21, 2015
    • 🔨 Refactor generated functions through HTTPoison.Base;
    • ➕ Add ssl option.
  • v0.7.3 Changes

    September 02, 2015
    • Accept proxy_auth as a first class parameter;
    • ⚡️ Update ex_doc and earmark.
  • v0.7.2 Changes

    August 11, 2015
    • 0️⃣ Use hackney default values for options;
    • Require hackney ~> 1.3.1 (#64).