Skip to content

Releases: aPureBase/KGraphQL

0.19.0

27 Jan 10:09
Compare
Choose a tag to compare

What's Changed

  • Remove redundant .toString() call, use treeToValue instead of readValue by @thevietto in #206
  • Use operationName if provided by GraphQLRequest (fixes #81) by @b-eyselein in #203
  • Fix the dataloader dispatcher issue by @jeggy in #207

New Contributors

Full Changelog: 0.18.1...0.19.0

0.18.1

22 Nov 09:46
ae75536
Compare
Choose a tag to compare

What's Changed

  • Compile to Java 11 and bump all dependency versions by @thevietto in #196
  • Receive incoming content asynchronously by @rinkledink in #201
  • Merge object children fields when resolved to same keys by @thevietto in #198
  • Allow users to provide custom generic type resolver by @thevietto in #195

New Contributors

Full Changelog: 0.18.0...0.18.1

0.18.0

03 Oct 14:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.15...0.18.0

0.17.15

02 Jul 14:13
8d0497f
Compare
Choose a tag to compare

What's Changed

  • add configuration to disable instrospection by @brunnogrillo in #167
  • Generic property creation by @zypus in #168
  • fix(dsl:input) - handle optional args by @netag in #176
  • Replace ambiguous code example in the documentation by @ryanzidago in #178
  • Use an appropriate charset for json in case the request didn't specify a charset by @ikasovitch in #191

New Contributors

Full Changelog: 0.17.14...0.17.15

0.17.14

13 Aug 10:28
3a31874
Compare
Choose a tag to compare
  • #160 set content-type when responding in the ktor feature.

0.17.13

04 Aug 12:53
Compare
Choose a tag to compare

0.17.12

31 Jul 20:17
600b88f
Compare
Choose a tag to compare
  • #157 Partial support for resolvers returning generics

0.17.11

13 Jul 20:09
9a4b066
Compare
Choose a tag to compare
  • #156 Add support for Short native Kotlin type

0.17.10

06 Jul 13:12
Compare
Choose a tag to compare

Upgraded KDataLoader and extracted DeferredJsonBuilder to it's own repo

0.17.9-alpha-2

10 Jun 16:31
05a7eb2
Compare
Choose a tag to compare
Merge pull request #150 from aPureBase/temp-solution-for-data-loader-…