0.44.3
drizzle-team/drizzle-orm0.44.3Jul 14, 2025by github-actions[bot]
AI Summary
This is a minor patch release (0.44.3) that fixes a type safety issue with the `$client` property for clients created by the drizzle function, and adds an `updated_at` column to the Neon auth users_sync table definition.
Key Highlights
- Fixed type definitions for `$client` property to improve type safety when accessing database clients
- Added `updated_at` column to the `neon_auth.users_sync` table schema
- This is a bug fix focused release improving developer experience
New Features
- Added `updated_at` column to the `neon_auth.users_sync` table definition
Full Release Notes
- Fixed types of `$client` for clients created by drizzle function ```ts await db.$client.[...] ``` - Added the `updated_at` column to the `neon_auth.users_sync` table definition.