Bump jsonrpsee from 0.9.0 to 0.10.1
Created by: dependabot[bot]
Bumps jsonrpsee from 0.9.0 to 0.10.1.
Release notes
Sourced from jsonrpsee's releases.
v0.10.1
[v0.10.1] - 2022-04-05
v0.10.1 is a release that fixes a regression in the HTTP server where the backlog was hardcoded to 128 (this is now set to 1024 by default but also configurable), introduces a couple of new APIs and a few minor bug fixes.
If your usage expects a high rate of new HTTP connections you are encouraged to update or manually configure the socket based on the traffic characteristics.
[Changed]
- [proc macros]: only generate unsub method if not provided (#702)
- [examples]: update pubsub examples #705
- core: remove
Error::Request
variant #717- Replace async-channel #708
- chore(deps): bump actions/checkout from 2.4.0 to 3 #710
- CI: cache cargo hack installation #706
- CI: try nextest #701
- chore(deps): update tokio-util requirement from 0.6 to 0.7 #695
- CI: Move CI script to new location #694
- refactor(log): downgrade send errors to warn #726
[Fixed]
- fix(client): close subscription when server sent
SubscriptionClosed
notification #721- fix(http client): set reuseaddr and nodelay. #687
- fix(rpc module): unsubscribe according ethereum pubsub spec #693
- http server: fix regression set backlog to 1024 #718
- README.MD: fix link to
ws server
#703- fix(ws server): close all subscription when the connection is closed #725
- perf: don't send messages when client is gone #724
[Added]
- feat(http server): add new builder APIs
build_from_tcp
andbuild_from_hyper
#719- feat(servers): add
SubscriptionSink::pipe_from_try_stream
to support streams that returnsResult
#720- feat(servers): add max_response_size #711
v0.10.0
[v0.10.0] - 2022-04-04 [YANKED]
Changelog
Sourced from jsonrpsee's changelog.
[v0.10.1] - 2022-04-05
v0.10.1 is a release that fixes a regression in the HTTP server where the backlog was hardcoded to 128 (this is now set to 1024 by default but also configurable), introduces a couple of new APIs and a few minor bug fixes.
If your usage expects a high rate of new HTTP connections you are encouraged to update or manually configure the socket based on the traffic characteristics.
[Changed]
- [proc macros]: only generate unsub method if not provided (#702)
- [examples]: update pubsub examples #705
- core: remove
Error::Request
variant #717- Replace async-channel #708
- chore(deps): bump actions/checkout from 2.4.0 to 3 #710
- CI: cache cargo hack installation #706
- CI: try nextest #701
- chore(deps): update tokio-util requirement from 0.6 to 0.7 #695
- CI: Move CI script to new location #694
- refactor(log): downgrade send errors to warn #726
[Fixed]
- fix(client): close subscription when server sent
SubscriptionClosed
notification #721- fix(http client): set reuseaddr and nodelay. #687
- fix(rpc module): unsubscribe according ethereum pubsub spec #693
- http server: fix regression set backlog to 1024 #718
- README.MD: fix link to
ws server
#703- fix(ws server): close all subscription when the connection is closed #725
- perf: don't send messages when client is gone #724
[Added]
- feat(http server): add new builder APIs
build_from_tcp
andbuild_from_hyper
#719- feat(servers): add
SubscriptionSink::pipe_from_try_stream
to support streams that returnsResult
#720- feat(servers): add max_response_size #711
[v0.10.0] - 2022-04-04 [YANKED]
Yanked due to a leak when closing subscriptions in WebSocket server.
Commits
-
5c8f1f7
chore(release): v0.10.1 (#727) -
2f5fef2
refactor(log): downgrade send errors to warn (#726) -
b687c07
fix(ws server): close all subscription when the connection is closed (#725) -
fe53e5c
perf: don't send messages when client is gone (#724) -
ffdab3e
chore: release v0.10.0 (#723) -
85df2ef
benches: improve concurrent benches with 10 requests per conn (#713) -
961e6bd
[examples]: update pubsub examples (#705) -
34c2fbe
feat(http server): add new builder APIsbuild_from_tcp
and `build_from_hype... -
f55ab3e
fix(client): close subscription when server sentSubscriptionClosed
notific... -
545ceaf
feat: addSubscriptionSink::pipe_from_try_stream
to support streams that r... - Additional commits viewable in compare view
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)