Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.graphql-java:graphql-java to v21.3 - autoclosed #358

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.graphql-java:graphql-java 21.1 -> 21.3 age adoption passing confidence

Release Notes

graphql-java/graphql-java (com.graphql-java:graphql-java)

v21.3: 21.3

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: graphql-java/graphql-java@v21.2...v21.3

v21.2: 21.2

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: graphql-java/graphql-java@v21.0...v21.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependencies Pull requests that update a dependency file label Oct 17, 2023
@renovate renovate bot changed the title fix(deps): update dependency com.graphql-java:graphql-java to v21.2 fix(deps): update dependency com.graphql-java:graphql-java to v21.3 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/graphql-java-(ignoring-snapshot-builds) branch from 892f226 to 0db734c Compare October 24, 2023 09:57
@renovate renovate bot force-pushed the renovate/graphql-java-(ignoring-snapshot-builds) branch from 0db734c to 849a977 Compare January 21, 2024 06:02
dariuszkuc added a commit that referenced this pull request Jan 21, 2024
`graphql-java` added support for `@oneOf` built-in directive.

Supersedes: #358
dariuszkuc added a commit that referenced this pull request Jan 21, 2024
`graphql-java` added support for `@oneOf` built-in directive.

Supersedes: #358
@dariuszkuc dariuszkuc closed this Jan 21, 2024
@dariuszkuc dariuszkuc deleted the renovate/graphql-java-(ignoring-snapshot-builds) branch January 21, 2024 06:26
@renovate renovate bot changed the title fix(deps): update dependency com.graphql-java:graphql-java to v21.3 fix(deps): update dependency com.graphql-java:graphql-java to v21.3 - autoclosed Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant