-
v1.0.76
Stablereleased this
2026-09-03 20:12:48 +00:00 | 0 commits to master since this releaseWhat's changed
- fix(sqltypes): serialize SqlTimeStamp as RFC3339
- fix(go.mod): update Go version to 1.25.13
- fix(ci): don't capture tool-download noise as a formatting diff
- fix(ci): run lint tools via 'go run' to match the toolchain
Downloads
-
v1.0.74
Stablereleased this
2026-08-29 18:40:45 +00:00 | 9 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.74
- feat(pgsql): support vector and PostGIS indexes with extensions * Add handling for pgvector and PostGIS extensions in migration scripts * Implement operator class and storage parameters for vector indexes * Update tests to validate new index behaviors and extension creation
Downloads
-
v1.0.73
Stablereleased this
2026-08-24 10:59:50 +00:00 | 11 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.73
- fix(dbml): honor composite [pk] in Indexes blocks, preserve column order
- feat(cli): always print version header first, add --no-version flag
- fix(release): chmod deb control dir to fix dpkg-deb permission error
Downloads
-
v1.0.72
Stablereleased this
2026-08-24 10:06:00 +00:00 | 15 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.72
- fix(sqlite): remove unnecessary newline in writeCheckConstraints
Downloads
-
v1.0.71
Stablereleased this
2026-08-24 10:03:41 +00:00 | 17 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.71
- feat(pgsql): add support for concurrent index creation * Implemented
Concurrentfield in index model * Updated index creation template to supportCREATE INDEX CONCURRENTLY* Added tests for concurrent index creation in migration writer - fix(sqlite): emit inline foreign keys, bare-name default schema, direct exec
- feat: include SQL scripts in schema diff
Downloads
-
v1.0.70
Stablereleased this
2026-08-18 11:43:04 +00:00 | 22 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.70
- fix(merge,pgsql): treat serial types as their base integer in diffs, unquote bare keyword defaults
Downloads
-
v1.0.69
Stablereleased this
2026-08-17 20:36:35 +00:00 | 24 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.69
- fix(pgsql): strip backticks from column defaults in migration paths
Downloads
-
v1.0.68
Stablereleased this
2026-08-14 14:17:43 +00:00 | 26 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.68
- fix(pgsql): handle nullability/type/default drift on existing columns
Downloads
-
v1.0.67
Stablereleased this
2026-08-14 12:15:02 +00:00 | 28 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.67
- feat(migration): add fallback for column type conversion failures * implement renaming of old column and adding new column on conversion failure * update templates and tests to support new behavior
- feat(migration): add support for altering column nullability * Implement ExecuteAlterColumnNullability function * Create alter_column_nullability template * Add test for altering column nullability behavior
Downloads