Skip to content

v0.9.13

This release adds two Alteryx One read/usability surfaces uncovered during the API surface audit.

  • flows permissions-get --flow-id <ID>: new read command for GET /v4/flows/{id}/permissions. The endpoint returns 403 under the current PAT scope, so the command surfaces a clean permission_denied error rather than a missing-command error. The existing flows permissions (POST, for setting permissions) is unchanged.
  • job-groups list: now synthesizes a display name when the API returns a null name. Flow-run job-groups get a flow-{flowId} label (falling back to job-{id}), so the text output is intelligible instead of a column of nulls.
  • cargo fmt --all
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo nextest run --workspace --locked