Skip to content

Commit

Permalink
Release v3.2.0 (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jul 6, 2022
1 parent 8fffe1c commit 1d4053c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### vNEXT

### v3.2.0

- **action**: Use GitHub REST API to retrieve the full blob content if schema is truncated [#2131](https://github.com/kamilkisiela/graphql-inspector/pull/2131)
- **action**: Diffing a graphql endpoint with a local .json schema file results in an error, fixed in [#2090](https://github.com/kamilkisiela/graphql-inspector/pull/2090)
- **core**: Fix comparison of non-nullable fields [#2122](https://github.com/kamilkisiela/graphql-inspector/pull/2122)
- **core**: Fix removal of a deprecated input field [#2122](https://github.com/kamilkisiela/graphql-inspector/pull/2122)


### v3.1.4

- **core**: Fix regression [#2128](https://github.com/kamilkisiela/graphql-inspector/issues/2128) introduced in [#2100](https://github.com/kamilkisiela/graphql-inspector/pull/2100)
Expand Down
2 changes: 1 addition & 1 deletion action/index.js

Large diffs are not rendered by default.

1 comment on commit 1d4053c

@vercel
Copy link

@vercel vercel bot commented on 1d4053c Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.