C

Cloudflare Workers Changelog

C

Workers - 2025-05-27

Historically, in some cases, the same instance of ctx would be passed to multiple invocations of the event handler. We now always pass a new object for each event. We made this change retroactive to all compatibility dates because we suspect it fixes security bugs in some workers and does not break any worker. However, the old behavior can be restored using the compat flag nonclass_entrypoint_reus…

C

Workers - 2025-02-28

Updated v8 to version 13.4. When using nodejs_compat, the new nodejs_compat_populate_process_env compatibility flag will cause process.env to be automatically populated with text bindings configured for the worker.

C

Workers - 2025-02-26

Workers Builds now supports building projects that use pnpm 10 as the package manager. If your build previously failed due to this unsupported version, retry your build. No config changes needed.

C

Workers - 2025-02-13

Smart Placement no longer runs Workers in the same location as D1 databases they are bound to. The same placement logic now applies to all Workers that use Smart Placement, regardless of whether they use D1 bindings.