Skip to content

Conversation

@berngp
Copy link
Contributor

@berngp berngp commented Apr 5, 2022

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Changes in this PR

GraphQL Java 18

Upgrade to graphql-java 18.0 which brings a plethora of improvements.

Federation 0.9.0

For additional information please go to Federation Release Notes.

val type = DefaultDgsFederationResolver(entityFetcherRegistry, Optional.of(dgsExceptionHandler))
.typeResolver()
.getType(
TypeResolutionEnvironment(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a breaking change? i.e. Users will be affected it looks like?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a breaking change for those using the TypeResolutionEnvironment in such a manner. We will have to document this in our release notes. The fix is straight forward, and to be honest, the code that leverages the builder is cleaner.

GraphQL Java 18
===============

Upgrade to [graphql-java 18.0].

[graphql-java 18.0]: https://github.com/graphql-java/graphql-java/releases/tag/v18.0

Federation 0.9.0
================

* 0.9.0
    * Update protobuf-java to 3.19.4 (#141)
    * Add support for graphql-java GraphQLContext (#138). Many thanks to @dariuszuc for the awesome contribution 💙
* 0.8.0
    * This release adds support for the @CacheControl directive in the form of a graphql-java instrumentation class, matching the behavior of the apollo-server's built-in cache control plugin. (#133)

For additional information please go to [Federation Release Notes].

[Federation Release Notes]: https://github.com/apollographql/federation-jvm/blob/master/RELEASE_NOTES.md
@berngp berngp force-pushed the feature/graphql-java-18 branch from 5b79b57 to 1aeddf8 Compare April 5, 2022 02:20
@setchy
Copy link
Contributor

setchy commented Apr 5, 2022

These two PRs will come in handy once merged / released

@berngp berngp merged commit b6f8894 into master Apr 8, 2022
@berngp berngp deleted the feature/graphql-java-18 branch April 11, 2022 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants