|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [2.11.0] - 2026-03-03 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +#### Workflows |
| 8 | +- `render workflows list` interactive palette for browsing and managing workflows |
| 9 | +- Support for named-parameter (object) input for task runs (Python workflows only) |
| 10 | + |
| 11 | +#### Early Access |
| 12 | +- `render ea objects delete` supports deleting multiple objects |
| 13 | + |
| 14 | +### Changed |
| 15 | + |
| 16 | +#### General |
| 17 | +- Skip auth and workspace selection prompts for `--local` commands |
| 18 | + |
| 19 | +#### Workflows |
| 20 | +- **Breaking:** Promoted workflows commands from `render ea` to `render workflows` |
| 21 | +- **Breaking:** Moved `taskruns start` to `tasks start` |
| 22 | +- **Breaking:** Renamed `taskruns` command to `runs` |
| 23 | +- Moved local development `dev` command from `workflows tasks` to `workflows` |
| 24 | +- Skip version selection step in interactive task navigation (use most recent version) |
| 25 | +- Use compact tables for workflows task and task run lists |
| 26 | +- Improved `tasks dev` startup output |
| 27 | + |
| 28 | +### Fixed |
| 29 | + |
| 30 | +#### General |
| 31 | +- Show loading spinner in content pane only, keeping header and footer visible |
| 32 | + |
| 33 | +#### Workflows |
| 34 | +- Fixed `--wait` on `versions release` to poll until completion |
| 35 | +- Fixed `tasks dev` hang when start command is invalid or crashes |
| 36 | +- Fixed local task run input display and interactive mode bugs |
| 37 | +- Fixed local `taskruns list` when no task id specified or id is a slug |
| 38 | +- Fixed local dev server generating UUIDs instead of XIDs for task IDs |
| 39 | +- Fixed local dev server logs endpoint returning incorrect response format |
| 40 | +- Fixed referencing local dev server tasks by slug only |
| 41 | +- Fixed malformed format string in `taskruns show -o text` |
| 42 | +- Fixed "service id" error typo when validating TaskRunInput |
| 43 | +- Fixed missing parent and root task ids in local task runs |
| 44 | +- Fixed local dev server returning task runs with `attempts: null` |
| 45 | +- Fixed error message when starting a task run for a nonexistent task in local dev |
0 commit comments