Skip to content

Releases: ch-rollup/ch-rollup

v0.0.7

26 May 18:09
72123a1
Compare
Choose a tag to compare

Changelog

v0.0.6

04 May 23:23
8516b31
Compare
Choose a tag to compare

Changelog

v0.0.5

01 May 15:14
274a29d
Compare
Choose a tag to compare

Changelog

v0.0.4

01 May 15:06
1055edf
Compare
Choose a tag to compare

Changelog

v0.0.3

01 May 14:49
8239778
Compare
Choose a tag to compare

Changelog

  • b7d21a9: docs: add WG telegram in 'CODE_OF_CONDUCT.md' and fill CONTIBUTING.md (@EpicStep)
  • 06e35e3: fix: add 'settings final = 1' instead of FINAL (@EpicStep)
  • 2e0f975: fix: copy default telegram message to '.goreleaser.yaml' with fixes (@EpicStep)
  • 8239778: fix: create rollup meta info after create table (@EpicStep)
  • 3f101bf: refac: move cluster interface to 'pkg/database/cluster', and implements it in another package (@EpicStep)
  • b5cdea8: refac: move create rollup meta table to 'RollUpShard' (@EpicStep)
  • 0e31e2f: refac: move utils to internal (@EpicStep)
  • ad8a69d: refac: remove close from 'cluster.Shard' interface and add exit code on error (@EpicStep)
  • 0cf3b17: refac: rename 'NextRunAfter' to 'After' (@EpicStep)
  • 6904dbd: refac: separate database and rollup and other small improvements (@EpicStep)
  • 7c8d2b9: refac: use 'go-str2duration' instead of 'time.ParseDuration' (@EpicStep)
  • bcd9c29: refac: use 'go-str2duration' instead of 'time.ParseDuration' (@EpicStep)

v0.0.2

14 Apr 20:03
Compare
Choose a tag to compare

Changelog

  • 69db86f: refac: refac .goreleaser.yml and try to fix telegram announce (@EpicStep)

v0.0.1

14 Apr 19:43
Compare
Choose a tag to compare

Changelog

  • 768ef04 Merge branch 'main' of github.com:ch-rollup/ch-rollup
  • 4bda822 Merge pull request #18 from ch-rollup/types-refac
  • 569a81e Merge pull request #4 from ch-rollup/dependabot/go_modules/github.com/ClickHouse/clickhouse-go/v2-2.18.0
  • 104ddb0 Style fixes (#17)
  • c63a044 chore(deps): bump github.com/ClickHouse/clickhouse-go/v2
  • dc6ff0f chore: fix lint
  • 18d2a15 docs: add CODE_OF_CONDUCT.md and CONTRIBUTING.md
  • 8dbd018 feat: add error check in RollUpShard at getLatestRollUpByKeyOnShard
  • 8ede154 feat: add file header, goheader lint and update LICENSE
  • 23885c8 feat: add goreleaser
  • c075932 feat: add test for pkg/utils and add dependabot
  • d246174 feat: first commit
  • 024e6ca refactor: improved the field names in the types package & add lint