Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@ermadmi78 ermadmi78 released this 29 Apr 14:41
· 33 commits to main since this release

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]

Contributors