Skip to content

Releases: kamilkisiela/graphql-inspector

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

v2.0.0-rc.2

21 Apr 19:37
2fdc4ec
Compare
Choose a tag to compare
  • cli ci fix --header and --token PR #1442

v2.0.0-rc.1

21 Apr 18:32
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release
  • action use original SHA, not SHA from pull_request event PR #1440
  • github action assume valid schema to avoid missing directive definitions PR #1440

v2.0.0-rc.0

20 Apr 11:07
98d480b
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release
  • 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

v1.30.4

09 Apr 09:48
fad538e
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • github: summary page with details (like in Github Action)
  • ci: auto discovery of commands and loaders
  • ci: fail on unknown command
  • use version ranges for @graphql-toolkit/*
  • logger: remove jest from dependencies

v1.30.3

08 Apr 22:30
f17d20c
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

v1.30.2

08 Apr 21:21
7a0cba0
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • github: bring back default export of Probot App

v1.30.1

08 Apr 20:00
32eb8c2
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • Support GraphQL v15
  • New package: @graphql-inspector/ci - a lightweight version of CLI mostly for CI usage
  • Modularized Commands for CLI. Each command is now a standalone package:
    • @graphql-inspector/commands (core package)
    • @graphql-inspector/coverage-command
    • @graphql-inspector/docs-command
    • @graphql-inspector/diff-command
    • @graphql-inspector/introspect-command
    • @graphql-inspector/similar-command
    • @graphql-inspector/serve-command
    • @graphql-inspector/validate-command
  • Modularized Schema and Documents loading. Each loader is now a standalone package:
    • @graphql-inspector/loaders (core package)
    • @graphql-inspector/code-loader
    • @graphql-inspector/github-loader
    • @graphql-inspector/git-loader
    • @graphql-inspector/json-loader
    • @graphql-inspector/graphql-loader
    • @graphql-inspector/url-loader
  • New package for internal usage: @graphql-inspector/logger and @graphql-inspector/config
  • Rename package: @graphql-inspector/action (was @graphql-inspector/actions)
  • core: introduce removed and added change types for description of Object Type (before it was showing all changes as changed)
  • github, action: fix import of chalk #1341
  • github, action: adjust annotations to show up in correct lines #907
  • github, action: fix an issue with @action/core import #1056
  • action: create integration test
  • cli: fix an issue with empty descriptions when using URL pointer #1378

v1.27.0

31 Dec 12:40
16ca9d4
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • core cli: introduce keepClientFields flag in validate PR #783
  • core: UNION_MEMBER_ADDED is no longer a breaking change but dangerous

v1.26.0

08 Oct 09:57
bb0abec
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build

List of changes: