0.32.2

drizzle-team/drizzle-orm0.32.2Aug 5, 2024by github-actions[bot]

AI Summary

This is a bug fix release that addresses type hints issues in AWS Data API for the Relational Query Builder (RQB), fixes a MySQL set transactions bug, adds forwarding dependencies to useLiveQuery, and exports additional SQLite types.

Key Highlights

  • Fixed AWS Data API type hints bugs in RQB (Relational Query Builder)
  • Fixed set transactions bug in MySQL (thanks @roguesherlock)
  • Added forwarding dependencies within useLiveQuery, fixing issue #2651 (thanks @anstapol)
  • Exported additional types from SQLite package like AnySQLiteUpdate (thanks @veloii)

New Features

  • Forwarding dependencies within useLiveQuery
  • Export of additional SQLite types (e.g., AnySQLiteUpdate)

Full Release Notes

- Fix AWS Data API type hints bugs in RQB
- Fix set transactions in MySQL bug - thanks @roguesherlock
- Add forwaring dependencies within useLiveQuery, fixes [#2651](https://github.com/drizzle-team/drizzle-orm/issues/2651) - thanks @anstapol 
- Export additional types from SQLite package, like `AnySQLiteUpdate` - thanks @veloii