Release 3.0.0
The main goal of this release is to support Kotlinx Serialization engine in the generated GraphQL DSL. This feature allows you to use the Kobby plugin in multiplatform projects.
New features
- Support Kotlin Serialization to enable multiplatform DSL Client [#7]
Breaking changes
- Minimum Kotlin version upgraded to 1.8.0
- Minimum Gradle version upgraded to 8.0
- Minimum Maven version upgraded to 3.9.1
- Remove the ability to switch off dynamic HTTP headers in Ktor adapters [#34]
- Remove the context inheritance feature [#35]