Skip to content

Bump quiche from 0.26.1 to 0.28.0 in /service#207

Merged
t895 merged 1 commit intoa-couple-updatesfrom
dependabot/cargo/service/quiche-0.28.0
Apr 7, 2026
Merged

Bump quiche from 0.26.1 to 0.28.0 in /service#207
t895 merged 1 commit intoa-couple-updatesfrom
dependabot/cargo/service/quiche-0.28.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2026

Bumps quiche from 0.26.1 to 0.28.0.

Release notes

Sourced from quiche's releases.

🗓️ 0.23.0 / 0.23.1

⚠️ The 0.23.0 release has been yanked due to a broken dependency on the qlog crate and should not be used.

Breaking Changes:

  • The has_body field of the Headers event variant has been renamed to more_frames. It is also no longer possible to call send_response() (and related methods) multiple times, the new send_additional_headers() method should be used instead (see below).

Highlights:

  • Added proper support for sending additional headers after the initial request/response headers, via the new send_additional_headers(). Various HTTP/3 state transitions have also been tightened to ensure correct behaviour.
  • Added support for configuring the idle timeout per connection (rather than "globally" at the Config level) via the new Connection::set_max_idle_timeout() method.
  • Added dgram_recv and dgram_sent fields to the Stats structure tracking the number of received and sent DATAGRAM frames.
  • Added support for tracking and exposing "unknown" transport parameters received. This can optionally be enabled using the Config::enable_track_unknown_transport_parameters() option.
  • Many more bug fixes and performance improvements.

Full changelog at cloudflare/quiche@0.22.0...0.23.1

Commits
  • a9cb314 quiche: release 0.28.0
  • 7887902 qlog: release 0.17.0
  • f384daf tokio-quiche: release 0.17.0
  • 4f03a91 quiche: release 0.27.0
  • 1cb3319 datagram-socket: release 0.8.0
  • c795af0 Remove debug_assert that checks that stream is still active when STOP_SENDING...
  • 8ba5c04 fix: qlog ack range serialization / deser (#2426)
  • 8485903 qlog: fixup Http3Frame alignment to draft-ietf-quic-qlog-h3-events-12
  • a4cb70f qlog::Event struct size
  • 816911b qlog QuicFrame size reduction
  • 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 [quiche](https://github.com/cloudflare/quiche) from 0.26.1 to 0.28.0.
- [Release notes](https://github.com/cloudflare/quiche/releases)
- [Commits](cloudflare/quiche@0.26.1...0.28.0)

---
updated-dependencies:
- dependency-name: quiche
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 4, 2026
@t895 t895 merged commit 221353f into a-couple-updates Apr 7, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/service/quiche-0.28.0 branch April 7, 2026 02:13
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