ITADN
go-gorm/gorm

版本发布 6

Release v1.31.0v1.31.0
? · 2025-09-12

## Changes - Add association operation support to generics Set API and enable conditional bulk association updates @jinzhu (#7581)

Release v1.30.3v1.30.3
? · 2025-09-04

## Changes * No changes

Release v1.30.2v1.30.2
? · 2025-08-28

## Changes - avoid copying structures with embedded mutexs @drakkan (#7571) - Add DefaultContextTimeout option @jinzhu (#7567) - Update the docker compose file @moseszane168 (#7524) - fix: returning all columns with "on conflict do update" @phongphan (#7534) - feat(slog-integration) @rezamokaram (#7537)

Release v1.30.1v1.30.1
? · 2025-07-24

## Changes - optimize: field.ReflectValueOf @liov (#7530) - optimize: performance optimization @liov (#7526) - fix(schema): check the hook function parameter type @demoManito (#7468) - Fix: Unexpected OR Conditions force converted to AND @Riseif (#7512) - Add GaussDB Database Support @moseszane168 (#7508) - Call after initialize for gorm.Config @jinzhu (#7518) - A little optimization for filed.ValueOf @liov (#7499) - fixes #7486 @Eshan-Jogwar (#7492) - fix decimal migrate error. @Chise1 (#7450) - test: update MySQL test matrix to use official images and add 9.0, 8.4 versions @enomotodev (#7476)

Release v1.30.0v1.30.0
? · 2025-05-25

## Changes - (WIP) Implement Generics API @jinzhu (#7424) - perf(schema): avoid redundant strings.ToLower call @1911860538 (#7464) - fix: return init dialector error @codingplz (#7379) - perf: break early on match failure in ParseConstraint @1911860538 (#7402) - feat: error message show field name @pi12138 (#7452) - perf: use strings.IndexByte to replace strings.Index @1911860538 (#7454) - perf: use strings.Cut to replace strings.SplitN @1911860538 (#7455)

Release v1.26.1v1.26.1
? · 2025-05-07

## Changes - fix: int type variable defaultMaxSize overflows in 32-bit environment @iTanken (#7439)