Cloudflare Docs
Workers
View RSS feed
Edit this page on GitHub
Set theme to dark (⇧+D)

Wrangler Changelog

​​ 2024-04-01

​​ 3.42.0

​​ 2024-03-29

​​ 3.41.0

​​ 3.40.0

​​ 2024-03-27

​​ 3.39.0

​​ 2024-03-26

​​ 3.38.0

​​ 2024-03-22

​​ 3.37.0

​​ 2024-03-21

​​ 2.21.1

  • #5337 35660e27 Thanks @RamIdeas! - fix: Ignore OPTIONS requests in Wrangler’s oauth server

    In Chrome v123, the auth requests from the browser back to wrangler now first include a CORS OPTIONS preflight request before the expected GET request. Wrangler was able to successfully complete the login with the first (OPTIONS) request, and therefore upon the second (GET) request, errored because the token exchange had already occured and could not be repeated.

    Wrangler now stops processing the OPTIONS request before completing the token exchange and only proceeds on the expected GET request.

    If you see a ErrorInvalidGrant in a previous wrangler version when running wrangler login, please try upgrading to this version or later.

​​ 2024-03-20

​​ 3.36.0

​​ 2024-03-19

​​ 3.35.0