Skip to content

chore: prepare dquic v0.6.0 release#722

Merged
eareimu merged 18 commits into
mainfrom
dev/v0.6.0
Jun 25, 2026
Merged

chore: prepare dquic v0.6.0 release#722
eareimu merged 18 commits into
mainfrom
dev/v0.6.0

Conversation

@eareimu

@eareimu eareimu commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • prepare the dquic 0.6.0 release line for transport/protocol crates
  • keep qmacro on 0.5.1 because its proc-macro API/code is unchanged

Validation

  • cargo test -p qbase -p qmacro
  • prior release-prep checks included dquic workspace tests/clippy and cargo-semver-checks for published library crates

Release notes

  • release tag planned as v0.6.0
  • h3-shim remains outside the approved release surface

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 76.04225% with 431 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
qtraversal/src/punch/puncher.rs 48.05% 200 Missing ⚠️
qinterface/src/component/local_endpoint.rs 79.94% 80 Missing ⚠️
qtraversal/src/nat/client.rs 0.00% 50 Missing ⚠️
qconnection/src/lib.rs 81.77% 37 Missing ⚠️
qconnection/src/space/data.rs 72.97% 10 Missing ⚠️
qconnection/src/path/burst.rs 83.33% 9 Missing ⚠️
qconnection/src/traversal.rs 79.06% 9 Missing ⚠️
dquic/src/client.rs 85.71% 7 Missing ⚠️
dquic/src/server.rs 86.27% 7 Missing ⚠️
qconnection/src/path/paths.rs 92.94% 6 Missing ⚠️
... and 6 more
Files with missing lines Coverage Δ
qconnection/src/builder.rs 97.45% <100.00%> (+0.13%) ⬆️
qconnection/src/path.rs 91.14% <100.00%> (-0.10%) ⬇️
qconnection/src/space/handshake.rs 76.64% <100.00%> (-12.37%) ⬇️
qconnection/src/space/initial.rs 87.21% <100.00%> (+2.41%) ⬆️
qconnection/src/termination.rs 86.27% <100.00%> (-9.91%) ⬇️
qinterface/src/component.rs 50.00% <ø> (ø)
dquic/src/common.rs 58.62% <83.33%> (+0.97%) ⬆️
qinterface/src/manager.rs 70.36% <85.71%> (+0.19%) ⬆️
qconnection/src/state.rs 94.28% <97.14%> (+1.42%) ⬆️
qbase/src/util/wakers.rs 91.17% <93.75%> (+2.08%) ⬆️
... and 12 more

... and 17 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@eareimu eareimu marked this pull request as ready for review June 25, 2026 16:26
eareimu added 18 commits June 26, 2026 00:32
Publish per-interface local endpoints as a unified LocalEndpointSet with RAII agent locations.

Route observed endpoint sets through the connection AddressBook and remove the old direct/STUN split tracking APIs.

Keep interface rebinding from reusing closed IO and avoid holding interface locks while notifying device subscribers.
Bump dquic release-surface crates to 0.6.0 while leaving h3-shim on 0.5.1.

Remove qconnection local endpoint compatibility APIs, pass Locations at
subscription sites, and keep application/draining close entry points internal to
the new API shape.
@eareimu eareimu merged commit f4946d5 into main Jun 25, 2026
16 checks passed
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.

2 participants