Skip to content

Releases: ClickHouse/ch-go

v0.20.0

10 Feb 06:31
ebe5b23
Compare
Choose a tag to compare

What's Changed

  • test(cht): add IF NOT EXISTS for DDL by @ernado in #35
  • refactor(version): extract and test parsing function by @ernado in #36
  • chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.12 to 4.1.14 by @dependabot in #38
  • chore(deps): bump go.uber.org/zap from 1.20.0 to 1.21.0 by @dependabot in #37
  • chore(deps): bump actions/setup-go from 2.1.5 to 2.2.0 by @dependabot in #39
  • chore(client): don't parse server timezone by @ernado in #40

Full Changelog: v0.19.0...v0.20.0

v0.19.0

06 Feb 07:00
94408b5
Compare
Choose a tag to compare

What's Changed

  • feat(proto): support writing files in Native format by @ernado in #33
  • feat: export ServerInfo by @ernado in #34

Full Changelog: v0.18.3...v0.19.0

v0.18.3

31 Jan 10:54
0dd3872
Compare
Choose a tag to compare

What's Changed

  • fix(compress): ease block size limits by @ernado in #32

Full Changelog: v0.18.2...v0.18.3

v0.18.2

30 Jan 18:48
aff6b28
Compare
Choose a tag to compare

What's Changed

  • fix(proto): introduce StatefulColumn concept by @ernado in #31

Full Changelog: v0.18.1...v0.18.2

v0.18.1

29 Jan 21:29
2a942e8
Compare
Choose a tag to compare

What's Changed

  • feat(proto.uuid): speedup bswap by @ernado in #29

Full Changelog: v0.18.0...v0.18.1

v0.18.0

29 Jan 21:13
c32172b
Compare
Choose a tag to compare

Full Changelog: v0.17.2...v0.18.0

v0.17.2

29 Jan 19:49
1ea5df7
Compare
Choose a tag to compare

What's Changed

  • fix(proto): correct UUID endianness by @ernado in #28

Full Changelog: v0.17.1...v0.17.2

v0.17.1

29 Jan 13:58
116fcec
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/go-faster/city from 1.0.0 to 1.0.1 by @dependabot in #24
  • chore(deps): bump github.com/klauspost/compress from 1.14.1 to 1.14.2 by @dependabot in #23

Full Changelog: v0.17.0...v0.17.1

v0.17.0

23 Jan 16:23
0b3983a
Compare
Choose a tag to compare

Full Changelog: v0.16.0...v0.17.0

v0.17.0-alpha.0

23 Jan 12:28
8343a64
Compare
Choose a tag to compare
v0.17.0-alpha.0 Pre-release
Pre-release
feat: improve version inference