0.35.2

drizzle-team/drizzle-orm0.35.2Oct 18, 2024by github-actions[bot]

AI Summary

This is a bug fix release addressing import issues across multiple environments after driver implementation updates, along with fixes for PgTransaction type errors and Cloudflare deployment failures. The release also includes approximately 240 new tests to verify ESM and CJS builds for all drivers.

Key Highlights

  • Fixed import issues in several environments after updating Drizzle driver implementation
  • Added ~240 tests to verify ESM and CJS builds for all drivers
  • Fixed Type Error in PgTransaction missing $client property (issue #3140)
  • Fixed critical build error when deploying on Cloudflare (issue #3137)

Full Release Notes

- Fix issues with importing in several environments after updating the Drizzle driver implementation

We've added approximately 240 tests to check the ESM and CJS builds for all the drivers we have. You can check them [here](https://github.com/drizzle-team/drizzle-orm/tree/main/integration-tests/js-tests/driver-init)

- Fixed [[BUG]: Type Error in PgTransaction Missing $client Property After Upgrading to drizzle-orm@0.35.1](https://github.com/drizzle-team/drizzle-orm/issues/3140)
- Fixed [[BUG]: New critical Build error drizzle 0.35.0 deploying on Cloudflare ](https://github.com/drizzle-team/drizzle-orm/issues/3137)