← ChangeRadar
gorm: changelog & breaking changes
Auto-tracked from github.com/go-gorm/gorm. Updated Jun 28, 2026.
v1.31.2
2026-06-25
⚠ Potential breaking changes
- fix(migrator): add nil guards to ColumnType methods to prevent panic @lihan3238 (#7767)
- fix(migrator): don't clear alterColumn when defaults match @qqxhb (#7728)
v1.31.1
2025-11-02
⚠ Potential breaking changes
- Fix AutoMigrate default value comparison for string fields (issue #7590) @nowindexman (#7591)
v1.31.0
2025-09-12
No breaking-change keywords detected in release notes.
v1.30.5
2025-09-08
No breaking-change keywords detected in release notes.
v1.30.4
2025-09-08
No breaking-change keywords detected in release notes.
v1.30.3
2025-09-04
No breaking-change keywords detected in release notes.
v1.30.2
2025-08-28
No breaking-change keywords detected in release notes.
v1.30.1
2025-07-24
⚠ Potential breaking changes
- fix decimal migrate error. @Chise1 (#7450)