wrangler@4.56.0
📦 cloudflare-workersView on GitHub →
✨ 2 features🐛 3 fixes🔧 4 symbols
Summary
This release introduces new commands for managing R2 Data Catalog snapshot expiration and improves handling of FedRAMP container registry configuration. Bug fixes include better resolution of TypeScript path aliases for non-JS modules and improved open-next detection.
✨ New Features
- Added commands to manage automatic snapshot expiration for R2 Data Catalog tables: `wrangler r2 bucket catalog snapshot-expiration enable` and `wrangler r2 bucket catalog snapshot-expiration disable`.
- Wrangler now correctly sends a request to configure a registry for FedRAMP containers when they are being created in a FedRAMP high environment.
🐛 Bug Fixes
- Wrangler's module-collection plugin now correctly resolves imports of non-JavaScript files (like .graphql, .txt) using TypeScript path aliases defined in tsconfig.json.
- Improved open-next detection performed by `wrangler deploy` to eliminate false positives for projects that are not using open-next.
- Wrangler setup and deploy --x-autoconfig now explicitly error when attempting to auto-configure Hono projects, as this is not reliably supported.
🔧 Affected Symbols
wrangler r2 bucket catalog snapshot-expiration enablewrangler r2 bucket catalog snapshot-expiration disablewrangler setupwrangler deploy --x-autoconfig