agents@0.13.1
cloudflare/agentsagents@0.13.1May 20, 2026by github-actions[bot]
AI Summary
This is a patch release (0.13.1) that adds managed fiber jobs functionality to the Cloudflare Agents library. The update introduces several job management capabilities including idempotent acceptance, optional completion waiting, inspection, cancellation, explicit recovery outcomes, and retained terminal status records.
Key Highlights
- Added managed fiber jobs with idempotent acceptance
- Introduced optional completion waiting for jobs
- Added job inspection capabilities
- Enabled job cancellation functionality
- Implemented explicit recovery outcomes and retained terminal status records
New Features
- Managed fiber jobs with idempotent acceptance
- Optional completion waiting for job execution
- Job inspection capabilities
- Job cancellation support
- Explicit recovery outcomes
- Retained terminal status records
Full Release Notes
### Patch Changes - [#1563](https://github.com/cloudflare/agents/pull/1563) [`32cde40`](https://github.com/cloudflare/agents/commit/32cde406b3ab022ec83707863c42f22c741527d8) Thanks [@threepointone](https://github.com/threepointone)! - Add managed fiber jobs with idempotent acceptance, optional completion waiting, inspection, cancellation, explicit recovery outcomes, and retained terminal status records.