Block a user
set up a release build pipeline for new tags
Release packaging: prove a clean native Rust artifact with no CLR dependency
Implemented and verified in commit dceb394 (pushed to main).
Implementation:
- Added a fail-closed Rust artifact auditor covering the complete 16-package release/source inventory and all 10…
Release packaging: prove a clean native Rust artifact with no CLR dependency
Performance: benchmark against the pinned C# reference
Implemented and pushed in commit 738fe39.
Highlights:
- Added separate native Rust and pinned C# Release runners for 14 offline workloads covering UUID/math, five LLSD formats, packet codecs,…
Performance: benchmark against the pinned C# reference
Release: audit licenses, source provenance, and bundled assets
Release: audit licenses, source provenance, and bundled assets
Implemented and verified in commit b71386d (Audit release licenses and provenance).\n\nImplementation:\n- Added a native Rust provenance-report/provenance-audit gate with exclusive JSON evidence…
Release: audit public API compatibility and SemVer surface
Release: audit public API compatibility and SemVer surface
Implemented and reviewed in commit d08b59c, pushed to main.
Implementation:
- Added a deterministic native Rust API and SemVer audit with a checked 0.0.1 baseline, human-readable report, and…
Documentation: complete Rust API, migration guide, examples, and operations
Implemented in commit 5eb3f01 and pushed to main.
- Added the publishable Rust API and C# migration guide covering crate/features, naming and overloads, ownership/disposal, async cancellation,…
Documentation: complete Rust API, migration guide, examples, and operations
Hardening: concurrency, cancellation, leak, and soak audit
Hardening: concurrency, cancellation, leak, and soak audit
Implemented in commit 3db144d and pushed to main.
Implementation:
- Added the native Rust metacrate-concurrency-audit runner, reviewed thresholds, sanitized 16-cycle evidence, documentation, and…
Hardening: audit MSRV, dependencies, features, and supply chain