Skip to content

Releases: crobox/clickhouse-scala-client

Added SummingMergeTree in DSL

29 Aug 14:54
Compare
Choose a tag to compare
Pre-release
v0.7.1

Releasing 0.7.1

Added support for query progress

29 Aug 14:56
Compare
Choose a tag to compare
Pre-release

Clickhouse client now exposes a stream that send the progress of the executed query

Support for basic arithmetic functions

16 Aug 13:35
Compare
Choose a tag to compare
Pre-release

This is a temporary set of column functions, that will eventually be replaced (non breaking) by the ones from the upcoming vocabulary update.

  • multiply, divide, minus, plus

Fix broken DSL "merge" signature

16 Aug 08:30
Compare
Choose a tag to compare
Pre-release
v0.6.2

Releasing 0.6.2

Minor fixes & string functions

15 Aug 11:47
Compare
Choose a tag to compare
Pre-release
  • Some column string functions added to the DSL
  • Fix for bug where Aggregation functions did not pass on the correct return type

DSL Support for deterministic TimeSeries

06 Aug 11:24
Compare
Choose a tag to compare

TimeSeries is a part of our Scala DSL that allows one to group timestamped records by periods of time such as weeks, months, quarters etc.

For documentation on this feature, please consult the Wiki page:

https://github.com/crobox/clickhouse-scala-client/wiki/TimeSeries

Added mapper function for TimeUnit from Joda Period

23 Jul 12:13
Compare
Choose a tag to compare

Small release adding a mapper for TimeUnits to be able to co-op with Joda time library.

v0.5.7

10 Jul 08:37
Compare
Choose a tag to compare
v0.5.7 Pre-release
Pre-release
  • Added akka streams implementation for clickhouse insert sink

v0.5.6

09 Jul 07:46
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release
  • Improve logging of dead hosts every 30 seconds
  • added sourceByteString method

0.5.5

06 Jul 07:50
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release
  • Improve healthcheck mechanism
  • Ensuring that we run just one health check at a time per host