Skip to content

chore(deps): bump qlog from 0.13.0 to 0.16.0 - #7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/qlog-0.16.0
Closed

chore(deps): bump qlog from 0.13.0 to 0.16.0#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/qlog-0.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Copy link
Copy Markdown
Contributor

Bumps qlog from 0.13.0 to 0.16.0.

Release notes

Sourced from qlog's releases.

🚑 0.16.0

Highlights:

  • Added Config::enable_pacing() to control whether pacing should be enabled.
  • A few bug fixes (some for issues introduced in the previous release).

Full changelog at cloudflare/quiche@0.15.0...0.16.0

⏱️ 0.15.0

Breaking Changes:

  • Due to the changes needed to support connection migration, many APIs now require an additional SocketAddr parameter, including accept(), connect(), RecvInfo, SendInfo.

Highlights:

  • Added support for connection migration.
  • Added support for the HTTP/3 PRIORITY_UPDATE frame (see h3::Connection::send_priority_update_for_request()`).
  • Added support for the BBR congestion control algorithm (note: this requires application to also support pacing).
  • Many more bug fixes and performance improvements.

Full changelog at cloudflare/quiche@0.14.0...0.15.0

📌 0.14.0

Breaking Changes:

  • The Connection structure doesn't need to be pinned anymore, so the accept() and connect() functions now return a plain Connection rather than wrap it in Box<Pin<...>>.

Highlights:

  • Fixed a potential crash that can be triggered by a stream being stopped.
  • Fixed UB caused by mutable Connection references being aliased when executing BoringSSL callbacks.
  • Added HTTP/3 events to qlog.

Full changelog at cloudflare/quiche@0.13.0...0.14.0

Commits
  • 839a3e9 qlog: release 0.16.0
  • 0be9374 tokio-quiche: Add test for active connection migration
  • 444fb3e tokio-quiche: Refresh connection IDs in IoWorker::work_loop
  • a358740 tokio-quiche: Remove socket_cookie from API
  • 5b3b005 tokio-quiche: Remove separate tq-internal connection ID
  • cf5eb0e tokio-quiche: Distinguish retry_scid from "real" SCID
  • cd78c74 quiche: Add accept_with_retry connection constructor
  • 42104f8 tests: reduce testing for aliased CC algo names (#2330)
  • 2736841 misc: Track spawn caller for accurate callsite location (#2336)
  • b97af1e Improve clarity of StartupExitReason by introducing a new enum field for HySt...
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Mar 4, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps

greptile-apps Bot commented Mar 4, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@github-actions

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

Benchmark Results

Performance Comparison

Benchmark Baseline Current Change Status

Summary

Configuration

  • Regression threshold: >10% slower
  • Improvement threshold: >10% faster
  • Measurements: Mean execution time

@dependabot
dependabot Bot force-pushed the dependabot/cargo/qlog-0.16.0 branch from 0cfa69f to d312f11 Compare March 13, 2026 22:39
Bumps [qlog](https://github.com/cloudflare/quiche) from 0.13.0 to 0.16.0.
- [Release notes](https://github.com/cloudflare/quiche/releases)
- [Commits](cloudflare/quiche@qlog-0.13.0...qlog-0.16.0)

---
updated-dependencies:
- dependency-name: qlog
  dependency-version: 0.16.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/qlog-0.16.0 branch from d312f11 to 41f2a94 Compare March 29, 2026 14:38
@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #70.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/qlog-0.16.0 branch April 27, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants