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): bump github.com/hashicorp/yamux from 0.1.1 to 0.1.2 #4088

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2024

Bumps github.com/hashicorp/yamux from 0.1.1 to 0.1.2.

Release notes

Sourced from github.com/hashicorp/yamux's releases.

v0.1.2

Significant Changes

  • Fixed a case where Streams may continue to exist and block operations even after their Session has been closed. #127 ensures when a Session closes that blocking Stream operations exit as well.
  • Allow Reads on locally closed streams. Prior to #131 calling Close() and then Read() on a Stream would fail. Close should only indicate the Stream is done writing. The peer must call Close before Read considers the stream closed. See #131 for details.
  • Tests have been improved significantly. See below for details.

Full Changelog

New Contributors

Full Changelog: hashicorp/yamux@v0.1.1...v0.1.2

Commits
  • 17017e9 Allow half-closed reads and test against TCP/TLS connections (#131)
  • b5c3b44 Merge pull request #127 from lattwood/lattwood/handle_shutdown_edgecase
  • 84b3fc6 Drain the timer's channel if needed, to prevent memory leakage
  • eedcf95 Align Write timeout handling with Read timeout handling
  • 877b999 Streams should check for Session shutdown when waiting for data
  • 8bd691f Merge pull request #130 from hashicorp/rboyer/pass-race-and-lint
  • 88ad8a5 Apply suggestions from code review
  • 67ad8ea test: bump test timeout; ci runners are slow
  • e9a4163 test: add gha ci
  • 7bea36e test: bump slow test timeouts
  • 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 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)

Bumps [github.com/hashicorp/yamux](https://github.com/hashicorp/yamux) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/hashicorp/yamux/releases)
- [Commits](hashicorp/yamux@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/yamux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 28, 2024
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 size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants