Releases: crobox/clickhouse-scala-client
Releases · crobox/clickhouse-scala-client
v1.2.11
What's Changed
- Update pekko-actor, pekko-stream, ... to 1.1.4 by @scala-steward in #207
- Tokenize higher arithmetic functions by @toztemel in #210
- Update sbt-scalafmt to 2.5.5 by @scala-steward in #209
- Update scalafmt-core to 3.9.8 by @scala-steward in #208
Full Changelog: v1.2.10...v1.2.11
v1.2.10
What's Changed
- DISTINCT ON support within the OperationalQuery. by @okanozeren in #206
New Contributors
- @okanozeren made their first contribution in #206
Full Changelog: v1.2.9...v1.2.10
v1.2.9
What's Changed
- Update scalafmt-core to 3.8.6 by @scala-steward in #176
- Update sbt-ci-release to 1.9.2 by @scala-steward in #174
- Update scala3-library to 3.3.4 by @scala-steward in #175
- Update joda-time to 2.13.1 by @scala-steward in #177
- Update scala3-library to 3.3.5 by @scala-steward in #178
- Update logback-classic to 1.5.17 by @scala-steward in #182
- Update sbt-scoverage to 2.3.1 by @scala-steward in #180
- Update scalafmt-core to 3.9.1 by @scala-steward in #181
- Update scalafmt-core to 3.9.3 by @scala-steward in #186
- Update sbt, scripted-plugin to 1.10.10 by @scala-steward in #185
- Update scalafmt-core to 3.9.4 by @scala-steward in #188
- Update sbt-ci-release to 1.9.3 by @scala-steward in #187
- Update scalafmt-core to 3.9.5 by @scala-steward in #196
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward in #189
- Update logback-classic to 1.5.18 by @scala-steward in #190
- Update joda-time to 2.14.0 by @scala-steward in #193
- Update guava to 33.4.8-jre by @scala-steward in #195
- Update sbt, scripted-plugin to 1.11.2 by @scala-steward in #205
- Update scala3-library to 3.3.6 by @scala-steward in #198
- Update pekko-http to 1.2.0 by @scala-steward in #199
- Update scalafmt-core to 3.9.7 by @scala-steward in #202
New Contributors
- @scala-steward made their first contribution in #176
Full Changelog: v1.2.8...v1.2.9
v1.2.8
v1.2.7
What's Changed
- Add https support by @antonstamov in #171
- Updating dependencies by @sjoerdmulder in #173
New Contributors
- @antonstamov made their first contribution in #171
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- Feature/nullable types by @sjoerdmulder in #168
- Just use singleRequest by @sjoerdmulder in #169
Full Changelog: v1.2.5...v1.2.6
v1.2.5
Full Changelog: v1.2.4...v1.2.5
v1.2.4
v1.2.3
v1.2.2 Small release with formatting improvements
Added several formatting improvements, focused on tokenizing SQL statements.
You can now set a delimiter
in your TokenizeContext that it used to delimit functions and values.