Skip to content

Releases: ExpediaGroup/graphql-kotlin

4.0.0-alpha.12

25 Jan 15:23
33a4283
Compare
Choose a tag to compare
4.0.0-alpha.12 Pre-release
Pre-release

Major Changes

Patch Changes

Non-version Changes

4.0.0-alpha.11

12 Jan 21:18
8889faf
Compare
Choose a tag to compare
4.0.0-alpha.11 Pre-release
Pre-release

Major Changes

Minor Changes

Non-version Changes

4.0.0-alpha.10

06 Jan 19:06
4429083
Compare
Choose a tag to compare
4.0.0-alpha.10 Pre-release
Pre-release

Major Changes

Non-version Changes

4.0.0-alpha.9

31 Dec 01:57
0f9aac2
Compare
Choose a tag to compare
4.0.0-alpha.9 Pre-release
Pre-release

Major Changes

Minor Changes

Patch Changes

Non-version Changes

3.7.0

09 Dec 05:06
aa0f6cb
Compare
Choose a tag to compare

Notes

With the changes in #960 we now depend on the federation-jvm library. This library is only published to jcenter currently, which means that any users of graphql-kotlin must have setup jcenter as a repository in either their Maven or Gradle build.

We will look into possible including this dependency directly in the library for a next release so this is not a requirement, but in the meantime please update your build configurations.

Minor Changes

  • [3.x.x] Fix some federated tracing issues (#963) @smyrick
  • [3.x.x] Add federation context and tracing support (#960) @smyrick

Non-version Changes

  • [3.x.x/docs] fixing documentation on adding types to generator (#961) @dariuszkuc

4.0.0-alpha.8

03 Dec 03:30
b5027a8
Compare
Choose a tag to compare
4.0.0-alpha.8 Pre-release
Pre-release

Major Changes

Minor Changes

Patch Changes

  • [plugin] fix generation of self referencing types (#948) @dariuszkuc
  • [federation] Update error message for invalid field selection (#932) @smyrick
  • feat: catching field name collision on schema generation (#928) @Dragonazz
  • [generator] Only add directives with valid locations (#925) @smyrick

Non-version Changes

3.6.8

01 Dec 02:34
ea8265f
Compare
Choose a tag to compare

Patch Changes

  • [3.x.x/plugins] backport fix for generation of self referencing types #949 @dariuszkuc

3.6.7

13 Nov 19:21
1371cbf
Compare
Choose a tag to compare

Patch Changes

  • [3.x.x] Update error message for invalid field selection (#936) @smyrick

3.6.6

29 Oct 16:55
f553dd2
Compare
Choose a tag to compare

Patch Changes

  • [3.x.x][generator] Only add directives with valid locations (#924) @smyrick

4.0.0-alpha.7

25 Oct 02:25
b7ef5e4
Compare
Choose a tag to compare
4.0.0-alpha.7 Pre-release
Pre-release

Major Changes

  • [plugin] Update Gradle extension to accept immutable lists (#909) @dariuszkuc

Patch Changes

  • [plugin] improve client generation exception handling (#915) @dariuszkuc
  • [plugin] support query file directory in Gradle extension (#914) @dariuszkuc
  • [plugin] fix client generation when selecting custom scalars (#916) @dariuszkuc
  • [client] update parameterizedType cache to use concurrent hash map (#913) @dariuszkuc

Non-version Changes