Skip to content

Latest commit

History

History
68 lines (35 loc) 路 3.44 KB

CHANGELOG.md

File metadata and controls

68 lines (35 loc) 路 3.44 KB

Change Log

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 the appropriate changes within that release will be moved into the new section.

  • Strip all Type System Directives during composition #3736

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