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

Update module github.com/Khan/genqlient to v0.8.0 #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Khan/genqlient v0.7.0 -> v0.8.0 age adoption passing confidence

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:
  • genqlient now forbids omitempty: false (including implicit behaviour) when using pointer on non-null input field.
  • The error text for HTTP errors has changed slightly. If you were parsing it, switch to As-ing to graphql.HTTPError.
New features:
  • genqlient now supports subscriptions; the websocket protocol is by default graphql-transport-ws but can be set to another value.
    See the documentation for more details on how to use subscriptions.
  • genqlient now supports double-star globs for schema and query files; see genqlient.yaml docs for more.
  • genqlient now generates slices containing all enum values for each enum type.
  • genqlient now returns Is/As-able errors when the HTTP request returns a non-200 status.
Bug fixes:
  • omitempty validation:
    • allow omitempty on non-nullable input field, if the field has a default
    • allow omitempty: false on an input field, even when it is non-nullable
  • don't do omitempty and pointer input types validation when use_struct_reference is used, as the generated type is often not compatible with validation logic.
  • the allow_broken_features option, which no longer did anything, has been removed

Configuration

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

🚦 Automerge: Enabled.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 4, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: ci/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/ci imports
	dagger/ci/internal/dagger: package dagger/ci/internal/dagger is not in std (/opt/containerbase/tools/golang/1.24.0/src/dagger/ci/internal/dagger)

File name: helm/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/helm imports
	dagger/helm/internal/dagger: package dagger/helm/internal/dagger is not in std (/opt/containerbase/tools/golang/1.24.0/src/dagger/helm/internal/dagger)

@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch 2 times, most recently from 4c0246c to 8897054 Compare February 6, 2025 13:24
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.0 Update module github.com/Khan/genqlient to v0.8.0 - autoclosed Feb 9, 2025
@renovate renovate bot closed this Feb 9, 2025
@renovate renovate bot deleted the renovate/github.com-khan-genqlient-0.x branch February 9, 2025 10:07
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.0 - autoclosed Update module github.com/Khan/genqlient to v0.8.0 Feb 9, 2025
@renovate renovate bot reopened this Feb 9, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 4af392e to 8897054 Compare February 9, 2025 13:29
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.0 Update module github.com/Khan/genqlient to v0.8.0 - autoclosed Feb 13, 2025
@renovate renovate bot closed this Feb 13, 2025
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.0 - autoclosed Update module github.com/Khan/genqlient to v0.8.0 Feb 13, 2025
@renovate renovate bot reopened this Feb 13, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch 2 times, most recently from 8897054 to 119a627 Compare February 13, 2025 19:08
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 119a627 to d414f0e Compare February 17, 2025 07:02
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.0 Update module github.com/Khan/genqlient to v0.8.0 - autoclosed Feb 17, 2025
@renovate renovate bot closed this Feb 17, 2025
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.0 - autoclosed Update module github.com/Khan/genqlient to v0.8.0 Feb 17, 2025
@renovate renovate bot reopened this Feb 17, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 1b45f49 to d414f0e Compare February 17, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants