Skip to content

Releases: kamilkisiela/graphql-inspector

v2.7.0

20 Aug 09:19
b7f6e1c
Compare
Choose a tag to compare
  • core: collect arguments in Schema Coverage #1962
  • ci, cli: allow to filter results by file paths when validating documents

v2.6.2

28 May 15:22
4b70828
Compare
Choose a tag to compare
  • cli: Fix missing headers

v2.6.1

27 May 14:53
ae1c783
Compare
Choose a tag to compare
  • cli: Revert log-symbols to v4 - brings back CJS support

v2.6.0

21 May 10:51
a2f23c4
Compare
Choose a tag to compare
  • github: Allow for error handling
  • cli: Adds a relevant file path to an error message #1887
  • cli: Adds --left-header and --right-header #1899
  • core: Add rule to make dangerous changes breaking (dangerousBreaking) #1899
  • core: Make sure default argument values are printable #1959

v2.5.0

22 Mar 09:48
e6e3e47
Compare
Choose a tag to compare
  • action: Accepts a GitHub Label to mark Pull Request with breaking changes as something expected and safe #1852
  • action: Send annotations in batches #1854
  • action: Fix missing "path" when using "endpoint" #1855
  • core: Fix no deprecation notice for field on fragment in a different document #1849

v2.4.0

16 Feb 09:42
d8a4cd3
Compare
Choose a tag to compare
  • cli: Support GET method in URL loaders #1797 #1796
  • cli: Support AWS types #1793
  • github: Detection of a legacy config + note in a summary
  • github: Better error message on parsing failure PR #1777
  • github: Introduce summaryLimit in Diff options PR #1775
  • action: Support multiple GitHub Actions, new name input PR #1770

v2.3.0

26 Oct 10:27
8b01974
Compare
Choose a tag to compare
  • action,github: EXPERIMENTAL - Merge Pull Request's branch with the target branch to get the schema. Helps to get the correct state of schema when Pull Request is behind the target branch. (disabled by default) - docs
  • github: Accepts a GitHub Label to mark Pull Request with breaking changes as something expected and safe PR #1711 - docs
  • cli: Add support for Apollo Federation directives PR #1661 - by @jinhong-

v2.2.0

11 Aug 07:41
d5a7d12
Compare
Choose a tag to compare
  • core: Adds two additional change types for enum value deprecations (added and removed) to match behavior with fields
  • core: Fixes the type returned by enumValueDeprecationReasonChanged (was EnumValueDescriptionChanged).

v2.1.0

03 Jun 11:31
ab3757f
Compare
Choose a tag to compare
  • Use GraphQL Tools v6
  • Integration with GraphQL CLI

v2.0.1

19 May 17:27
d8aa928
Compare
Choose a tag to compare

Read "New GraphQL Inspector" on our blog

  • github skip diff checks for new branches and re-check once Pull Request is opened #1493
  • action github cli ci loaders - assume valid Schema and SDL #1508