Skip to content

Releases: edgurgel/httpoison

HTTPoison 0.13.0

04 Aug 11:06
Compare
Choose a tag to compare

HTTPoison 0.12.0

28 Jun 22:47
Compare
Choose a tag to compare
  • Change HTTPoison transformer to always spawn_link #260
  • Add request_url to HTTPoison.Response #270

HTTPoison 0.11.2

23 Apr 02:17
Compare
Choose a tag to compare
  • Bump hackney version requirement #244 Thanks @jakehasler
  • Add support to encode URLs containing a query string #223 Thanks @jadlr

HTTPoison 0.11.1

02 Mar 05:49
Compare
Choose a tag to compare

HTTPoison 0.11.0

08 Jan 09:18
Compare
Choose a tag to compare
  • Add {:stream, enumerable} body option #194 . Thanks to @rozap 🎉
  • Change overridable functions to be public #201 Thanks to @paulswartz 🎉

HTTPoison 0.10.0

06 Nov 09:10
Compare
Choose a tag to compare
  • Add support for http over unix sockets - requires hackney >= 1.6.3, erlang >= 19. #185 . Thanks @rhruiz !
  • Add support for hackney async once & stream_next/1. #189 Thanks @bakkdoor

HTTPoison 0.9.2

26 Sep 22:22
Compare
Choose a tag to compare
  • Rewrite request!/5 in a way that doesn't cause OTP 19 cover to error #178
  • Add put/1 #175
  • Revert bubble up of errors (2083440)

HTTPoison 0.9.1

29 Aug 10:40
Compare
Choose a tag to compare

HTTPoison 0.9.0

26 Jun 03:35
Compare
Choose a tag to compare
  • Add test & example using multiple cookies #135
  • A couple of changes to README #136 #133
  • Change request/5 to catch hackney errors #141
  • Fix typos #146 #142
  • Bump Elixir requirement to ~> 1.2

HTTPoison 0.8.3

08 Apr 02:30
Compare
Choose a tag to compare
  • Bump hackney version requirement #131