Skip to content

Releases: go-gorm/sharding

v0.6.2

07 Jul 02:26
a871c2c
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 4 to 5 by @dependabot in #141
  • Bump gorm.io/plugin/dbresolver from 1.4.7 to 1.5.1 by @dependabot in #150
  • Fixed the return result of ShardingSuffixs cannot be correctly matched when using string type table suffix. by @geekeryy in #152
  • feat: support logging sharding stQuery by @GaleHuang in #164
  • fix: recognize QualifiedRef of column condition by @Gowa2017 in #167
  • fix: rewrite WHERE clause table qualifiers for sharded queries by @mrhashemian in #193

New Contributors

Full Changelog: v0.6.1...v0.6.2

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