Skip to content

build(deps): bump quiche from 0.28.0 to 0.29.1 in /service#229

Merged
t895 merged 1 commit into
a-couple-updatesfrom
dependabot/cargo/service/quiche-0.29.0
May 31, 2026
Merged

build(deps): bump quiche from 0.28.0 to 0.29.1 in /service#229
t895 merged 1 commit into
a-couple-updatesfrom
dependabot/cargo/service/quiche-0.29.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps quiche from 0.28.0 to 0.29.1.

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
  • f0c7193 quiche: release 0.29.1
  • 2315431 Increase MAX_PTO_EXPONENT to 20 (#2498)
  • 7dd390a Only add to lost_frames on PTO if there is indication that previous added fra...
  • 1acc5ba h3: ignore priority updates for closed streams
  • cbc8173 h3: clear streams when send finishes before recv
  • 6cd1254 tokio-quiche: only close connection when H3Event receiver drops if no active ...
  • 89df47c fix nightly clippy warnings (#2488)
  • 46bfa4a Fix Bandwidth calculation overflow in Bandwidth::to_bytes_per_period and Band...
  • 2ff003f tls: avoid mem::forget for borrowed handshakes (#2489)
  • 9c563d8 Cargo: define additional lints at workspace level
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 16, 2026
@dependabot dependabot Bot changed the title build(deps): bump quiche from 0.28.0 to 0.29.0 in /service build(deps): bump quiche from 0.28.0 to 0.29.1 in /service May 31, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/service/quiche-0.29.0 branch from d179796 to e1d75e6 Compare May 31, 2026 13:41
Bumps [quiche](https://github.com/cloudflare/quiche) from 0.28.0 to 0.29.1.
- [Release notes](https://github.com/cloudflare/quiche/releases)
- [Commits](cloudflare/quiche@0.28.0...0.29.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/service/quiche-0.29.0 branch from e1d75e6 to 68c8f1d Compare May 31, 2026 13:43
@t895 t895 merged commit b97ebfc into a-couple-updates May 31, 2026
1 check passed
@t895 t895 deleted the dependabot/cargo/service/quiche-0.29.0 branch May 31, 2026 13:43
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