Skip to content

chore(deps): bump http-2 from 1.1.0 to 1.1.1 in /http2/ruby-http2 #220

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2025

Bumps http-2 from 1.1.0 to 1.1.1.

Release notes

Sourced from http-2's releases.

v1.1.1

What's Changed

Bugfixes

  • frame buffer was accidentally changing encoding before header packing, which raise invalid compatible encoding errors, due to usage of "String#". this was fixed by using internal append_str´, which does not touch encoding, and calling String.force_encoding` in case the buffer is a mutable string passed by the user.
  • dup PING frame payload passed by the user; while not really resulting in invalid encoding, the change of the input string could surprise the caller, since this would be expected to be stored somewhere so the peer PING frame can be matched on receive.

Improvements

Simplified String#transition, making sure it only does state machine transitions (the rest is handled outside of it).

Full Changelog: igrigorik/http-2@v1.1.0...v1.1.1

Changelog

Sourced from http-2's changelog.

1.1.1

Bugfixes

  • frame buffer was accidentally changing encoding before header packing, which raise invalid compatible encoding errors, due to usage of "String#". this was fixed by using internal append_str´, which does not touch encoding, and calling String.force_encoding` in case the buffer is a mutable string passed by the user.
  • dup PING frame payload passed by the user; while not really resulting in invalid encoding, the change of the input string could surprise the caller, since this would be expected to be stored somewhere so the peer PING frame can be matched on receive.

Improvements

Simplified String#transition, making sure it only does state machine transitions (the rest is handled outside of it).

Commits
  • 99cdf08 fix permission issue with release id-token param
  • 82922e4 Merge pull request #183 from igrigorik/buffer-encoding-issues
  • f792464 bump version to 1.1.1
  • ded4d10 improve priority stream management
  • bbb7d68 stream: remove assignment to @​state in #manage_state
  • 4df0db7 small opt: check hash key instead of performing full lookup
  • 028b14d copy PING payload before encoding
  • 25fdea2 fix: convert buffer where frame is stored to binary encoding before packing a...
  • See full diff 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 [http-2](https://github.com/igrigorik/http-2) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/igrigorik/http-2/releases)
- [Changelog](https://github.com/igrigorik/http-2/blob/main/CHANGELOG.md)
- [Commits](igrigorik/http-2@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: http-2
  dependency-version: 1.1.1
  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 ruby Pull requests that update Ruby code labels Apr 16, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependency bump.

@github-actions github-actions bot merged commit a82964b into main Apr 16, 2025
9 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/http2/ruby-http2/http-2-1.1.1 branch April 16, 2025 13:01
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants