github cloudflare/workers-sdk @cloudflare/vite-plugin@1.36.0

4 hours ago

Minor Changes

  • #13810 2b8c0cc Thanks @jamesopstad! - Stabilize the secrets configuration property

    The secrets property in the Wrangler config file is no longer experimental and will no longer emit an experimental warning when used. Required secrets are validated during local development and deploy, and used as the source of truth for type generation.

    {
      "secrets": {
        "required": ["API_KEY", "DB_PASSWORD"]
      }
    }

Patch Changes

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.