v0.9.10
This release is the workspace modernization and release-hardening cut.
Highlights
Section titled “Highlights”- Upgraded the workspace to Rust 2024.
- Standardized the test story on
cargo nextest run. - Centralized shared dependency versions in the workspace manifest.
- Tightened One CLI ergonomics, including subject-id naming for connection permissions.
- Refreshed the command-surface documentation and supporting smoke coverage.
Validation
Section titled “Validation”cargo check --workspacecargo clippy --workspace --all-targets -- -D warningscargo nextest run --workspace --locked
- The workspace still has intentionally partial One API families. The backend inventory now calls those out explicitly so future releases can land them incrementally.
- The live One smoke suite remains the strongest proof of public surface reachability.