drizzle-kit@0.30.6

drizzle-team/drizzle-ormdrizzle-kit@0.30.6Mar 27, 2025by github-actions[bot]

AI Summary

This release fixes critical issues with Cloudflare D1 push functionality. Two significant bugs were resolved: local D1 push not working at all, and authentication errors (SQLITE_AUTH error 7500) when pushing to Cloudflare D1.

Key Highlights

  • Fixed local D1 push not working (Issue #4099)
  • Fixed Cloudflare D1 push authentication error 7500 (SQLITE_AUTH) (Issue #3728)
  • Both bugs were reported and fixed with contributions from @mabels and @RomanNabukhotnyi

Full Release Notes

### Bug fixes

- [[BUG]: d1 push locally is not working](https://github.com/drizzle-team/drizzle-orm/issues/4099) - thanks @mabels and @RomanNabukhotnyi
- [[BUG] Cloudflare D1: drizzle-kit push is not working (error 7500 SQLITE_AUTH)](https://github.com/drizzle-team/drizzle-orm/issues/3728) - thanks @mabels and @RomanNabukhotnyi