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

Bump github.com/smartcontractkit/wsrpc from 0.7.2 to 0.8.0 #12265

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps github.com/smartcontractkit/wsrpc from 0.7.2 to 0.8.0.

Release notes

Sourced from github.com/smartcontractkit/wsrpc's releases.

v0.8

What's Changed

  • Fixed logical races
  • Addressed vulnerabilities
  • Improved CI

New Contributors

Full Changelog: smartcontractkit/wsrpc@v0.7.2...v0.8

v0.7.3

Patches a logical race found in v0.7.2 when Close races with Invoke

Commits
  • 32353c8 Merge pull request #50 from smartcontractkit/fix/close-invoke-race
  • 84fca2a updating CI workflows
  • 4c9d4f5 bumping go version
  • dd6e41c Protecting against Invoke Close race for addrConn on 412
  • e99e841 Update client.go
  • 8226289 fixing logical race when Close races with Invoke
  • 432f5e0 Merge pull request #48 from smartcontractkit/feature/open_connections
  • 203bca0 feature/open_connections: broadening Server API to allow consumers to track n...
  • bacdd11 Merge pull request #44 from smartcontractkit/MERC-1067-mro-08-insufficient-le...
  • a2c1b2d Merge branch 'main' into MERC-1067-mro-08-insufficient-length-checks-in-repor...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner March 1, 2024 19:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 72e8f59 to d4486a9 Compare March 5, 2024 14:57
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from d4486a9 to 7154255 Compare March 6, 2024 18:54
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 7154255 to 174dfa5 Compare March 11, 2024 12:18
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 174dfa5 to 9a8e97d Compare March 14, 2024 02:00
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 9a8e97d to 4a6d278 Compare March 14, 2024 16:43
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 4a6d278 to 958f617 Compare March 14, 2024 20:20
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 958f617 to 3c269fd Compare March 15, 2024 12:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 3c269fd to 887d83d Compare March 15, 2024 15:37
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 887d83d to 33bb8ec Compare March 18, 2024 16:30
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 33bb8ec to ae479b6 Compare March 20, 2024 20:41
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from ae479b6 to 4c17f1b Compare March 22, 2024 10:40
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 4c17f1b to 450c159 Compare March 24, 2024 17:19
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 450c159 to dc9bedf Compare March 25, 2024 17:16
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from dc9bedf to e79a336 Compare March 26, 2024 20:43
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from e79a336 to e267708 Compare March 26, 2024 22:09
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from e267708 to ebc9417 Compare March 27, 2024 16:52
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from ebc9417 to d6533ce Compare March 27, 2024 21:10
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from d6533ce to 5841dce Compare March 28, 2024 20:11
Bumps [github.com/smartcontractkit/wsrpc](https://github.com/smartcontractkit/wsrpc) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/smartcontractkit/wsrpc/releases)
- [Changelog](https://github.com/smartcontractkit/wsrpc/blob/main/CHANGELOG.md)
- [Commits](smartcontractkit/wsrpc@v0.7.2...v0.8)

---
updated-dependencies:
- dependency-name: github.com/smartcontractkit/wsrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch from 5841dce to 8b52c56 Compare March 29, 2024 15:44
@jmank88 jmank88 closed this Apr 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 23, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/smartcontractkit/wsrpc-0.8.0 branch April 23, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant