Releases: kittinunf/fuel
Releases · kittinunf/fuel
Fuel - 1.11.0
Fuel - 1.10.0
- Update to Kotlin version 1.1.4-3 by @yoavst
- Implement uploading data from InputStreams by @tsudoko
- Inverting condition on example by @jivimberg
- Filter out null keys in headerFields map by @ParkerK
- FuelRouting by @matteocrippa
- Big refactor by @yoavst
- Patch documentation by @jervan
Thank you so much for your contributions
Fuel - 1.9.0
- Gson module support by @KucherenkoIhor
- Feature/logging response by @KucherenkoIhor
- Fix for #150 by @ParkerK
Thank you so much for your contribution as always. @KucherenkoIhor @ParkerK.
Fuel - 1.8.0
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
- Support Kotlin 1.1.2
- Support RxJava 2.x
- Last but also not least, welcome @Judrummer to the team.
Fuel - 1.6.0
Fuel - 1.5.0
Fuel - 1.4.0
- Update dependencies, support Kotlin 1.0.6
- Fix bugs
Fuel - 1.3.1
- Support Json array as root object of Json response #93
Fuel - 1.3.0
- Add support for HEAD request. Thanks @yoavst
- Adjust Read Timeout param. Thank you @carmas123