Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: go-gorm/gorm

Release v1.31.0

12 Sep 06:51

Choose a tag to compare

Changes

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

Release v1.30.5

08 Sep 11:22

Choose a tag to compare

Changes

  • No changes

Release v1.30.4

08 Sep 09:22
1901911

Choose a tag to compare

Changes

  • Add Set-based Create and Update support to Generics API @jinzhu (#7578)
  • fix: build failure on Go versions below 1.21 @iTanken (#7572)
  • fix slogLogger to support ParameterizedQueries Config @EricWvi (#7574)

Release v1.30.3

04 Sep 13:16

Choose a tag to compare

Changes

  • No changes

Release v1.30.2

28 Aug 06:10
cace4a6

Choose a tag to compare

Changes

Release v1.30.1

24 Jul 02:38
49eaeac

Choose a tag to compare

Changes

Release v1.30.0

25 May 07:43
c44405a

Choose a tag to compare

Changes

Release v1.26.1

07 May 06:59

Choose a tag to compare

Changes

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

Release v1.26.0

25 Apr 08:23
a827495

Choose a tag to compare

Changes

Read more

V1.21.0

04 Mar 11:37

Choose a tag to compare

Breaking Changes:

  • Scopes will be executed when when calling the finish method

Features:

WIP...