Skip to content

Releases: ermadmi78/kobby

Release 3.0.2-alpha.08

10 Jun 09:46
Compare
Choose a tag to compare
Pre-release

Build script refactoring

Release 3.0.0

29 Apr 14:41
Compare
Choose a tag to compare

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

04 Apr 12:11
Compare
Choose a tag to compare

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

08 Mar 10:19
Compare
Choose a tag to compare

Bug fixes

  • Change type of errorType field in Error DTO class from enum to String [#33]

Contributors

Release 2.1.0

17 Nov 12:01
Compare
Choose a tag to compare

New features

  • Commit function for subscription [#31]

Contributors

Release 2.0.0

16 Oct 10:23
Compare
Choose a tag to compare

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

08 Oct 10:53
Compare
Choose a tag to compare
Release 2.0.0-beta.01 Pre-release
Pre-release

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

29 Sep 14:14
Compare
Choose a tag to compare

New features

  • Dynamic HTTP headers support #26

Contributors

Release 1.5.1

15 Jun 15:58
Compare
Choose a tag to compare

New features

  • Receive message timeout for subscriptions in Ktor composite adapter #23

Contributors

1.5.1-alpha.0

15 Jun 15:30
Compare
Choose a tag to compare
1.5.1-alpha.0 Pre-release
Pre-release
Try to republish