Releases: apollographql/federation-jvm
Releases · apollographql/federation-jvm
v0.5.0
This is an upgrade release for graphql-java v15. This release is incompatible with earlier graphql-java versions due to backwards-incompatible changes in their SchemaPrinter
.
Upgrades:
- graphql-java to 15.0.
v0.4.3
Bugfixes:
- Fix crash in federated tracing support when an error with a null location is thrown.
v0.4.2
Bugfixes:
- Backport bugfix in graphql-java v15's
SchemaPrinter
regarding escaping in single-quoted descriptions toFederationSdlPrinter
.
v0.4.1
Bugfixes:
- Update
@extends
definition to include interfaces, as per GraphQL spec