Skip to content

Releases: kittinunf/fuel

Fuel - 1.2.1

29 Apr 22:24
Compare
Choose a tag to compare
  • Add timeoutReadInMillisecond into Request. Thanks @carmas123 for nice PR 🎇

Fuel - 1.2.0

29 Apr 22:10
Compare
Choose a tag to compare
  • Fix bugs and improvement.
  • Rename Manager to FuelManager
  • Add interceptors into Fuel #73.

Thanks, @yoavst for helping with Fuel 1.2.0.

Fuel - 1.1.3

29 Mar 17:31
Compare
Choose a tag to compare
  • Fix #66 HTTPS certificate not validated by default.
  • Thanks @jurgisp for reporting this

Fuel - 1.1.2

29 Mar 17:27
Compare
Choose a tag to compare
  • Minor improvements
  • Support Kotlin 1.0.1

Fuel - 1.1.1

14 Mar 03:36
Compare
Choose a tag to compare
  • Fix encoding issue by @yoavst. Thanks.
  • Minor improvements.

Fuel - 1.1.0

28 Feb 05:07
Compare
Choose a tag to compare
  • Support RxJava with 'com.github.kittinunf.fuel:fuel-rxjava:1.1.0'

Fuel - 1.0.0

16 Feb 16:34
Compare
Choose a tag to compare
  • Support Kotlin 1.0.0 🎆
  • Fix #50, thanks @erikthered for reporting. 💃

Fuel - 1.0.0-rc-1036

05 Feb 06:29
Compare
Choose a tag to compare
  • Support latest Kotlin version 1.0.0-rc-1036

Fuel - 0.71

29 Jan 16:56
Compare
Choose a tag to compare
  • Add timeout support fun timeout(timeout: Int)
  • Support Kotlin beta 1.0.0-beta-4589

Fuel - 0.7

21 Jan 16:43
Compare
Choose a tag to compare
  • Enhance interface of blocking call with "http://httpbin.org/get".httpGet().responseString() by @yoavst. 👍