Skip to content

Latest commit

History

History
111 lines (57 loc) 路 5.11 KB

CHANGELOG.md

File metadata and controls

111 lines (57 loc) 路 5.11 KB

CHANGELOG for @apollo/federation

vNEXT

The changes noted within this vNEXT section have not been released yet. New PRs and commits which introduce changes should include an entry in this vNEXT section as part of their development. When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.

  • Nothing yet! Stay tuned.

0.16.1

  • Only changes in the similarly versioned @apollo/gateway package.

0.16.0

  • No changes. This package was major versioned to maintain lockstep versioning with @apollo/gateway.

0.15.1

  • Export defaultRootOperationNameLookup and normalizeTypeDefs; needed by @apollo/gateway to normalize root operation types when reporting to Apollo Graph Manager. #4071

0.15.0

See complete versioning details.

  • Only changes in the similarly versioned @apollo/gateway package.

0.14.1

See complete versioning details.

  • Only changes in the similarly versioned @apollo/gateway package.

0.14.0

See complete versioning details.

  • Only changes in the similarly versioned @apollo/gateway package.

0.13.2

  • Only changes in the similarly versioned @apollo/gateway package.

v0.12.1

  • Fix v0.12.0 regression: Preserve the @deprecated type-system directive as a special case when removing type system directives during composition, resolving an unintentional breaking change introduced by #3736. #3792

v0.12.0

  • Strip all Type System Directives during composition #3736
  • Prepare for changes in upcoming graphql@15 release. #3712

v0.11.1

See complete versioning details.

  • Ignore TypeSystemDirectiveLocations during composition #3536

v0.11.0

See complete versioning details.

  • Begin supporting executable directives in federation #3464

v0.10.3

See complete versioning details.

  • Remove apollo-env dependency to eliminate circular dependency between the two packages. This circular dependency makes the tooling repo unpublishable when apollo-env requires a version bump. #3463

v0.10.1

See complete versioning details.

  • Use reference-equality when omitting validation rules during composition. #3338

v0.10.0

See complete versioning details.

  • Remove federation directives from composed schema #3272
  • Do not remove Query/Mutation/Subscription types when schema is included if schema references those types #3260

v0.9.1

See complete versioning details.

  • Fix value type behavior within composition and execution #3182

v0.6.8

See complete versioning details.

  • Support __typenames if defined by an incoming operation #2922

v0.6.7

See complete versioning details.

  • Fix bug in externalUnused validation #2919

v0.6.6

See complete versioning details.

  • Allow specified directives during validation (@deprecated) #2823

v0.6.1

See complete versioning details.

  • Normalize SDL in a normalization step before validation #2771