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 #13

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Khan/genqlient v0.5.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

v0.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

New 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.


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

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

@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.6.0 Update module github.com/Khan/genqlient to v0.7.0 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from a7c46be to d6b3597 Compare March 5, 2024 13:37
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.7.0 Update module github.com/Khan/genqlient to v0.7.0 - autoclosed Oct 20, 2024
@renovate renovate bot closed this Oct 20, 2024
@renovate renovate bot deleted the renovate/github.com-khan-genqlient-0.x branch October 20, 2024 12:11
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.7.0 - autoclosed Update module github.com/Khan/genqlient to v0.7.0 Oct 20, 2024
@renovate renovate bot restored the renovate/github.com-khan-genqlient-0.x branch October 20, 2024 15:32
@renovate renovate bot reopened this Oct 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from d6b3597 to 16f0990 Compare October 20, 2024 15:32
Copy link
Contributor Author

renovate bot commented Oct 20, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.6
github.com/stretchr/testify v1.8.0 -> v1.9.0
github.com/vektah/gqlparser/v2 v2.4.5 -> v2.5.19
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 -> v0.20.0
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 -> v0.23.0
golang.org/x/tools v0.1.10 -> v0.24.0

@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.7.0 Update module github.com/Khan/genqlient to v0.7.0 - autoclosed Jan 11, 2025
@renovate renovate bot closed this Jan 11, 2025
@renovate renovate bot deleted the renovate/github.com-khan-genqlient-0.x branch January 11, 2025 01:27
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.7.0 - autoclosed Update module github.com/Khan/genqlient to v0.7.0 Jan 11, 2025
@renovate renovate bot reopened this Jan 11, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 10ade45 to 16f0990 Compare January 11, 2025 06:03
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.7.0 Update module github.com/Khan/genqlient to v0.8.0 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 16f0990 to 82db321 Compare February 3, 2025 13:41
@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 6, 2025
@renovate renovate bot closed this Feb 6, 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 6, 2025
@renovate renovate bot reopened this Feb 6, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 68caa8d to 82db321 Compare February 6, 2025 05:29
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from 82db321 to 1a34537 Compare February 6, 2025 11:03
@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 6, 2025
@renovate renovate bot closed this Feb 6, 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 6, 2025
@renovate renovate bot reopened this Feb 6, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from e4caa29 to 1a34537 Compare February 6, 2025 18:01
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