Release v0.2.3
Introduces progress updates for long running tasks.
CLI v0.2.3
Features
- View task progress updates using the inspect command's new
--updates
and--long-updates
flags. - Updated the CLI docs to highlight the latest inspect flags.
- Bumped version to v0.2.3
Plan Engine v0.2.3
Features
- Can accept task interim results as progress updates from coordinated tasks.
- Store task interim results in an orchestration's log.
- Created a new message payload type
task_interim_result
dedicated to processing progress updates. - Bumped version to v0.2.3
Documentation
- Updated the core features documentation with an explanation for task interim results .
SDKs v0.2.3
Features
- Push progress updates using the new push update feature.
Python SDK v0.2.2
Features
- Can now push progress updates for a task that is still processing.
- Updated all relevant docs to explain how to use the push update feature.
- Bumped and published latest Python versions.
Javascript SDK v0.2.2
Features
- Can now push progress updates for a task that is still processing.
- Updated all relevant docs to explain how to use the push update feature.
- Bumped and published latest Python versions.