Skip to content

chore: prepare dquic v0.7.0-beta.1#723

Merged
eareimu merged 2 commits into
mainfrom
dev/v0.7.0-beta.1
Jul 2, 2026
Merged

chore: prepare dquic v0.7.0-beta.1#723
eareimu merged 2 commits into
mainfrom
dev/v0.7.0-beta.1

Conversation

@eareimu

@eareimu eareimu commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Prepare the dquic beta release line for v0.7.0-beta.1.

Changed crates:

  • qresolve 0.7.0-beta.1
  • qtraversal 0.7.0-beta.1
  • qconnection 0.7.0-beta.1
  • dquic 0.7.0-beta.1

qtraversal and qconnection follow this beta line because their published dependency contract includes qresolve.

Unchanged crates remain on their existing versions, including qmacro, qbase, qevent, qinterface, qprotocol, qdatagram, qcongestion, qrecovery, qudp, and h3-shim.

Release surfaces

  • crates.io: qresolve, qtraversal, qconnection, dquic
  • GitHub tag/release after merge: v0.7.0-beta.1
  • Initial/incremental status: incremental prerelease updates for existing crates

Verification

  • cargo +nightly fmt --all -- --check
  • cargo +nightly clippy --all-targets --all-features -- -Dwarnings
  • cargo test --workspace
  • cargo +1.91.1 semver-checks -p qresolve --baseline-version 0.6.0 --release-type major
  • cargo +1.91.1 semver-checks -p qtraversal --baseline-version 0.6.0 --release-type major
  • cargo +1.91.1 semver-checks -p qconnection --baseline-version 0.6.0 --release-type major
  • cargo +1.91.1 semver-checks -p dquic --baseline-version 0.6.0 --release-type major
  • cargo publish --dry-run --locked -p qresolve -p qtraversal -p qconnection -p dquic

Downstream waits

Downstream beta PRs should wait for these crates to be published and visible on crates.io before final registry-converged merge/tag gates.

@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
qresolve/src/lib.rs 66.66% <100.00%> (+17.68%) ⬆️

... and 8 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.

@metah3m
metah3m self-requested a review July 2, 2026 06:39
@eareimu
eareimu merged commit 20253cb into main Jul 2, 2026
19 checks passed
@huster-zhangpeng
huster-zhangpeng deleted the dev/v0.7.0-beta.1 branch July 16, 2026 07:54
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