Skip to content

v0.9.9

This release tightens the Alteryx One cloud API surface and makes the live validation story much clearer.

  • Finished the One flows surface, including library, folder, permission, move, and replace-dataset leaves.
  • Expanded live smoke coverage across the One families we can validate safely in the current workspace.
  • Standardized the One inventory and command-surface docs so flow is no longer described as partial.
  • Hardened the release PATH setup so cargo resolves reliably in future shells.
  • cargo fmt --all
  • cargo check --workspace --tests
  • cargo nextest run --workspace
  • cargo nextest run -p ayx-rs --test one_live_smoke
  • ayx-one-api/tests/transport_smoke.rs remains skipped in this environment because the underlying httpmock harness hangs here.
  • The live One smoke suite is the canonical proof of reachability for the public API surface.