Skip to content

Releases: ExpediaGroup/graphql-kotlin

7.0.0-alpha.7

12 Sep 22:47
8cc8169
Compare
Choose a tag to compare
7.0.0-alpha.7 Pre-release
Pre-release

Major Changes

Minor Changes

Patch Changes

  • fix: apply a thread safe lock over dataloaders (#1838) @samuelAndalon
  • chore: update dependencies to the latest (#1835) @dariuszkuc
  • Keep response content type to application/json as default instead of application/graphql-response+json (#1832) @gumimin
  • Ktor Server: set "graphql-transport-ws" as default protocol to graphQLSubscriptionsRoute (#1804) @thevietto
  • fix(batching): avoid calculating document ast height in advance (#1800) @samuelAndalon
  • fix: avoid calling the DFE supplier in batching instrumentations (#1797) @samuelAndalon
  • fix: honor LightDataFetcher on by level batching logic (#1795) @samuelAndalon

Other Changes

New Contributors

Full Changelog: 7.0.0-alpha.6...7.0.0-alpha.7

6.5.5

12 Sep 18:11
13c91fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.5.3...6.5.5

6.5.4

12 Sep 16:51
13c91fb
Compare
Choose a tag to compare

DID NOT RELEASE DO NOT USE - USE 6.5.5 INSTEAD

What's Changed

Full Changelog: 6.5.3...6.5.4

6.5.3

19 Jun 01:58
5341525
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.5.2...6.5.3

6.5.2

06 Jun 21:52
4ca522a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.5.1...6.5.2

6.5.1

06 Jun 18:20
5d3a9cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.5.0...6.5.1

7.0.0-alpha.6

03 Jun 23:01
ecdb854
Compare
Choose a tag to compare
7.0.0-alpha.6 Pre-release
Pre-release

Minor Changes

  • feat(server): pass graphQLContext to KotlinDataLoaderRegistryFactory by @samuelAndalon in #1785
  • feat(server): Add subscriptions support to ktor server by @thevietto in #1774
  • feat(plugin): GraalVM native image support for Spring server by @dariuszkuc in #1769
  • feat(plugin): new generate-graalvm-metadata Maven goal by @dariuszkuc in #1759
  • feat(dataloader): FederatedTypePromiseResolver to settle all promises regardless of errors by @samuelAndalon in #1753

Patch Changes

Other Changes

New Contributors

Full Changelog: 7.0.0-alpha.5...7.0.0-alpha.6

6.5.0

31 May 17:17
e63d793
Compare
Choose a tag to compare

What's Changed

  • feat: update graphql-java version with backwards compatible changes by @samuelAndalon in #1783

This is an special release, that updates graphql-java to 20.3, implementing the LightDataFetcher along with other performance improvements,
version update is backwards compatible, making this a candidate for a minor release.

Full Changelog: 6.4.1...6.5.0

6.4.1

03 May 19:36
7d1e5a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.4.0...6.4.1

7.0.0-alpha.5

11 Apr 21:31
2902678
Compare
Choose a tag to compare
7.0.0-alpha.5 Pre-release
Pre-release

Major Changes

  • BREAKING CHANGE(generator): make dependency on ClassGraph optional (#1733) @dariuszkuc
  • BREAKING CHANGE(generator): update functionDataFetcherFactory to accept KClass (#1732) @dariuszkuc

Minor Changes

Patch Changes

Other Changes