Skip to content

Releases: kittinunf/fuel

3.0.0-alpha04

28 Oct 13:17
684d6d5
Compare
Choose a tag to compare

What's Changed

  • Implement WASM Support with increasing okhttp versions by @iNoles in #913
  • Support Kotlin 2.0 by @iNoles in #918
  • I added 2 more tests for HttpLoaderFactoryTest and StringsTest by @iNoles in #921
  • Fixing some Github Actions files for the deprecated functionality by @iNoles in #925
  • Implement Kotlinx-io by @iNoles in #926
  • fix super linter PR by @iNoles in #932

Full Changelog: 3.0.0-alpha03...3.0.0-alpha04

3.0.0-alpha03

07 Jun 14:16
e047276
Compare
Choose a tag to compare

What's Changed

  • Update README.md to fix two things by @iNoles in #906
  • Fix Gradle Actions Deprecation by @iNoles in #907
  • Implement Response Headers by @iNoles in #908
  • Add missing commonMain folder to fuel-kotlinx-serialization project by @iNoles in #914

Full Changelog: 3.0.0-alpha02...3.0.0-alpha03

3.0.0-alpha02

20 May 01:41
71219fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Thanks @iNoles for his awesome contribution as always!

Full Changelog: 3.0.0-alpha01...3.0.0-alpha02

3.0.0-alpha01

02 Apr 14:03
93a6216
Compare
Choose a tag to compare

Description

This is an alpha01 version for 3.0.0.

Fuel 3.0.0 is a new start-from-scratch implementation to support multiplatform. This is an alpha release and early version for Fuel, any feedbacks are welcome.

Thanks @iNoles for his fantastic work 🎉 🥳

Fuel - 2.3.1

14 Dec 13:57
da920c5
Compare
Choose a tag to compare

Description

2.3.1 has been released with small fixes ⛽ ⛽ ⛽

[KotlinX Serialization] Update to new version
Fix: PATCH on HTTPS endpoint
Fix Jackson extension functions and their tests

Fuel - 2.3.0

23 Sep 05:42
e8993d4
Compare
Choose a tag to compare

2.3.0

  • Update all core and related libraries to use Kotlin 1.4.0 compatible dependencies (As far as we concern, this won't be compatible with Kotlin 1.3.72, please make sure that your project is updated to Kotlin 1.4.x version)
  • Fix #757 and #765

Fuel - 2.2.3

09 Jun 07:51
85d8a8d
Compare
Choose a tag to compare

Description

2.2.3 has been released with small fixes 🎉 🎉 🎉

Changes

[#718] Charset issue fix
[#744] Transfer encoding bug

Publishing

[#750] Maven central supported by @DanySK

Fuel - 2.2.2

09 Apr 08:47
d141168
Compare
Choose a tag to compare

Description

2.2.2 introduce bug fixes to Fuel library. 🎉 🎉 🎉

Changes

[#733] Fix KotlinX serialization problem
[#662] Add method to provide an object as a body content by @lucasqueiroz

Fuel - 2.2.1

07 Sep 11:30
e8b5c79
Compare
Choose a tag to compare

Description

2.2.1 includes bug fixes to Fuel library.

Changes

Fixed HTTPClient Response Message #670 by @iNoles

Update documentation based on code in FuelJson.kt #678 by @aj-65

Fix #667: use wrapped OutputStream batch write in ProgressOutputStream #675 by @tfactor2

Update Content Type regex to better match spec #673 by @ProjectZed

Update kotlinter-gradle #672 by @iNoles

Don't buffer output stream when no progress callback is given #668 by @jsyeo

Fix curlString #664 by @SleeplessByte

Thanks, you all for improvement and contribution to Fuel project. 🍻 💯 🏆

Fuel - 2.2.0

31 Jul 14:49
Compare
Choose a tag to compare

Description

2.2.0 includes bug fixes and improvement for Fuel library.

Changes

Thanks, everyone who got involved in this release! @iNoles, @ASKabanets, @mbidewell, @lostintime