Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

75 lines (39 loc) · 2.52 KB

CHANGELOG for @apollo/query-graphs

2.1.0-alpha.4

  • Update peer dependency graphql to ^16.5.0 to use GraphQLErrorOptions PR #2060

2.1.0-alpha.3

2.1.0-alpha.1

  • Fix issue generating plan for a "diamond-shaped" dependency PR #1900
  • Avoid type-explosion with fed1 supergraphs using a fed2 query planner PR #1994.

2.1.0-alpha.0

  • Expand support for Node.js v18 PR #1884

2.0.5

  • Fix bug with unsatisfiable query branch when handling federation 1 supergraph PR #1908.

2.0.2

  • Fix bug where planning a query with @require impacts the plans of followup queries PR #1783.

v2.0.1

  • Released in sync with other federation packages but no changes to this package.

v2.0.0

  • Previous preview release promoted to general availability! Please see previous changelog entries for full info.

v2.0.0-preview.9

v2.0.0-preview.2

  • Re-publishing release which published to npm with stale build artifacts from version-0.x release.

v2.0.0-preview.1

  • No-op publish to account for publishing difficulties.

v2.0.0-preview.0

  • Initial "preview" release.

v2.0.0-alpha.6

  • No direct changes, only transitive updates to @apollo/federation-internals.

v2.0.0-alpha.5

  • Remove graphql@15 from peer dependencies PR #1472.

v2.0.0-alpha.4

  • Add missing deep-equal dependency PR #1391

v2.0.0-alpha.3

  • Fix issue with nested @requires directives PR #1306.

v2.0.0-alpha.2

  • BREAKING: Bump graphql peer dependency to ^15.7.0 PR #1200
  • Fix the handling of nested @provides directives PR #1148.

v2.0.0-alpha.1

  • 🎉 Initial alpha release of Federation 2.0. For more information, see our documentation. We look forward to your feedback!