github apollographql/federation @apollo/federation-internals@2.7.2

latest releases: @apollo/subgraph@2.8.0-alpha.0, @apollo/query-planner@2.8.0-alpha.0, @apollo/query-graphs@2.8.0-alpha.0...
one month ago

Patch Changes

  • When a linked directive requires a federation version higher than the linked federation spec, upgrade to the implied version and issue a hint (#2929)

  • When auto-upgrading a subgraph (i.e. one that does not explicitly @link the federation spec) do not go past v2.4. This is so that subgraphs will not inadvertently require the latest join spec (which cause the router or gateway not to start if running an older version). (#2933)

  • Add new generateQueryFragments option to query planner config (#2958)

    If enabled, the query planner will extract inline fragments into fragment definitions before sending queries to subgraphs. This can significantly reduce the size of the query sent to subgraphs, but may increase the time it takes to plan the query.

Don't miss a new federation release

NewReleases is sending notifications on new releases.