This release includes 6 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryDependency stack modernized and CI unblocked by bringing code into conformance with the current nightly Rust toolchain.
Full changelog
v0.4.4 — Dependency modernization + CI unbreak
Why this release
v0.4.1, v0.4.2, and v0.4.3 had dist.yml failing on cargo fmt --check due to nightly rustfmt drift, so no prebuilt binaries shipped for those versions. This release (a) unbreaks CI by bringing the tree into conformance with the current nightly toolchain, and (b) modernizes the dependency stack.
Because GitHub Actions was throttled (dist.yml queued 30+ minutes), this release was cut locally via dsr-assisted cross-compilation. The GH Actions CI run has been cancelled; the binaries below are built from tag v0.4.4 (commit 869c240) with the same Rust 2024 nightly toolchain used in CI.
Dependency bumps (see UPGRADE_LOG.md for full trace)
/dp-developed libraries:
rich_rust0.2.0 → 0.2.1toon-rust0.1.3 →tru0.2.2 (package renamed upstream; API migration)
Third-party majors (API migration required):
sha20.10 → 0.11 (Arrayno longer implementsLowerHex)hmac0.12 → 0.13 (new_from_slicemoved toKeyInittrait)ast-grep-core/ast-grep-language0.40 → 0.42self_update0.42 → 0.44 (rustlsfeature no longer transitively enablesreqwest)rust-mcp-sdk0.8.3 → 0.9.0 (ToolInputSchema.propertiesis nowBTreeMap; newmessage_observerfield)
Semver-compatible via cargo update (~60 crates), including tokio 1.49 → 1.52, clap 4.5 → 4.6, toml 1.0 → 1.1, rustls 0.23.36 → 0.23.38.
Other fixes
cargo fmtdrift across the repo reconciled (unblocksdist.yml).- Clippy lints surfaced by newer nightly: collapsed two
if let Some(end)blocks into?operator inheredoc.rs; merged identical&&/||branches inpacks/mod.rs. - Regenerated
tests/pattern_audit.rsbacktracking manifest to track the recent flag-walker bypass-closing pack tightenings.
Assets
All five dist.yml matrix targets shipped. Verified architectures in each archive. No sigstore bundles this release (local release; sigstore keyless signing requires the GH Actions ambient OIDC). sha256 checksums provided.
Full test matrix
cargo test --all-targets: 2210 lib + 39 integration binaries → all green.
Breaking Changes
- `toon-rust` package renamed to `tru`; API migration required
- `sha2` 0.10 → 0.11 (`Array` no longer implements `LowerHex`) – requires code changes
- `hmac` 0.12 → 0.13 (`new_from_slice` moved to `KeyInit` trait) – requires code changes
- `ast-grep-core` / `ast-grep-language` upgraded from 0.40 to 0.42 – API migration may be needed
- `self_update` 0.42 → 0.44 (rustls feature no longer transitively enables reqwest) – potential build impact
- `rust-mcp-sdk` 0.8.3 → 0.9.0 (`ToolInputSchema.properties` now `BTreeMap`; new `message_observer` field) – API change
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Destructive Command Guard
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]