Releases: kittinunf/fuel
3.0.0-alpha04
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
3.0.0-alpha02
What's Changed
- Fix Maven again by @iNoles in #853
- Upgrade Result version by @iNoles in #854
- Add Headers on Get by @iNoles in #858
- Each Platforms override HttpLoader's methods by @iNoles in #861
- Customized HttpResponse Per Platforms by @iNoles in #863
- Upgrade Kotlin, Gradle, OkHTTP and KotlinX. by @iNoles in #864
- Fix Maven Publications' Signing by @iNoles in #865
- Increasing Test Coverages by @iNoles in #866
- Implement Kover Support by @iNoles in #868
- Upgrade some Kotlin related dependencies by @iNoles in #873
- [Breaking Change] New builder pattern For Result by @iNoles in #874
- Update README.md for Custom Configurations by @iNoles in #879
- Upgrade some Dependencies by @iNoles in #880
- Fixed YAML formatting by @iNoles in #881
- Upgrade some Dependencies by @iNoles in #882
- Create renovate.json by @iNoles in #883
- Forget to keep Main Kotlin and serialization plugin same version by @iNoles in #886
- Update release.yml by @iNoles in #888
- Create Dependabot Config File by @iNoles in #887
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.1 by @dependabot in #894
- Bump actions/setup-java from 3 to 4 by @dependabot in #890
- Bump gradle/gradle-build-action from 2 to 3 by @dependabot in #891
- Bump org.jetbrains.kotlinx.kover from 0.7.5 to 0.7.6 by @dependabot in #892
- Bump com.squareup.okio:okio from 3.7.0 to 3.9.0 by @dependabot in #899
- Bump moshi from 1.15.0 to 1.15.1 by @dependabot in #897
- Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.2 to 1.6.3 by @dependabot in #901
- Bump org.jetbrains.kotlinx.kover from 0.7.6 to 0.8.0 by @dependabot in #902
- Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.1 by @dependabot in #903
- [Release] Bump new version for 3.0.0-alpha2 by @kittinunf in #904
- [Fix] Fix publishing task to include sourceJa after verification process is failing by @kittinunf in #905
New Contributors
Thanks @iNoles for his awesome contribution as always!
Full Changelog: 3.0.0-alpha01...3.0.0-alpha02
3.0.0-alpha01
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
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
Fuel - 2.2.3
Fuel - 2.2.2
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
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
Description
2.2.0 includes bug fixes and improvement for Fuel library.
Changes
-
Catch Forge's MissingAttributeError on FuelError #661 by @iNoles
-
Fix content length parameter for InlineDataPart #653 by @ASKabanets
-
Flesh out QuickStart examples #654 by @mbidewell
-
✨ Add support for custom Gson instances #645 by @lostintime
Thanks, everyone who got involved in this release! @iNoles, @ASKabanets, @mbidewell, @lostintime