Releases: kamilkisiela/graphql-inspector
Releases · kamilkisiela/graphql-inspector
v2.6.2
- cli: Fix missing headers
v2.6.1
- cli: Revert log-symbols to v4 - brings back CJS support
v2.6.0
v2.5.0
v2.4.0
- 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
- 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
- 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
(wasEnumValueDescriptionChanged
).
v2.1.0
- Use GraphQL Tools v6
- Integration with GraphQL CLI
v2.0.1
Read "New GraphQL Inspector" on our blog
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