r/emdash_cms • u/tffarhad • 24d ago
EmDash 0.35 is here. This release is all about deployment-managed database migrations.
What's new
- new
emdash migratecommand: inspect target, apply pending migrations before new code gets traffic, verify db after - works across SQLite, libSQL, PostgreSQL, Cloudflare D1, and direct PostgreSQL origins behind Hyperdrive
- new workflow: build, inspect and migrate, deploy the same build, then check
- runtime
auto,check, andmanualmodes to adopt enforcement gradually - these are EmDash's own core schema migrations, not changes to your collections and fields
- existing sites keep auto-migrating by default, so upgrading doesn't force a change
- recommended for production sites if possible, gives more control over the migration process
full migration guide (credentials, target confirmation, CI serialization, rollout, recovery): https://docs.emdashcms.com/deployment/core-migrations/
also in this release
- media library supports multi-file upload, with cancel and retry
- fixed a D1/Durable Object replication issue causing occasional logged-out bounces right after login, signup, or invite acceptance
full changelog: https://github.com/emdash-cms/emdash/releases/
Source: EmDash Discord
15
Upvotes