@cloudflare/workers-utils@0.19.0
📦 cloudflare-workersView on GitHub →
✨ 2 features🔧 1 symbols
Summary
This minor release stabilizes the `secrets` configuration property in Wrangler, enhancing validation during development and deployment.
Migration Steps
- If you were relying on the experimental warning for `secrets`, you can now remove any suppression logic related to that warning.
✨ New Features
- The `secrets` configuration property in the Wrangler config file is now stable 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.