Change8

wrangler@4.67.0

📦 cloudflare-workersView on GitHub →
5 features🐛 3 fixes🔧 5 symbols

Summary

This release enhances the developer experience for data pipelines with interactive setup and schema-based type generation. It also fixes several bugs related to local development environment propagation and Queue delay limits.

✨ New Features

  • The `wrangler pipelines setup` command now includes validation retry loops, allowing users to correct pipeline names, bucket names, and field names without restarting the entire setup flow.
  • Added a "simple" mode for sink configuration in `wrangler pipelines setup` that uses sensible defaults.
  • Automatic bucket creation is now performed during `wrangler pipelines setup` if buckets do not exist.
  • Automatic Data Catalog enablement is now performed during `wrangler pipelines setup` if it is not already active.
  • Pipeline bindings now generate TypeScript types based on the stream's schema definition when running `wrangler types`, providing autocomplete and type checking for data sent to pipelines.

🐛 Bug Fixes

  • Fixed an issue where the `--env` flag was not passed to auxiliary workers when running `wrangler dev` in multi-worker mode, ensuring environment-specific configurations (like queue bindings) are applied correctly.
  • The maximum allowed delivery and retry delays for Queues is now enforced at 24 hours.
  • Stopped redacting email and account names in the output of `wrangler whoami` when run in non-interactive mode, improving usability for automated tools.

Affected Symbols