Skip to content

chore(deps): bump h2 from 0.4.14 to 0.4.16 - #646

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/h2-0.4.16
Open

chore(deps): bump h2 from 0.4.14 to 0.4.16#646
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/h2-0.4.16

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps h2 from 0.4.14 to 0.4.16.

Release notes

Sourced from h2's releases.

v0.4.16

What's Changed

New Contributors

Full Changelog: hyperium/h2@v0.4.15...v0.4.16

v0.4.15

What's Changed

New Contributors

Full Changelog: hyperium/h2@v0.4.14...v0.4.15

Changelog

Sourced from h2's changelog.

0.4.16 (August 17, 2026)

  • Fix limiting excessive amount of small DATA frames.
  • Fix double counting pushed streams when receiving 1xx responses.
  • Fix releasing of flow control capacity earlier, when RecvStream is dropped.
  • Fix missed wakeup in poll_trailers.
  • Fix extra memory retained when copying HeaderValues.
  • Fix resets received after END_OF_STREAM to allow the data to still be received.
  • Fix busy-looping when IO write returns 0 to mean connection closed.
  • Optimize HPACK decoding tables from 4-bit states to 1-byte states.
  • Optimize IO writing contention by not holding lock while flushing.

0.4.15 (June 15, 2026)

  • Fix closing a connection when header size is "way too large" (currently x4 configured limit).
  • Fix overflow calculating padding length if a DATA frame had 255 bytes of padding.
  • Fix ignoring library-initiated resets in the connection state loop.
  • Fix decoding panic with an absurd amount of headers and no limit to now use try_append().
  • Fix rejecting frames on streams whose HEADERS have not been sent.
  • Fix poll_capacity() to not return Some(Ok(0)).
  • Fix discarding of buffered DATA frames when a reset is scheduled.
Commits
  • b84b96c v0.4.16
  • 3a241be fix: prevent double counting pushed streams after 1xx responses (#936)
  • 193833e fix: limit excessive amount of small DATA frames (#935)
  • c9d619c fix: Release flow control capacity when RecvStream is dropped (#930)
  • 4549c4f fix: Missed wakeup in poll_trailers (#931)
  • 8fea6b2 refactor: Update deprecated numeric constants (#932)
  • 27b730e perf: reuse HPACK encode buffer across frames (#929)
  • c2d3fb6 perf: avoid flushing h2 socket while holding stream locks (#918)
  • e8da527 perf: optimize HPACK decoding with 8-bit tables
  • ec5abb8 perf: add HPACK decoding benchmarks
  • 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 [h2](https://github.com/hyperium/h2) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.14...v0.4.16)

---
updated-dependencies:
- dependency-name: h2
  dependency-version: 0.4.16
  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 rust Pull requests that update rust code labels Aug 20, 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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants