wrangler@4.90.0
📦 cloudflare-workersView on GitHub →
🐛 2 fixes⚡ 1 deprecations🔧 3 symbols
Summary
This release introduces a deprecation warning for the unused `delivery_delay` setting in queue producer bindings and fixes bugs related to account token authentication and Containers SSH configuration.
Migration Steps
- If using `delivery_delay` in `[[queues.producers]]`, migrate configuration to use the `wrangler queues update` command instead.
🐛 Bug Fixes
- Fixed an issue where `wrangler whoami` and account selection failed for Account API Tokens by correcting the API response code check for the `/memberships` fallback.
- Fixed Containers SSH configuration.
Affected Symbols
⚡ Deprecations
- The `delivery_delay` setting in `[[queues.producers]]` is deprecated and will be removed in a future version. Users should configure queue-level settings using `wrangler queues update` instead.