Skip to content

chore(deps): bump http-2 from 1.2.1 to 1.2.2 in /http2/ruby-http2 - #414

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/http2/ruby-http2/http-2-1.2.2
Open

chore(deps): bump http-2 from 1.2.1 to 1.2.2 in /http2/ruby-http2#414
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/http2/ruby-http2/http-2-1.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps http-2 from 1.2.1 to 1.2.2.

Changelog

Sourced from http-2's changelog.

1.2.2

Bugfixes

  • allow completion of streams lower than last stream id after receiving a GOAWAY frame for stream 0 (connection), in conformance with RFC 9113 Section 6.8.
    • in the process, a new connection state, :closing, has been introduced, to identify connections which do not accept new streams BUT allow existing streams to be processed to completion, and will also process control-flow frames to aid in the process. A note that the public API HTTP2::Connection#closed? will also return true for that new state (besides :closed).
  • local and remote SETTINGS_MAX_CONCURRENT_STREAMS setting is now enforced correctly, i.e. the client should not allow the creation of new streams based on the remote setting, whereas the local setting will be applied by the server side when activating a stream.
Commits
  • ac8d590 added missing entry to changelog
  • 14b2cd6 bump version to 1.2.2
  • c4a5728 fix coverage error
  • eef9286 fix: enforce local or remote max concurrent streams accordingly
  • 41c18b7 remove minimum coverage for now
  • 824193e fix repo pointer
  • 578732b support simplecov v1
  • 86eddf1 Merge pull request #193 from const86/goaway-draining
  • 74d37cd Document the two-step shutdown; drop a stale RFC 7540 priority quote
  • 5e7b6a8 Address review: scope PRIORITY skip to a closed connection, consolidate specs
  • 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 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.2.1 to 1.2.2.
- [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.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: http-2
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 31, 2026
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