Change8

@cloudflare/vitest-pool-workers@0.19.0

📦 cloudflare-workersView on GitHub →
1 features🐛 1 fixes🔧 2 symbols

Summary

This release introduces a new `verbose` option for `cloudflareTest()` and `cloudflarePool()` to control runtime logs and fixes an issue with ignoring specific workerd TLS exception logs during external fetch calls.

✨ New Features

  • Add a `verbose` option to `cloudflareTest()` and `cloudflarePool()` configuration. Set `verbose: false` to suppress verbose workerd runtime logs, such as caught Durable Object RPC errors. The option defaults to `true` to preserve existing output.

🐛 Bug Fixes

  • Ignore workerd's `disconnected: peer disconnected without gracefully ending TLS session` exception logs when tests make real `fetch()` calls to external TLS endpoints, as these are routine and do not indicate a failed request.

Affected Symbols