Skip to content

Releases: go-gorm/sharding

v0.6.0

25 Aug 09:19
f5d7849
Compare
Choose a tag to compare

What's New

  • Auto-fill primary key id is now optional.

Breaking Changes

  • Now we at least requirement Go 1.18, because we used any.

v0.5.3

08 Mar 08:19
Compare
Choose a tag to compare
  • Fix tests.

v0.5.2

08 Aug 02:07
a74d46f
Compare
Choose a tag to compare
  • Fix transaction.

v0.5.1

25 Apr 04:49
Compare
Choose a tag to compare
  • Fix db.Statement when parse table name.

v0.5.0

22 Apr 14:52
c6e2cad
Compare
Choose a tag to compare
  • Add Support for AutoMigrate to create sharding tables #17

v0.4.2

21 Mar 02:18
d9ee537
Compare
Choose a tag to compare

v0.4.1

22 Feb 06:22
Compare
Choose a tag to compare
  • Compile config on Gorm plugin init for fix table name get by model.
  • Fix PostgreSQL sequence key not exist error for PKPGSequence.

v0.4.0

28 Jan 13:06
Compare
Choose a tag to compare
  • Add MySQL support.

v0.3.0

27 Jan 13:56
e15a286
Compare
Choose a tag to compare
  • Simplify the config