Skip to content

Releases: crobox/clickhouse-scala-client

v1.1.1

02 Nov 13:35
Compare
Choose a tag to compare

New release with no Pekko dependency in DSL module, which makes it possible to upgrade to DSL module with keeping the old client, thus not depending on Pekko (yet).

v1.1.0

01 Nov 13:50
Compare
Choose a tag to compare

New release with support for new aggregate functions
Breaking change: uses Apache Pekko instead of Akka

v1.0.18

29 Aug 11:58
Compare
Choose a tag to compare

Added support for arrayFlatten

v1.0.17

01 May 08:16
Compare
Choose a tag to compare

Clickhouse Scala Client with Reactive Streams support

v1.0.16

21 Apr 10:12
Compare
Choose a tag to compare
  • Dependencies updates
  • Improved logging functionalites
  • toSql for Optimize Statements

v1.0.15 Bugfix release without Logging import in ClickhouseSpec

12 Nov 11:47
Compare
Choose a tag to compare

v1.0.14

07 Nov 10:00
Compare
Choose a tag to compare

Added support for Optimize Table statements in ClickhouseSink

v1.0.13

19 Sep 13:07
Compare
Choose a tag to compare

Added TTL

v1.0.12

15 Jul 12:56
Compare
Choose a tag to compare

Added arrayEmpty, arrayNotEmpty and arrayLength support

v1.0.11

10 Apr 12:15
Compare
Choose a tag to compare

Added full support for orNull and orDefault methods for all TypeCast classes (UInt8, Int8, etc)