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…