Change8

Migrating to Drizzle ORM v1.0.0-beta.22

Complete guide for upgrading to Drizzle ORM v1.0.0-beta.22.

Released: 4/16/2026

0
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

drizzle-kit generatedrizzle-kit migrateMigrateProgress

Migration Steps

  1. 1
    If you rely on mssql or @types/mssql, ensure they are installed as explicit dependencies, as they are now marked as optional peer dependencies.

Release Summary

This release focuses heavily on bug fixes, particularly around drizzle-kit generation, migration failures across various databases (Windows, Cloudflare D1, MSSQL), and improved commutativity checks for schema changes.

Need More Details?

View the full release notes and all changes for Drizzle ORM v1.0.0-beta.22.

View Full Changelog