fly-apps / terraform-provider-fly

Terraform provider for the Fly.io API
BSD 3-Clause "New" or "Revised" License
114 stars 38 forks source link

Bump github.com/Khan/genqlient from 0.5.0 to 0.6.0 #186

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/Khan/genqlient from 0.5.0 to 0.6.0.

Release notes

Sourced from github.com/Khan/genqlient's releases.

v0.6.0

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: https://github.com/Khan/genqlient/compare/v0.5.0...v0.6.0

Changelog

Sourced from github.com/Khan/genqlient's changelog.

v0.6.0

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.

Breaking changes:

  • genqlient now requires Go 1.18 or higher.

New features:

  • You can now bind all types from a package in genqlient.yaml using the new package_bindings option.
  • The graphql operation (query or mutation) as sent over the wire is now exposed via a constant in the generated genqlient .go file.

Bug fixes:

  • Fixed non-deterministic generated code when querying graphql interfaces.
  • Fixed generated code when last component of package name is not a valid identifier (e.g. "path/to/my-package").
  • Fixed incorrect documentation of for directive.
  • Fixed bug where omitempty JSON tags were not being correctly applied to __premarshal structs.
Commits
  • 94b6a71 Release v0.6.0 (#269)
  • 15f507b fix: premarshal structs get generated with omitempty tag (#267)
  • 4073a49 Update gqlgen to latest (#268)
  • 677fa94 Bump minimum Go version to 1.18 (#262)
  • ff44aa0 Bump golang.org/x/sys from 0.0.0-20220319134239-a9b59b0215f8 to 0.1.0 (#259)
  • a42359b Fix minor mistake in code sample in README (#253)
  • 596c33f PR 239 update: Adding more logging for the initial generate setup (#246)
  • b1adeca Automatically update generated files if UPDATE_SNAPSHOTS=1 (#243)
  • e322738 Rename the query constant to have an underscore in it. (#241)
  • 587f770 Expose the graphql operation as a constant in the generated genqlient file (#...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)