Change8

wrangler@4.61.1

📦 cloudflare-workersView on GitHub →
🐛 2 fixes🔧 4 symbols

Summary

This patch release fixes an issue with Durable Object migration warnings and improves local D1 command usability, alongside updating internal dependencies and sanitizing telemetry data.

Migration Steps

  1. If you rely on the warning message for Durable Object migrations, update your configuration to use 'new_sqlite_classes' instead of 'new_classes' in your migrations section.

🐛 Bug Fixes

  • Fixed Durable Object missing migrations warning message to recommend 'new_sqlite_classes' instead of 'new_classes'.
  • Allowed `d1 execute`, `d1 export`, and `d1 migrations` commands to work locally without requiring 'database_id' in the configuration file.

Affected Symbols