0.38.4
drizzle-team/drizzle-orm0.38.4Jan 16, 2025by github-actions[bot]
AI Summary
This is a minor patch release for drizzle-orm that adds a new vector data type for SingleStore databases and includes a bug fix for incorrect DROP INDEX statement generation. The release also contains minor typo fixes.
Key Highlights
- Added new SingleStore vector data type support
- Fixed incorrect DROP INDEX statement generation (issue #3866)
- Minor typo fixes across the codebase
New Features
- New SingleStore type `vector` for vector data storage
Full Release Notes
- New SingleStore type `vector` - thanks @mitchwadair - Fix wrong DROP INDEX statement generation, [#3866](https://github.com/drizzle-team/drizzle-orm/pull/3866) - thanks @WaciX - Typo fixes - thanks @stephan281094