Skip to content

chore(deps): bump h2 from 0.4.14 to 0.4.19 - #649

Merged
bearice merged 1 commit into
masterfrom
dependabot/cargo/h2-0.4.19
Aug 30, 2026
Merged

chore(deps): bump h2 from 0.4.14 to 0.4.19#649
bearice merged 1 commit into
masterfrom
dependabot/cargo/h2-0.4.19

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps h2 from 0.4.14 to 0.4.19.

Release notes

Sourced from h2's releases.

v0.4.19

What's Changed

Full Changelog: hyperium/h2@v0.4.18...v0.4.19

v0.4.18

What's Changed

New Contributors

Full Changelog: hyperium/h2@v0.4.17...v0.4.18

v0.4.17

What's Changed

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

v0.4.16

What's Changed

New Contributors

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

v0.4.15

What's Changed

... (truncated)

Changelog

Sourced from h2's changelog.

0.4.19 (August 24, 2026)

  • Improve default (auto) small DATA frame budget based on configured connection window.

0.4.18 (August 20, 2026)

  • Add data_frame_budget(n) methods to client and server builders.

0.4.17 (August 19, 2026)

  • Fix limiting of excessive small DATA frames to ignore EOS frames.
  • Fix HPACK encoding table to cap the max size to 4kb.

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

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.19.
- [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.19)

---
updated-dependencies:
- dependency-name: h2
  dependency-version: 0.4.19
  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 27, 2026
@bearice
bearice merged commit d92d722 into master Aug 30, 2026
5 of 6 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/h2-0.4.19 branch August 30, 2026 10:54
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.

1 participant