Skip to content

Releases: ExpediaGroup/graphql-kotlin

[DO NOT USE] 2.0.0-RC12

21 Mar 23:46
20e512b
Compare
Choose a tag to compare
Pre-release

⚠️ [DO NOT USE] This version was not released properly. While the code is fine, the library was not published to Maven Central.

You can find the next version available 2.0.0-RC12.1

Minor Changes

Patch Changes

2.0.0-RC11

18 Mar 17:05
6311df8
Compare
Choose a tag to compare
2.0.0-RC11 Pre-release
Pre-release

Major Changes

  • [generator] Replace GraphQLContext annotation with interface (#610) @smyrick

Patch Changes

Non-version Changes

  • [docs] Fix the NPM/Github security report issue (#639) @smyrick

2.0.0-RC10

06 Mar 16:46
ed67ce5
Compare
Choose a tag to compare
2.0.0-RC10 Pre-release
Pre-release

Patch Changes

Non-version Changes

1.4.3

04 Mar 16:30
46a0f02
Compare
Choose a tag to compare

Patch Changes

  • Polymorphic ignore (#633)
    • @GraphQLIgnore, when applied on polymorphic types, was not excluding all the fields or implementations in all use cases. This PR fixes some of those scenarios. See the linked issues for more details.

2.0.0-RC9.1

28 Feb 17:52
bf5e6ea
Compare
Choose a tag to compare
2.0.0-RC9.1 Pre-release
Pre-release

Patch Changes

  • Upgrade spring boot to fix security issue (#627) @smyrick
    • Please update your own included spring boot version to 2.2.5 to match this release as it included import security updates from downstream projects

2.0.0-RC9

27 Feb 19:03
b129244
Compare
Choose a tag to compare
2.0.0-RC9 Pre-release
Pre-release

Major Changes

  • Add additionalTypes to generateSchema (#622) @de55
    • This change is breaking from the master branch but actually removes a feature that was only added since the 2.0 cut so it is backwards compatible with 1.x
  • BREAKING CHANGE: Make the KotlinDataFetcherFactoryProvider nullable (#623) @smyrick

Patch Changes

2.0.0-RC8

26 Feb 17:21
4aa7872
Compare
Choose a tag to compare
2.0.0-RC8 Pre-release
Pre-release

Patch Changes

  • [generator] Fix issue generating nested additional types (#615) @smyrick
  • Update completable future mapping for coroutines (#613) @smyrick

Non-version Changes

2.0.0-RC7

20 Feb 22:23
9f0c278
Compare
Choose a tag to compare
2.0.0-RC7 Pre-release
Pre-release

Minor Changes

Patch Changes

Non-version Changes

2.0.0-RC6

07 Feb 18:23
999c555
Compare
Choose a tag to compare
2.0.0-RC6 Pre-release
Pre-release

Minor Changes

Patch Changes

  • [generator] deprecated directive cleanup (#591) @dariuszkuc
  • Allow additional types to be added with custom SchemaGenerator (#587) @smyrick

Non-version Changes

2.0.0-RC5

30 Jan 05:12
7de847b
Compare
Choose a tag to compare
2.0.0-RC5 Pre-release
Pre-release

Minor Changes

  • feat: open FunctionDataFetcher methods for extension (#582) @smyrick
  • Add Apollo Subscription Hooks (#544) @de55

Non-version Changes