Skip to content

Releases: kamilkisiela/graphql-inspector

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

v2.0.0

11 May 14:10
9d02a81
Compare
Choose a tag to compare

Read "New GraphQL Inspector" on our blog

  • github: put annotations of removed parts of schema on new schema #1414
  • ci: improve UX #1413
  • github schema change notifications on Slack, Discord and through Webhook.
  • github action opt-out annotations
  • github action opt-in forced success on breaking changes
  • github action endpoint as source of schema
  • github support multiple environments (production, preview etc)
  • github remote interception of detected changes (schema check) via http
  • github managing unrelated PRs separately
  • action use original SHA, not SHA from pull_request event PR #1440
  • github action assume valid schema to avoid missing directive definitions PR #1440
  • cli ci fix --header and --token PR #1442
  • cli ci BREAKING: don't use preceding comments as the description by default (--comments flag to enable comments) PR #1443
  • github use SHA of the most recent commit on ref before the push PR #1448
  • github send annotations in batches PR #1402
  • github use failure instead of action_required - allows to call re-runs
  • github reduce the number of GitHub API calls by batching file fetching calls PR #1460