Skip to content

Bump github.com/hasura/go-graphql-client from 0.8.0 to 0.9.0 - #4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/hasura/go-graphql-client-0.9.0
Closed

Bump github.com/hasura/go-graphql-client from 0.8.0 to 0.9.0#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/hasura/go-graphql-client-0.9.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubFeb 14, 2023

Copy link
Copy Markdown
Contributor

Bumps github.com/hasura/go-graphql-client from 0.8.0 to 0.9.0.

Release notes

Sourced from github.com/hasura/go-graphql-client's releases.

v0.9.0

Highlight

Support graphql-ws protocol

The subscription client now supports 2 protocols:

The protocol can be switchable by the WithProtocol function. By default, the subscription client uses the subscriptions-transport-ws protocol.

client:=graphql.NewSubscriptionClient("wss://example.com/graphql").
WithProtocol(graphql.GraphQLWS)

Changelog

v0.8.1

Commits
  • 10471cf patch gin v1.7.7 to fix the security issue (#75)
  • 0418b98 Allow using custom HTTP clients (#68)
  • 1265577 support graphql-ws protocol (#67)
  • 0ea43e0 docs: clarify usage of structs as variables (#66)
  • 7943bd6 Fix typo in Events section of the readme file (#63)
  • 4e08b2d refactor: expose jsonutil (#62)
  • 1992b9f fix the dynamic GraphQL type output from the GraphQLType interface instance (...
  • 82d63c2 Adding clarity around public variables in example (#52)
  • 835e565 fix: Fixes panic if no connection (#47)
  • d2a5549 Support native go types for graphql operations. (#45)
  • See full diff 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)

Bumps [github.com/hasura/go-graphql-client](https://github.com/hasura/go-graphql-client) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/hasura/go-graphql-client/releases)
- [Commits](hasura/go-graphql-client@v0.8.0...v0.9.0)
---
updated-dependencies:
- dependency-name: github.com/hasura/go-graphql-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Feb 14, 2023
@codecov

codecovBot commented Feb 14, 2023

Copy link
Copy Markdown

Codecov Report

Merging #4 (c1778d2) into main (62dc60d) will not change coverage.
The diff coverage is n/a.

@@ Coverage Diff @@## main #4 +/- ##
=======================================
Coverage 97.39% 97.39% =======================================
Files 8 8 Lines 882 882 =======================================
Hits 859 859 Misses 17 17 Partials 6 6 
FlagCoverage Δ
unittests97.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot@github

dependabotBot commented on behalf of githubMar 1, 2023

Copy link
Copy Markdown
ContributorAuthor

Superseded by #7.

@dependabotdependabotBot closed this Mar 1, 2023
@dependabot
dependabotBot deleted the dependabot/go_modules/github.com/hasura/go-graphql-client-0.9.0 branch March 1, 2023 00:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants