Releases: aPureBase/KGraphQL
Releases · aPureBase/KGraphQL
0.19.0
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
- @b-eyselein made their first contribution in #203
Full Changelog: 0.18.1...0.19.0
0.18.1
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
- @thevietto made their first contribution in #196
- @rinkledink made their first contribution in #201
Full Changelog: 0.18.0...0.18.1
0.18.0
What's Changed
- Update to ktor 2.0.0, kotlin 1.6.20 by @untoldwind in #186
- Multiple Ktor Endpoints by @MaaxGr in #193
New Contributors
- @untoldwind made their first contribution in #186
- @MaaxGr made their first contribution in #193
Full Changelog: 0.17.15...0.18.0
0.17.15
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
- @ryanzidago made their first contribution in #178
- @ikasovitch made their first contribution in #191
Full Changelog: 0.17.14...0.17.15
0.17.14
0.17.13
0.17.12
0.17.11
0.17.10
Upgraded KDataLoader and extracted DeferredJsonBuilder to it's own repo
0.17.9-alpha-2
Merge pull request #150 from aPureBase/temp-solution-for-data-loader-…