Clickhouse-scala-client v0.9.0 Release Notes

Release Date: 2020-01-07 // over 4 years ago
  • BREAKING API CHANGES

    • ๐Ÿšš database argument in constructor of ClickhouseClient is moved to the Table trait. This means you need to add the val database to every Table definition
    • ๐Ÿ”ง The actor system is no longer implicit injected from the outside but an internal one is used. Optinally configure it using the crobox.clickhouse.client.akka.* configuration
    • CreateTable database argument has been dropped
    • โœ‚ Removed com.crobox.clickhouse.dsl.language.TokenizerModule.Database type
    • โœ‚ Removed the ClickhouseClient.database field
    • โœ‚ Removed the ClickhouseClient.table() method