Skip to content

Releases: kittinunf/fuel

Fuel - 1.11.0

08 Oct 07:53
Compare
Choose a tag to compare

Release v1.11

  • 🐛 Fix json typing by @yoavst
  • ✨ Add Jackson deserialization support by @deiga
  • ⬆️ Updates gradle and bintray versions by @deiga
  • 🚨 Fixes deprecation warnings by @deiga
  • 🐛 UrlEncode POST parameters by @mbreithu

Huge thanks to everyone who help contribute to Fuel, much appreciated 🍻 🍻 🍻

Fuel - 1.10.0

04 Sep 13:56
Compare
Choose a tag to compare

Thank you so much for your contributions

Fuel - 1.9.0

20 Jul 02:14
Compare
Choose a tag to compare

Thank you so much for your contribution as always. @KucherenkoIhor @ParkerK.

Fuel - 1.8.0

25 Jun 02:39
Compare
Choose a tag to compare

V 1.8

  • LiveData module support by @KucherenkoIhor.
  • Stop trying to read http head response input streams by @seanmadden.
  • Added ability to send/receive big files by using the real stream instead of byteStream by @savardd.

Thank you so much for your contributions. @KucherenkoIhor , @seanmadden , @savardd. You guys are the best 👍

Fuel - 1.7.0

16 May 02:53
Compare
Choose a tag to compare
  • Support Kotlin 1.1.2
  • Support RxJava 2.x
  • Last but also not least, welcome @Judrummer to the team.

Fuel - 1.6.0

06 May 15:46
Compare
Choose a tag to compare
  • Fixed #133 Missing PATCH-Verb
  • Fixed #147 Multipart upload with multiple files
  • Last but not least, welcome @babedev to the collaborator. 🎉 🎉 🎉

Fuel - 1.5.0

12 Feb 05:44
Compare
Choose a tag to compare
  • Support upload filename with params and fieldname for uploaded file #57 , #115

Fuel - 1.4.0

09 Jan 13:48
Compare
Choose a tag to compare
  • Update dependencies, support Kotlin 1.0.6
  • Fix bugs

Fuel - 1.3.1

25 May 05:28
Compare
Choose a tag to compare
  • Support Json array as root object of Json response #93

Fuel - 1.3.0

12 May 17:37
Compare
Choose a tag to compare
  • Add support for HEAD request. Thanks @yoavst
  • Adjust Read Timeout param. Thank you @carmas123