Skip to content

Releases: apollographql/federation

@apollo/subgraph@2.7.6

07 May 21:53
c2eebb9
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @apollo/federation-internals@2.7.6

@apollo/query-planner@2.7.6

07 May 21:53
c2eebb9
Compare
Choose a tag to compare

Patch Changes

  • There is no functionality change between 2.7.5 and 2.7.6. Triggering new release as previous one released partially leading to a broken experience. (#2997)

  • Updated dependencies []:

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

@apollo/query-graphs@2.7.6

07 May 21:53
c2eebb9
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @apollo/federation-internals@2.7.6

@apollo/gateway@2.7.6

07 May 21:53
c2eebb9
Compare
Choose a tag to compare

Patch Changes

@apollo/federation-internals@2.7.6

07 May 21:53
c2eebb9
Compare
Choose a tag to compare
@apollo/federation-internals@2.7.6

@apollo/composition@2.7.6

07 May 21:53
c2eebb9
Compare
Choose a tag to compare

Patch Changes

  • There is no functionality change between 2.7.5 and 2.7.6. Triggering new release as previous one released partially leading to a broken experience. (#2997)

  • Updated dependencies []:

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

@apollo/subgraph@2.7.5

02 May 21:06
938439b
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @apollo/federation-internals@2.7.5

@apollo/query-planner@2.7.5

02 May 21:06
938439b
Compare
Choose a tag to compare

Patch Changes

  • Fix issue with missing fragment definitions due to generateQueryFragments. (#2993)

    An incorrect implementation detail in generateQueryFragments caused certain queries to be missing fragment definitions. Specifically, subsequent fragment "candidates" with the same type condition and the same length of selections as a previous fragment weren't correctly added to the list of fragments. An example of an affected query is:

    query {
      t {
        ... on A {
          x
          y
        }
      }
      t2 {
        ... on A {
          y
          z
        }
      }
    }

    In this case, the second selection set would be converted to an inline fragment spread to subgraph fetches, but the fragment definition would be missing.

  • Updated dependencies []:

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

@apollo/query-graphs@2.7.5

02 May 21:06
938439b
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @apollo/federation-internals@2.7.5

@apollo/gateway@2.7.5

02 May 21:06
938439b
Compare
Choose a tag to compare

Patch Changes