Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Change Age Confidence
github.com/Khan/genqlient v0.5.0v0.8.1 age confidence

Release Notes

Khan/genqlient (github.com/Khan/genqlient)

v0.8.1

Compare Source

This release fixes a bug introduced in v0.8.0 breaking path resolution on Windows, along with some other small features and bugs.

New features:
  • Added @genqlient(alias) directive to customize field names without requiring GraphQL aliases (fixes #​367)
  • Added auto_camel_case config option to automatically convert snake_case to camelCase in both field names and type names
Bug fixes:
  • fixed path resolution on Windows
  • fixed documentation link in introduction.md
  • upgraded version of alexflint/go-arg from 1.4.2 to 1.5.1
  • fixed a typo in the struct + fragment error message

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
@renovate
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):

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

Details:

Package Change
go 1.19 -> 1.22.5
github.com/stretchr/testify v1.8.0 -> v1.9.0
github.com/alexflint/go-arg v1.4.2 -> v1.5.1
github.com/alexflint/go-scalar v1.0.0 -> v1.2.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 2 times, most recently 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
@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 Sep 10, 2025
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Update module github.com/Khan/genqlient to v0.8.1 Sep 10, 2025
@renovate renovate bot reopened this Sep 10, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch 2 times, most recently from b67a215 to a726876 Compare September 10, 2025 09:45
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.1 Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Oct 1, 2025
@renovate renovate bot closed this Oct 1, 2025
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Update module github.com/Khan/genqlient to v0.8.1 Oct 2, 2025
@renovate renovate bot reopened this Oct 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch from b3d8922 to a726876 Compare October 2, 2025 01:58
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.1 Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Oct 15, 2025
@renovate renovate bot closed this Oct 15, 2025
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Update module github.com/Khan/genqlient to v0.8.1 Oct 15, 2025
@renovate renovate bot reopened this Oct 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch 2 times, most recently from a726876 to d5b792e Compare October 15, 2025 13:47
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.1 Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Nov 2, 2025
@renovate renovate bot closed this Nov 2, 2025
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Update module github.com/Khan/genqlient to v0.8.1 Nov 3, 2025
@renovate renovate bot reopened this Nov 3, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch 2 times, most recently from d5b792e to 82ea501 Compare November 3, 2025 02:48
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ 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):

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

Details:

Package Change
go 1.19 -> 1.22.5
github.com/stretchr/testify v1.8.0 -> v1.9.0
github.com/alexflint/go-arg v1.4.2 -> v1.5.1
github.com/alexflint/go-scalar v1.0.0 -> v1.2.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.8.1 Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Dec 24, 2025
@renovate renovate bot closed this Dec 24, 2025
@renovate renovate bot changed the title Update module github.com/Khan/genqlient to v0.8.1 - autoclosed Update module github.com/Khan/genqlient to v0.8.1 Dec 24, 2025
@renovate renovate bot reopened this Dec 24, 2025
@renovate renovate bot force-pushed the renovate/github.com-khan-genqlient-0.x branch 2 times, most recently from 82ea501 to 6f4b069 Compare December 24, 2025 17:37
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.

1 participant