fix(deps): update module github.com/khan/genqlient to v0.8.0#37670
Closed
renovate[bot] wants to merge 3 commits into
Closed
fix(deps): update module github.com/khan/genqlient to v0.8.0#37670renovate[bot] wants to merge 3 commits into
renovate[bot] wants to merge 3 commits into
Conversation
Contributor
Author
|
songy23
reviewed
Feb 4, 2025
|
|
||
| require ( | ||
| github.com/Khan/genqlient v0.7.0 | ||
| github.com/Khan/genqlient v0.8.0 |
Member
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
lovely. thanks for taking a look. I have a PR that's about to go up fixing a flaky test (in one of the tests that break). I'll go ahead and open a pr to fix this as well. Once the PR is up we can close this pr in favor of the other.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.7.0->v0.8.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Khan/genqlient (github.com/Khan/genqlient)
v0.8.0Compare Source
This release adds support for genqlient subscriptions; see the documentation for more, and thanks to @matthieu4294967296moineau for the original implementation and @HaraldNordgren for additional testing and improvements.
Note that genqlient now requires Go 1.22.5 or higher, and is tested through Go 1.23.3.
Breaking changes:
omitempty: false(including implicit behaviour) when using pointer on non-null input field.As-ing tographql.HTTPError.New features:
graphql-transport-wsbut can be set to another value.See the documentation for more details on how to use subscriptions.
genqlient.yamldocs for more.Is/As-able errors when the HTTP request returns a non-200 status.Bug fixes:
omitemptyon non-nullable input field, if the field has a defaultomitempty: falseon an input field, even when it is non-nullableomitemptyandpointerinput types validation whenuse_struct_referenceis used, as the generated type is often not compatible with validation logic.allow_broken_featuresoption, which no longer did anything, has been removedConfiguration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.