Releases: ExpediaGroup/graphql-kotlin
Releases · ExpediaGroup/graphql-kotlin
[DO NOT USE] 2.0.0-RC12
⚠️ [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
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
Patch Changes
Non-version Changes
1.4.3
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
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
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
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
Minor Changes
Patch Changes
Non-version Changes
2.0.0-RC6
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
Minor Changes
- feat: open FunctionDataFetcher methods for extension (#582) @smyrick
- Add Apollo Subscription Hooks (#544) @de55
Non-version Changes