github apollographql/federation @apollo/query-graphs@2.5.0

latest releases: @apollo/query-planner@2.8.2, @apollo/subgraph@2.8.2, @apollo/query-graphs@2.8.2...
11 months ago

Minor Changes

  • Do not run the full suite of graphQL validations on supergraphs and their extracted subgraphs by default in production environment. (#2657)

    Running those validations on every updates of the schema takes a non-negligible amount of time (especially on large
    schema) and mainly only serves in catching bugs early in the supergraph handling code, and in some limited cases,
    provide slightly better messages when a corrupted supergraph is received, neither of which is worth the cost in
    production environment.

    A new validateSupergraph option is also introduced in the gateway configuration to force this behaviour.

Patch Changes

Don't miss a new federation release

NewReleases is sending notifications on new releases.