Skip to content

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 30 Mar 23:03
· 58 commits to main since this release

Changes

  • feat: implement retry mechanism for migration lock acquisition with exponential backoff fix: update forge and confy dependencies to v1.4.3 and v0.5.0 respectively (af4c028)

Installation

go get github.com/xraph/grove@v1.4.2

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.4.2
go get github.com/xraph/grove/drivers/mysqldriver@v1.4.2
go get github.com/xraph/grove/drivers/sqlitedriver@v1.4.2
go get github.com/xraph/grove/drivers/mongodriver@v1.4.2
go get github.com/xraph/grove/drivers/tursodriver@v1.4.2
go get github.com/xraph/grove/drivers/clickhousedriver@v1.4.2
go get github.com/xraph/grove/drivers/esdriver@v1.4.2

Forge extension:

go get github.com/xraph/grove/extension@v1.4.2

KV store:

go get github.com/xraph/grove/kv@v1.4.2

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.4.2
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.4.2
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.4.2
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.4.2
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.4.2

Full Changelog: v1.4.1...v1.4.2