#latest updates to Workers?

2 messages · Page 1 of 1 (latest)

wise edge
#

I'm having a hard time to find info about what was added to Workers over the past year. Seems like Pages & Workers merged? Because all of the sudden the default template includes a public/index.html file without an import from the index.js.

Bad thing is most AI code builders still have the old workers tech; maybe if you make breaking changes you should just rename the project instead of confusing everyone?

Cloudflare Docs
CLI

Set up and deploy your first Worker with Wrangler, the Cloudflare Developer Platform CLI.

dusty hemlock
# wise edge I'm having a hard time to find info about what was added to Workers over the pas...

There's a change log which includes some of the stuff at https://developers.cloudflare.com/workers/platform/changelog/ + blog posts and wrangler releases, depends exactly on what you're looking for

They've been working on adding all the missing features to Workers including static assets, but Pages and Workers are still seperate for now. No breaking changes or anything that would render old code incompatiable

Cloudflare Docs

Review recent changes to Cloudflare Workers.