apollographql / federation-jvm

JVM support for Apollo Federation

Home Page:https://www.apollographql.com/docs/federation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Federation 2.6 support

RoKKim opened this issue · comments

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?

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