coder / coder-logstream-kube

Stream Kubernetes Pod events to the Coder startup logs
GNU Affero General Public License v3.0
16 stars 4 forks source link

chore(deps): bump github.com/hashicorp/yamux from 0.1.1 to 0.1.2 #74

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

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: https://github.com/hashicorp/yamux/compare/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

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 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.