releases.shpreview
Apollo GraphQL/Apollo Federation

Apollo Federation

$npx -y @buildinternet/releases show apollo-federation
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases48Avg15/moVersions@apollo/gateway@2.13.0-preview.2 → @apollo/subgraph@2.13.3
Nov 13, 2025

Patch Changes

  • Allow interface object fields to specify access control (#3340)

    Update composition logic to allow specifying access control directives (@authenticated, @requiresScopes and @policy) on @interfaceObject fields. While we disallow access control on interface types and fields, we decided to support it on @interfaceObject as it is a useful pattern to define a single resolver (that may need access controls) for common interface fields. Alternative would require our users to explicitly define resolvers for all implementations which defeats the purpose of @interfaceObject.

    This PR refactors in how we propagate access control by providing additional merge sources when merging directives on interfaces, interface fields and object fields.

Patch Changes

Patch Changes

  • Fixed access control verification of transitive requirements (through @requires and/or @fromContext) to ensure it works with chains of transitive dependencies. (#3340)

  • Allow interface object fields to specify access control (#3340)

    Update composition logic to allow specifying access control directives (@authenticated, @requiresScopes and @policy) on @interfaceObject fields. While we disallow access control on interface types and fields, we decided to support it on @interfaceObject as it is a useful pattern to define a single resolver (that may need access controls) for common interface fields. Alternative would require our users to explicitly define resolvers for all implementations which defeats the purpose of @interfaceObject.

    This PR refactors in how we propagate access control by providing additional merge sources when merging directives on interfaces, interface fields and object fields.

  • Updated dependencies [0d8fca1c8cc375bb8486f11f339984b69267417d]:

    • @apollo/federation-internals@2.9.5
    • @apollo/query-graphs@2.9.5

Patch Changes

Nov 12, 2025

Patch Changes

Patch Changes

  • Fixed demand control validations to unwrap non-nullable composite types and fields when performing validations. (#3336)

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Nov 10, 2025

Patch Changes

  • Fixed access control verification of transitive requirements (through @requires and/or @fromContext) to ensure it works with chains of transitive dependencies. (#3333)

  • Allow interface object fields to specify access control (#3333)

    Update composition logic to allow specifying access control directives (@authenticated, @requiresScopes and @policy) on @interfaceObject fields. While we disallow access control on interface types and fields, we decided to support it on @interfaceObject as it is a useful pattern to define a single resolver (that may need access controls) for common interface fields. Alternative would require our users to explicitly define resolvers for all implementations which defeats the purpose of @interfaceObject.

    This PR refactors in how we propagate access control by providing additional merge sources when merging directives on interfaces, interface fields and object fields.

  • Updated dependencies [e1c58611c3c996b4fff98a54e49f00549ff2115d]:

    • @apollo/federation-internals@2.11.5-preview.0
    • @apollo/query-graphs@2.11.5-preview.0

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

  • Allow interface object fields to specify access control (#3333)

    Update composition logic to allow specifying access control directives (@authenticated, @requiresScopes and @policy) on @interfaceObject fields. While we disallow access control on interface types and fields, we decided to support it on @interfaceObject as it is a useful pattern to define a single resolver (that may need access controls) for common interface fields. Alternative would require our users to explicitly define resolvers for all implementations which defeats the purpose of @interfaceObject.

    This PR refactors in how we propagate access control by providing additional merge sources when merging directives on interfaces, interface fields and object fields.

Nov 4, 2025

Minor Changes

  • Federation 2.12 and Connect 0.3 (#3276)

Patch Changes

Latest
@apollo/subgraph@2.13.3
Tracking Since
Nov 4, 2025
Last fetched Apr 19, 2026