Skip to content

v0.9.10

This release is the workspace modernization and release-hardening cut.

  • 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.
  • cargo check --workspace
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo 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.