Skip to content

Releases: xraph/trove

v1.4.1

29 Mar 16:19

Choose a tag to compare

Changes

  • fix: update dependencies to latest versions in go.mod and go.sum (e522725)

Installation

go get github.com/xraph/trove@v1.4.1

Driver sub-modules:

go get github.com/xraph/trove/drivers/azuredriver@v1.4.1
go get github.com/xraph/trove/drivers/gcsdriver@v1.4.1
go get github.com/xraph/trove/drivers/s3driver@v1.4.1
go get github.com/xraph/trove/drivers/sftpdriver@v1.4.1

Forge extension:

go get github.com/xraph/trove/extension@v1.4.1

Full Changelog: v1.4.0...v1.4.1

v1.4.0

28 Mar 21:01

Choose a tag to compare

Changes

  • fix: update dependencies to latest versions in go.sum (27e872f)
  • feat: add multi-store support to Trove extension (e2523fc)

Installation

go get github.com/xraph/trove@v1.4.0

Driver sub-modules:

go get github.com/xraph/trove/drivers/azuredriver@v1.4.0
go get github.com/xraph/trove/drivers/gcsdriver@v1.4.0
go get github.com/xraph/trove/drivers/s3driver@v1.4.0
go get github.com/xraph/trove/drivers/sftpdriver@v1.4.0

Forge extension:

go get github.com/xraph/trove/extension@v1.4.0

Full Changelog: v1.3.1...v1.4.0

v1.3.1

14 Mar 17:07

Choose a tag to compare

Changes

  • fix: remove unnecessary nolint comments in local and stream drivers (305c0ba)
  • fix: remove unnecessary nolint comments in local and stream drivers (737e295)
  • feat(store/sqlite): implement SQLite store with migrations and CRUD operations (801dcb6)
  • refactor: update CI and release workflows to replace KV drivers with new drivers and adjust module verification (3b10dea)
  • refactor: reorganize imports in dashboard components for consistency (00c67fd)
  • chore: update dependencies in go.mod and go.sum to latest versions (3bb8a23)
  • feat: update templ version and add health widget (f092478)
  • Refactor documentation: Remove outdated storage guides and streaming changefeed (aa22441)
  • Update go.mod to move klauspost/compress to direct dependency (62e17f4)
  • Refactor logging to use go-utils/log package and enhance Go/TSX syntax highlighting (ba8a34d)
  • Implement virtual filesystem (VFS) over Trove object storage (0c9672f)

Installation

go get github.com/xraph/trove@v1.3.1

Driver sub-modules:

go get github.com/xraph/trove/drivers/azuredriver@v1.3.1
go get github.com/xraph/trove/drivers/gcsdriver@v1.3.1
go get github.com/xraph/trove/drivers/s3driver@v1.3.1
go get github.com/xraph/trove/drivers/sftpdriver@v1.3.1

Forge extension:

go get github.com/xraph/trove/extension@v1.3.1

Full Changelog: https://github.com/xraph/trove/commits/v1.3.1