Releases: ermadmi78/kobby
Releases · ermadmi78/kobby
Release 3.0.2-alpha.08
Build script refactoring
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]
Contributors
Release 3.0.0-beta.01
The main goal of this release is to support the Kotlinx Serialization engine [#7] 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
Release 2.1.1
Release 2.1.0
Release 2.0.0
Breaking changes
- Minimum Kotlin version upgraded to 1.6.0
- Minimum Ktor version upgraded to 2.0.0 [#24]
- Change default entity context access from inheritance to function [#29]
- Switch on dynamic HTTP headers in Ktor adapters by default [#30]
New features
- Split ___innerBuild function into multiple subfunctions [#22]
Bug fixes
- Compilation error 'More than one overridden descriptor declares a default value' [#27]
- Kobby plugin crashes on schemas with comments containing '%' symbols [#28]
Contributors
Release 2.0.0-beta.01
Breaking changes
- Minimum Kotlin version upgraded to 1.6.0
- Minimum Ktor version upgraded to 2.0.0 [#24]
- Change default entity context access from inheritance to function [#29]
- Switch on dynamic HTTP headers in Ktor adapters by default [#30]
New features
- Split ___innerBuild function into multiple subfunctions [#22]
Bug fixes
- Compilation error 'More than one overridden descriptor declares a default value' [#27]
- Kobby plugin crashes on schemas with comments containing '%' symbols [#28]
Contributors
Release 1.6.0
Release 1.5.1
1.5.1-alpha.0
Try to republish