1.8.1
1.8.1 - 2023-10-09
Compatible with KSP 1.0.13 and Kotlin 1.9.10/1.9.20-Beta2
Changed
- Allow nullable body type #424
- Use @ Path parameter name as default value #426
- Use @ Query parameter name as default value #428
- Use @ Field parameter name as default value #430
- You can now also get exceptions like NetworkException with SuspendResponseConverter.#389
Deprecated
- Deprecated the
convert
function in theSuspendResponseConverter
interface
See: https://foso.github.io/Ktorfit/migration/#from-170-to-181
! When you still use the deprecated converters because there are use cases which you can't do with the converter factories, please write a GitHub Issue.
The deprecated converters will be removed in one of the upcoming versions