apollographql / federation-jvm

JVM support for Apollo Federation
https://www.apollographql.com/docs/federation/
MIT License
245 stars 65 forks source link

Federation 2.6 support #374

Closed RoKKim closed 6 months ago

RoKKim commented 6 months ago

Currently, when using "https://specs.apollo.dev/federation/v2.6" and calling com.apollographql.federation.graphqljava.directives.LinkDirectiveProcessor#loadFederationImportedDefinitions, the following exception is returned:

com.apollographql.federation.graphqljava.exceptions.UnsupportedFederationVersionException: Specified federation spec = https://specs.apollo.dev/federation/v2.6 is currently not supported

Are there any plans to add support for Federation 2.6?

melo0187 commented 6 months ago

Apparently they added it with today's release 4.4.0: https://github.com/apollographql/federation-jvm/releases/tag/v4.4.0