Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update worker-request-handlers to support Cloudflare Workers SDK v2 interfaces #48

Open
jesselathamdev opened this issue Feb 28, 2023 · 0 comments

Comments

@jesselathamdev
Copy link

jesselathamdev commented Feb 28, 2023

During build processes in CI we're beginning to see more and more deprecation notices indicating we need to start shifting to the newest release of Cloudflare Wrangler which is at v2.

Currently our package is keyed to using v1.x Cloudflare Wrangler which is now been deemed as Legacy by the package maintainers and is no longer receiving updates. See https://github.com/cloudflare/wrangler-legacy

The newest Cloudflare Wranger effort has been moved to https://github.com/cloudflare/workers-sdk and incorporated into a larger SDK repo.

Also to consider, how do any changes which are chased down here impact Miniflare for local development?

@jesselathamdev jesselathamdev changed the title Update worker-request-handlers to support v2 Cloudflare Workers interface Update worker-request-handlers to support Cloudflare Wranger v2 interfaces Feb 28, 2023
@jesselathamdev jesselathamdev changed the title Update worker-request-handlers to support Cloudflare Wranger v2 interfaces Update worker-request-handlers to support Cloudflare Workers SDK v2 interfaces Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant