Change8

create-cloudflare@2.67.0

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

Summary

This release upgrades the OpenAPI worker template dependencies to chanfana v3.3 and Zod v4, introducing template improvements and fixing scaffolding issues. Dependency updates across related tools like create-vite and create-analog were also performed.

Migration Steps

  1. If using the OpenAPI worker template, replace removed chanfana parameter helpers (`Str`, `Bool`, `Num`, `DateTime`) with native Zod v4 equivalents.

✨ New Features

  • OpenAPI worker template upgraded to use chanfana v3.3 and Zod v4.
  • Added best practices documentation links to generated AGENTS.md for AI coding agents.

🐛 Bug Fixes

  • Fixed response schemas in OpenAPI template to match actual handler return values.
  • OpenAPI template now uses `NotFoundException` for 404 responses instead of raw `Response.json()`.
  • OpenAPI template now uses HTTP 201 status for the create endpoint.
  • Enabled full `strict` mode in tsconfig for OpenAPI template.
  • Fixed Vue project scaffolding failing when `javascript` is selected.

Affected Symbols