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

build(deps): Update yamux requirement from 0.10.0 to 0.11.0 #3190

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2022

Updates the requirements on yamux to permit the latest version.

Release notes

Sourced from yamux's releases.

yamux-v0.11.0

See changelog for details.

Changelog

Sourced from yamux's changelog.

0.11.0

  • Remove Connection::control in favor of Control::new. Remove Connection::next_stream in favor of Connection::poll_next_inbound. See PR 142.

0.10.2

  • Process command or socket result immediately and thereby no longer accessing the socket after it returned an error. See PR 138 for details.

0.10.1

  • Update parking_lot dependency. See PR 126.

  • Flush socket while waiting for next frame. See PR 130.

0.10.0

  • Default to WindowUpdateMode::OnRead, thus enabling full Yamux flow-control, exercising back pressure on senders, preventing stream resets due to reaching the buffer limit.

    See the WindowUpdateMode documentation for details, especially the section on deadlocking when sending data larger than the receivers window.

0.9.0

  • Force-split larger frames, for better interleaving of reads and writes between different substreams and to avoid single, large writes. By default frames are capped at, and thus split at, 16KiB, which can be adjusted by a new configuration option, if necessary.

  • Send window updates earlier, when half of the window has been consumed, to minimise pauses due to transmission delays, particularly if there is just a single dominant substream.

  • Avoid possible premature stream resets of streams that have been properly closed and already dropped but receive window update or other frames while the remaining buffered

... (truncated)

Commits

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 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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 2, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 3 times, most recently from be671e0 to 5507d0d Compare December 2, 2022 19:44
@thomaseizinger
Copy link
Contributor

Rolling out this update needs to be done with care and is tracked here: #3013

@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 8 times, most recently from 27f270d to 8c77be0 Compare December 13, 2022 22:39
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 12 times, most recently from 8fbdf74 to a677df7 Compare December 23, 2022 08:01
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 2 times, most recently from 3d8aa06 to 2887568 Compare December 28, 2022 08:01
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 2 times, most recently from 5ecef82 to dac6334 Compare January 3, 2023 08:01
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 5 times, most recently from 2f8e43c to bed7aff Compare January 30, 2023 08:02
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 5 times, most recently from 60a8d90 to bddd3e3 Compare February 6, 2023 08:02
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 5 times, most recently from ab4098a to d1a946e Compare February 14, 2023 08:58
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 3 times, most recently from 5857238 to 44f63e3 Compare February 20, 2023 08:58
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 2 times, most recently from e732ce4 to cb84876 Compare March 6, 2023 09:16
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 2 times, most recently from 691abbe to 1242033 Compare March 20, 2023 09:10
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch 2 times, most recently from be77d61 to 0cddda8 Compare April 3, 2023 09:11
Updates the requirements on [yamux](https://github.com/paritytech/yamux) to permit the latest version.
- [Release notes](https://github.com/paritytech/yamux/releases)
- [Changelog](https://github.com/libp2p/rust-yamux/blob/master/CHANGELOG.md)
- [Commits](libp2p/rust-yamux@v0.10.0...yamux-v0.11.0)

---
updated-dependencies:
- dependency-name: yamux
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.11.0 branch from 0cddda8 to d9ef5d5 Compare April 10, 2023 09:07
@thomaseizinger
Copy link
Contributor

Done in #3013.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2023

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/cargo/yamux-0.11.0 branch May 2, 2023 20:04
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant