@cloudflare/voice@0.1.3

cloudflare/agents@cloudflare/voice@0.1.3Apr 28, 2026by github-actions[bot]

AI Summary

This is a patch release that updates the peer dependency requirement for the `agents` package. The minimum version has been tightened from `>=0.9.0` to `>=0.11.7` to reflect the actual versions tested against this release. No runtime changes occur in `@cloudflare/voice` itself.

Key Highlights

  • Tightened `agents` peer dependency floor from `>=0.9.0` to `>=0.11.7`
  • Upper bound (`<1.0.0`) remains unchanged
  • No runtime changes in `@cloudflare/voice` itself
  • Pairing with stale `agents` (<0.11.7) now produces a peer dependency warning
  • Change reflects actual monorepo versions tested against this release

Full Release Notes

### Patch Changes

-   [`ca510d4`](https://github.com/cloudflare/agents/commit/ca510d4fecbecb07d0d3cdad7d78c32cc226275e) Thanks [@threepointone](https://github.com/threepointone)! - Tighten the `agents` peer dependency floor from `>=0.9.0` to `>=0.11.7` to reflect the current monorepo set we actually test against. Upper bound (`<1.0.0`) is unchanged.

    No runtime change in `@cloudflare/voice` itself. The visible effect for consumers: pairing the latest `@cloudflare/voice` with a stale `agents` (`<0.11.7`) now produces a peer warning where it previously did not. That's the intended signal — `agents` versions older than 0.11.7 are no longer tested against this `@cloudflare/voice`.