Skip to content

Releases: graphql-hive/graphql-inspector

v1.23.0

09 Aug 12:45
0f4adbe

Choose a tag to compare

  • action: fail on a missing check PR #504
  • cli: Allow to suppress removal of deprecated fields PR #506
  • cli: Support Apollo directives PR #505

v1.22.0

17 Jul 19:26
0411a21

Choose a tag to compare

  • cli: maximum depth of operations PR #432
  • core: maximum depth of operations PR #432

v1.21.0

22 Jun 10:34
bd20c81

Choose a tag to compare

  • load: allow to load schema entirely based on git PR #366
  • cli: open up for every CI solution out there! PR #366

v1.20.0

14 Jun 14:34
fcd2857

Choose a tag to compare

  • core: strictFragments and strictDeprecated falgs in validate() PR #321
  • cli: noStrictFragments flag PR #321
  • core: fix schema coverage by skipping __typename PR #353 - thanks to @loremaps

v1.19.0

24 May 15:13
f9dbb76

Choose a tag to compare

  • core: include Interfaces in schema coverage PR #271 - thanks to @alx13
  • cli: add http headers PR #281
  • cli: support gql and graphqls files as an introspect output PR #295

v1.18.1

19 Apr 13:32
0124147

Choose a tag to compare

  • action: show more details after file load failed PR #223
  • github: show more details after file load failed PR #223

v1.18.0

18 Apr 15:00
75a9924

Choose a tag to compare

This one should be released as a patch version but since we moved actions-toolkit to v2 then maybe it's fine...

  • github: load .yaml file too PR #216

v1.17.0

18 Apr 14:11
d239c63

Choose a tag to compare

  • action: Update Check Run instead of creating an extra one PR #177 - thanks to @BeeeQueue

  • core: New optional argument or an optional input field is now treated as a dangerous change PR #147

v1.16.0

28 Mar 19:42
3f3aaa4

Choose a tag to compare

  • core: Required field becoming nullable should be a non-breaking change PR #139

v1.15.0

27 Mar 22:59
d80f6d6

Choose a tag to compare

  • action: No double check PR #111
  • action: Way more independent of the github package - uses actions-toolkit instead of probot PR #111
  • github: Fix location of a targeted entityPR #104
  • github: Support .github/graphql-inspector.yml config PR #105 PR #109