Releases: kamilkisiela/graphql-inspector
v2.0.0
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 ofaction_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
- cli ci fix
--header
and--token
PR #1442
v2.0.0-rc.1
v2.0.0-rc.0
- 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
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
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
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
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
andadded
change types for description of Object Type (before it was showing all changes aschanged
) - 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
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 invalidate
PR #783 - core:
UNION_MEMBER_ADDED
is no longer a breaking change but dangerous
v1.26.0
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:
- core: add rule to ignore description changes PR #687 @fabsrc
- cli: custom rules from local fs PR #665 @chunksnbits