agents@0.11.1
cloudflare/agentsagents@0.11.1Apr 16, 2026by github-actions[bot]
AI Summary
This patch release adds a new `sendEmail()` method to the Agent class for sending outbound email via Cloudflare Email Service, along with general dependency updates.
Key Highlights
- New `sendEmail()` method added to the Agent class for outbound email via Cloudflare Email Service
- Method accepts `send_email` binding passed explicitly as a parameter
- Automatically injects agent routing headers
- Supports optional HMAC signing for secure reply routing
- Dependency updates included in this release
New Features
- Added `sendEmail()` method to the Agent class for sending outbound email via Cloudflare Email Service
- Explicit binding support via `this.sendEmail({ binding: this.env.EMAIL, ... })`
- Automatic injection of agent routing headers
- Optional HMAC signing for secure reply routing
Full Release Notes
### Patch Changes
- [#1279](https://github.com/cloudflare/agents/pull/1279) [`eae6a30`](https://github.com/cloudflare/agents/commit/eae6a30d8b047db2afd1564eb5615a5ed5e6e2a2) Thanks [@whoiskatrin](https://github.com/whoiskatrin)! - Add `sendEmail()` method to the Agent class for sending outbound email via Cloudflare Email Service. Pass your `send_email` binding explicitly as `this.sendEmail({ binding: this.env.EMAIL, ... })`. Automatically injects agent routing headers and supports optional HMAC signing for secure reply routing.
- [`dccc747`](https://github.com/cloudflare/agents/commit/dccc7475279f5a46afa4edcfd3093dea45cb0df0) Thanks [@threepointone](https://github.com/threepointone)! - Update dependencies