- Fix abnormally high memory usage when extracting subgraphs for some fed1 supergraphs (and small other memory footprint improvements) PR #2089.
- Fix issue when type is only reachable through a @provides PR #2083.
- Update peer dependency
graphql
to^16.5.0
to useGraphQLErrorOptions
PR #2060 - Add
@defer
support PR #1958 - Fix issue generating plan for a "diamond-shaped" dependency PR #1900
- Avoid type-explosion with fed1 supergraphs using a fed2 query planner PR #1994.
- Expand support for Node.js v18 PR #1884
- Fix bug with unsatisfiable query branch when handling federation 1 supergraph PR #1908.
- Fix bug where planning a query with
@require
impacts the plans of followup queries PR #1783.
- Released in sync with other federation packages but no changes to this package.
- Previous preview release promoted to general availability! Please see previous changelog entries for full info.
- Support for Node 17 PR #1541.
- Re-publishing release which published to npm with stale build artifacts from
version-0.x
release.
- No-op publish to account for publishing difficulties.
- Initial "preview" release.
- No direct changes, only transitive updates to
@apollo/federation-internals
.
- Remove
graphql@15
from peer dependencies PR #1472.
- Add missing
deep-equal
dependency PR #1391
- Fix issue with nested
@requires
directives PR #1306.
- BREAKING: Bump graphql peer dependency to
^15.7.0
PR #1200 - Fix the handling of nested
@provides
directives PR #1148.
- 🎉 Initial alpha release of Federation 2.0. For more information, see our documentation. We look forward to your feedback!