drizzle-orm Releases
163 releases of drizzle-team/drizzle-orm
- 0.43.0
Release 0.43.0 of drizzle-orm introduces cross join support and lateral joins (left, inner, cross) across PostgreSQL, MySQL, Gel, and SingleStore databases. This release also includes several bug fixes including removal of unsupported full join from MySQL API, type inference corrections for non-strict tsconfigs, and SingleStore driver improvements.
Apr 24, 2025
- 0.42.0
This release primarily fixes a critical issue with duplicate exports in drizzle-orm that caused SyntaxError when importing with custom loaders, and adds TypeScript enum support for pgEnum and mysqlEnum. The update also includes improvements to inArray, PlanetScale driver integration, and a new InferEnum type.
Apr 15, 2025
- drizzle-kit@0.31.0
This release improves enum DDL operations in PostgreSQL by properly handling default expressions when changing column data types, and upgrades esbuild to the latest version (0.25.2). It also includes bug fixes for malformed array literals, json/jsonb deep field indexes, and addresses a CVE in the previous esbuild version.
Apr 15, 2025
- v1.2Audio2Face-3D Samples v1.2
Apr 10, 2025
- v15.0
Apr 1, 2025
- drizzle-kit@0.30.6
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.
Mar 27, 2025
- 0.41.0
This release focuses on bug fixes and improvements for drizzle-orm, primarily addressing data type mismatches across SQLite, MySQL, PostgreSQL, and SingleStore. Key changes include adding bigint/number modes for decimal types, modifying sql-js query preparation behavior, and fixing various type-related issues.
Mar 21, 2025
- 0.40.1
This release updates drizzle-orm's `neon-http` driver to be compatible with `@neondatabase/serverless@1.0.0`. The update enables compatibility with both versions of the Neon serverless driver - those below 1.0 and those 1.0 and above.
Mar 17, 2025
- 0.40.0
This release introduces support for the Gel database with a new Gel dialect and gel-js client integration. Since Gel is PostgreSQL-compatible, most query-building features were ported from the PostgreSQL dialect, with Gel-specific data types that avoid extra conversions. The integration works through drizzle-kit pull to import the schema.
Feb 25, 2025
- drizzle-kit@0.30.5
This release adds support for the Gel database dialect and gel-js client to Drizzle ORM. Gel is PostgreSQL-compatible, so most query-building features were copied from the PostgreSQL dialect, with Gel-specific data types and mappings. The integration works exclusively through drizzle-kit pull to import schema, while gel CLI handles schema management and migrations.
Feb 25, 2025
- v1.1.2
This maintenance release focuses on fixing validation issues in nested schema fields and updating the Google AI SDK integration.
Feb 21, 2025
- v1.1.1
This is a hotfix release addressing a specific validation bug in nested fields.
Feb 20, 2025
- v1.1.0
This feature release expands model support by adding complete Ollama and Google Gemini integration, includes Markdown in results, and enhances autoschema capabilities with natural language instructions.
Feb 18, 2025
- 0.39.3
Feb 10, 2025
- 0.39.2
This minor release renames an internal pre-defined schema from `neon_identity` to `neon_auth` to maintain compatibility with Neon's latest Auth feature. The change is described as internal, so it should not impact most users.
Feb 5, 2025
- 0.39.1
This release fixes two SQL builder issues and introduces view support for aliased tables. The most notable fix resolves an issue where SQLite onConflict clauses were being overwritten instead of stacked, which could cause data integrity problems in upsert operations.
Jan 29, 2025
- drizzle-kit@0.30.4
This is a bug fix release for drizzle-kit 0.30.4 that addresses two issues with the introspection feature in MySQL. The release corrects incorrect SQL syntax generation when introspecting MySQL databases and unsigned columns.
Jan 29, 2025
- 0.39.0
Drizzle ORM 0.39.0 introduces Bun SQL driver support for Bun v1.2.0, extends WITH clause functionality to support INSERT, UPDATE, DELETE and raw SQL templates, adds Neon Identity schema with users_sync table, and includes a new getViewName utility function.
Jan 27, 2025
- drizzle-kit@0.30.3
This release improves SingleStore support in drizzle-kit by handling cases where the database doesn't support certain DDL statements, now automatically initiating table recreation with data transfer. Additionally, a bug was fixed where index names matching generated names would become empty and cause type errors.
Jan 27, 2025
- 0.38.4
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.
Jan 16, 2025