what stackpulse tracks
Drizzle ORM releases from GitHub
StackPulse watches Drizzle ORM release notes and keeps the original source link close to every summary.
TypeScript ORM for SQL databases StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Drizzle ORM release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release focuses on bug fixes, type improvements, and driver updates. Key changes include fixes for `View` types, `Subquery` codecs, and `sqlite` query errors, along with the addition of new driver support and improvements to the codec system.
Users of `sqlite`, `pg`, and `mysql` drivers, as well as those relying on RQBv1 or specific query methods, may need to update their code.
Review breaking changes and update dependencies to `effect` package version `4.0.0-beta.83`.
This release focuses on MySQL dialect improvements, including internal refactoring, query preparation unification, and compatibility enhancements for drivers without streaming support.
Users relying on RQBv1 in the MySQL dialect will need to migrate to RQBv2.
Update code to use RQBv2 for MySQL dialect queries.
This release introduces significant improvements to codec handling, migration conflict detection for SQLite, and enhanced error handling. It also includes updates to PostgreSQL transactions and AWS Data API codecs.
This release introduces JIT mappers for improved performance, a reworked casing API, and native support for Effect v4. It also includes significant internal optimizations and a new Netlify Database driver.
This release focuses on fixing several critical bugs across different database adapters and improving migration commutativity checks. Notable fixes include Windows migration generation issues, MSSQL precision problems, and Cloudflare D1 migration failures.
This release focuses on improving the drizzle-kit migration process, particularly around handling PostgreSQL enums. It fixes commutativity checks and improves enum value merging.