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 of action_required
- allows to call re-runs - github reduce the number of GitHub API calls by batching file fetching calls
PR #1460