Releases: crobox/clickhouse-scala-client
Releases · crobox/clickhouse-scala-client
v1.1.1
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
New release with support for new aggregate functions
Breaking change: uses Apache Pekko instead of Akka
v1.0.18
Added support for arrayFlatten
v1.0.17
Clickhouse Scala Client with Reactive Streams support
v1.0.16
- Dependencies updates
- Improved logging functionalites
- toSql for Optimize Statements
v1.0.15 Bugfix release without Logging import in ClickhouseSpec
v1.0.14
Added support for Optimize Table statements in ClickhouseSink
v1.0.12
Added arrayEmpty, arrayNotEmpty and arrayLength support
v1.0.11
Added full support for orNull and orDefault methods for all TypeCast classes (UInt8, Int8, etc)