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

chore(deps): bump github.com/filecoin-project/go-jsonrpc from 0.1.9 to 0.3.1 #2318

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps github.com/filecoin-project/go-jsonrpc from 0.1.9 to 0.3.1.

Release notes

Sourced from github.com/filecoin-project/go-jsonrpc's releases.

v0.3.1

  • Fix a number of races in websocket channel code paths (#101)

v0.3.0

v0.2.3

v0.2.2

  • Less write lock contention, better read timeout handling (#97)

v0.2.1

This release fixes handling of the params field (filecoin-project/go-jsonrpc#94)

v0.2.0

  • Configurable HTTP client
  • More robust websocket loop
  • Support making calls from server side
  • Support handling server calls on the client side
  • Support renaming client calls
  • Support sending notifications
  • Support sending/receiving params with non-array serialization
Commits
  • 17a3577 Merge pull request #101 from filecoin-project/fix/races
  • 2fec0c7 make lint happy
  • a9d5e9e ci: Add -race tests
  • 5363fbd Fix a number of races in websocket channel code paths
  • f007863 feat: add batch request support (#99)
  • 1fbbed8 Merge pull request #98 from filecoin-project/fix/rev-client-close
  • 6be5fef Fix reverse client hang on closed connections
  • 6fff219 Merge pull request #97 from filecoin-project/fix/less-write-lk-contention
  • fc81a98 Address review in #97
  • ae30cc0 Fix parallel inflight request map access
  • 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)

Bumps [github.com/filecoin-project/go-jsonrpc](https://github.com/filecoin-project/go-jsonrpc) from 0.1.9 to 0.3.1.
- [Release notes](https://github.com/filecoin-project/go-jsonrpc/releases)
- [Commits](filecoin-project/go-jsonrpc@v0.1.9...v0.3.1)

---
updated-dependencies:
- dependency-name: github.com/filecoin-project/go-jsonrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Jun 5, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2318 (27f7098) into main (118c4a9) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2318      +/-   ##
==========================================
+ Coverage   50.45%   50.48%   +0.03%     
==========================================
  Files         154      154              
  Lines        9729     9729              
==========================================
+ Hits         4909     4912       +3     
+ Misses       4390     4389       -1     
+ Partials      430      428       -2     

see 3 files with indirect coverage changes

@Wondertan Wondertan enabled auto-merge (squash) June 5, 2023 12:24
@Wondertan Wondertan merged commit 59b9daf into main Jun 5, 2023
@Wondertan Wondertan deleted the dependabot/go_modules/github.com/filecoin-project/go-jsonrpc-0.3.1 branch June 5, 2023 12:26
Wondertan pushed a commit that referenced this pull request Jun 6, 2023
…o 0.3.1 (#2318)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants