Skip to content

v1.1.0

Compare
Choose a tag to compare
@Foso Foso released this 16 Apr 10:10
· 302 commits to master since this release

1.1.0 - 2023-04-15

Added

From now on there are two versions of the ktorfit-lib.

"de.jensklingenberg.ktorfit:ktorfit-lib"
will stay like before and add the platform Ktor client dependencies for the clients.

"de.jensklingenberg.ktorfit:ktorfit-lib-light"
this will only add the Ktor client core dependency and not the platform dependencies for the clients.
This will give you more control over the used clients, but you have to add them yourself. https://ktor.io/docs/http-client-engines.html
Everything else is the same as "ktorfit-lib"

Changed

Kotlin version 1.8.20 is now needed
KSP version 1.8.20-1.0.10 is now needed

Deprecated

Removed

Fixed

Security

Bumped

Kotlin to 1.8.20
KSP version to 1.8.20-1.0.10