Skip to content

Releases: graphql-java/graphql-java

21.5

26 Mar 05:23
25667a1
Compare
Choose a tag to compare

This is a special release to add further limits to introspection queries.

This release contains a backport of PR #3539.

What's Changed

Full Changelog: v21.4...v21.5

20.9

26 Mar 05:22
d3a8540
Compare
Choose a tag to compare

This is a special release to add further limits to introspection queries.

This release contains a backport of PR #3539.

What's Changed

Full Changelog: v20.8...v20.9

19.11

26 Mar 05:21
16c1591
Compare
Choose a tag to compare

This is a special release to add further limits to introspection queries.

This release contains a backport of PR #3539.

What's Changed

Full Changelog: v19.10...v19.11

21.4

19 Mar 06:20
5876cc8
Compare
Choose a tag to compare

This is a special release to help control introspection queries.

This release adds a default check for introspection queries, to check that they are sensible. This feature is a backport of #3526 and #3527.

This release also adds an optional maximum result nodes limit, which is a backport of #3525.

What's Changed

Full Changelog: v21.3...v21.4

20.8

19 Mar 05:36
67035a2
Compare
Choose a tag to compare

This is a special release to help control introspection queries.

This release adds a default check for introspection queries, to check that they are sensible. This feature is a backport of #3526 and #3527.

This release also adds an optional maximum result nodes limit, which is a backport of #3525.

What's Changed

Full Changelog: v20.7...v20.8

19.10

19 Mar 05:35
c0b905c
Compare
Choose a tag to compare

This is a special release to help control introspection queries.

This release adds a default check for introspection queries, to check that they are sensible. This feature is a backport of #3526 and #3527.

This release also adds an optional maximum result nodes limit, which is a backport of #3525.

What's Changed

Full Changelog: v19.9...v19.10

21.3

24 Oct 04:55
42efd9b
Compare
Choose a tag to compare

A small bugfix release on top of 21.2, which includes correct unwrapping of non-null input types for @oneOf.

What's Changed

Full Changelog: v21.2...v21.3

20.7

23 Oct 22:30
8d42f76
Compare
Choose a tag to compare

This is a small bugfix release which includes a backport of PR #3334, which fixes a type unwrapping bug.

What's Changed

Full Changelog: v20.6...v20.7

19.9

23 Oct 22:30
0dea9e1
Compare
Choose a tag to compare

This is a small bugfix release which includes a backport of PR #3334, which fixes a type unwrapping bug.

What's Changed

Full Changelog: v19.8...v19.9

21.2

17 Oct 05:09
42870f3
Compare
Choose a tag to compare

This is a release with new features and bugfixes. There are no breaking changes.

Thanks to everyone who contributed to this release. Thanks for your code contributions, for reporting issues, and contributing to discussions.

@oneOf directive

We've implemented the @oneOf directive for input objects. From the RFC:

OneOf Input Objects are a special variant of Input Objects where the type system asserts that exactly one of the fields must be set and non-null, all others being omitted

This will soon be a new built-in directive in the GraphQL specification.

The directive is currently labelled as experimental inside graphql-java while we wait for the RFC to be formally approved. The final step before the RFC is approved is your feedback! If you're using @oneOf, please share your thoughts on the RFC on the GraphQL Working Group repository.

DataLoader version 3.2.1 released

We've released a new version of java-dataloader including a new ticker mode and predicates per dataloader. See the release notes for more details.

What's Changed

New Contributors

Full Changelog: v21.0...v21.2