deps(deps): update dependency de.jensklingenberg.ktorfit:ktorfit-lib to v1.0.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
de.jensklingenberg.ktorfit:ktorfit-lib |
1.0.0-beta16 -> 1.0.1
|
Release Notes
Foso/Ktorfit
v1.0.1
1.0.1 - 2023-03-20
Added
Changed
Deprecated
Removed
Fixed
[Bug]: Post request body serialization doesn't work #202
Security
Bumped
New Contributors
- @AndrewKolubov made their first contribution in https://github.com/Foso/Ktorfit/pull/203
Full Changelog: https://github.com/Foso/Ktorfit/compare/v1.0.0...v1.0.1
v1.0.0
v1.0.0 (02-03-2023)
This project is now following semver
NEW:
- internal optimizations
- throw compile error when generated class can not be found
- Timeout throws exception outside of scope of SuspendResponseConverter #127
- Fix broken/outdated docs link (#140) by @T-Spoon
- based on Ktor 2.2.4
v1.0.0-beta18
NEW:
- You can now disable the check if the baseUrl ends with a /
Ktorfit.Builder().baseUrl(testBaseUrl, checkUrl = false).build()
- Fixed Ktorfit breaking incremental compilation #110
- based on Ktor 2.2.3
v1.0.0-beta17
BREAKING CHANGE:
- Ktorfit now needs an additional gradle plugin. This will solve serveral issues with multi-module projects.
Add this plugin:
plugins {
id "de.jensklingenberg.ktorfit" version "1.0.0"
}
NEW
- interfaces can now be internal
FIXED
- Ktorfit multiple module support #92
- Add support for 'internal' parameter type #13
- Duplicate class KtorfitExtKt found in modules moduleA and moduleB #86
- Android overload resolution ambiguity #64
- Form data is double encoded #95
- based on Ktor 2.2.2
- Kotlin 1.8.0
- KSP 1.8.0-1.0.8
- update Android TargetSdk to 33
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.