Change8

@cloudflare/vitest-pool-workers@0.16.0

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

Summary

This release stabilizes the 'secrets' configuration property and fixes an issue where self-referencing service bindings broke due to runner worker renaming during testing.

✨ New Features

  • The 'secrets' configuration property in Wrangler config is stabilized and no longer emits an experimental warning.
  • Required secrets defined in 'secrets' configuration are now validated during local development and deployment, and used as the source of truth for type generation.

🐛 Bug Fixes

  • Self-referencing service bindings (where a worker binds to itself) are now correctly rewritten to the miniflare 'kCurrentWorker' symbol before the runner worker is renamed by vitest-pool-workers, preventing broken references.

Affected Symbols