-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update module github.com/Khan/genqlient to v0.8.0 #13
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-khan-genqlient-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
a7c46be
to
d6b3597
Compare
d6b3597
to
16f0990
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
10ade45
to
16f0990
Compare
16f0990
to
82db321
Compare
68caa8d
to
82db321
Compare
82db321
to
1a34537
Compare
e4caa29
to
1a34537
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.5.0
->v0.8.0
Release Notes
Khan/genqlient (github.com/Khan/genqlient)
v0.8.0
Compare 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-ws
but can be set to another value.See the documentation for more details on how to use subscriptions.
genqlient.yaml
docs for more.Is
/As
-able errors when the HTTP request returns a non-200 status.Bug fixes:
omitempty
on non-nullable input field, if the field has a defaultomitempty: false
on an input field, even when it is non-nullableomitempty
andpointer
input types validation whenuse_struct_reference
is used, as the generated type is often not compatible with validation logic.allow_broken_features
option, which no longer did anything, has been removedv0.7.0
Compare Source
In addition to several new features and bugfixes, along with this release comes reorganized documentation for genqlient. Note that genqlient now requires Go 1.20 or higher, and is tested through Go 1.22.
What's Changed
New Contributors
Full Changelog: Khan/genqlient@v0.6.0...v0.7.0
v0.6.0
Compare Source
Version 0.6.0 includes some small features and bugfixes. Note that genqlient now requires Go 1.18 or higher, and is tested through Go 1.20.
What's Changed
optional: value
by @benjaminjkraft in https://github.com/Khan/genqlient/pull/229New Contributors
Full Changelog: Khan/genqlient@v0.5.0...v0.6.0
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 is behind base branch, 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.