Change8

wrangler@4.50.0

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

Summary

This release introduces Hyperdrive TLS proxy support for local development and updates dependencies. It also adds compatibility flags to enable native Node.js modules like `node:domain` and `node:wasi` when available.

Migration Steps

  1. If you rely on Node.js domain behavior and are using `wrangler dev`, set the `enable_nodejs_domain_module` compatibility flag to enable the native `node:domain` module.
  2. If you rely on Node.js WASI behavior and are using `wrangler dev`, set the `enable_nodejs_wasi_module` compatibility flag to enable the native `node:wasi` module.

✨ New Features

  • Implement Hyperdrive binding TLS miniflare proxy, allowing wrangler dev hyperdrive bindings to connect to external databases that require TLS.
  • Add `containers.unsafe` to allow internal users to use additional container features.

🐛 Bug Fixes

  • Fixes a bug that caused `wrangler deploy` to hang when deploying SvelteKit sites with experimental autoconfig.

🔧 Affected Symbols

containers.unsafewrangler deploy