Skip to content

June 05, 2026

Choose a tag to compare

@theguild-bot theguild-bot released this 05 Jun 14:02
9763f5c

@graphql-tools/batch-delegate@10.0.24

Patch Changes

  • #2393 b6230c9 Thanks @sjransom! - Fix DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array thrown when the batch resolves to a sparse array.

    When valuesFromResults returns an array with a hole at the trailing slot — for example when it maps results back to keys by index and the last key in a batch has no matching row — the resulting array fails DataLoader's isArrayLike check (which requires hasOwnProperty(length - 1)), even though Array.isArray returns true. The batch result is now normalised to a dense array of keys.length, padding any missing entries with null.

@graphql-tools/federation@4.4.5

Patch Changes

  • Updated dependencies []:
    • @graphql-tools/stitch@10.1.21

@graphql-mesh/fusion-runtime@1.10.6

Patch Changes

  • Updated dependencies []:
    • @graphql-tools/stitch@10.1.21
    • @graphql-tools/federation@4.4.5

@graphql-hive/gateway@2.8.2

Patch Changes

  • Updated dependencies []:
    • @graphql-hive/gateway-runtime@2.9.6
    • @graphql-hive/plugin-aws-sigv4@2.0.49
    • @graphql-hive/plugin-opentelemetry@1.4.29
    • @graphql-mesh/plugin-prometheus@2.1.47

@graphql-hive/nestjs@2.0.75

Patch Changes

  • Updated dependencies []:
    • @graphql-hive/gateway@2.8.2

@graphql-hive/plugin-aws-sigv4@2.0.49

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/fusion-runtime@1.10.6

@graphql-hive/plugin-opentelemetry@1.4.29

Patch Changes

  • Updated dependencies []:
    • @graphql-hive/gateway-runtime@2.9.6

@graphql-mesh/plugin-prometheus@2.1.47

Patch Changes

  • Updated dependencies []:
    • @graphql-hive/gateway-runtime@2.9.6

@graphql-hive/router-runtime@1.4.10

Patch Changes

  • Updated dependencies []:
    • @graphql-tools/federation@4.4.5
    • @graphql-mesh/fusion-runtime@1.10.6

@graphql-hive/gateway-runtime@2.9.6

Patch Changes

  • Updated dependencies [b6230c9]:
    • @graphql-tools/batch-delegate@10.0.24
    • @graphql-tools/stitch@10.1.21
    • @graphql-tools/federation@4.4.5
    • @graphql-mesh/fusion-runtime@1.10.6

@graphql-tools/stitch@10.1.21

Patch Changes

  • Updated dependencies [b6230c9]:
    • @graphql-tools/batch-delegate@10.0.24

@graphql-hive/gateway-testing@8.0.6

Patch Changes

  • Updated dependencies []:
    • @graphql-hive/gateway-runtime@2.9.6