v2.4.0
Highlight
-
Since this release v2.4.0, we switch to semantic versioning, and the bug fix version would be available quickly.
-
We introduce a new module
clickhouse-integration-spark
base on Spark Jdbc DataSource API for integrating with Spark, check detail at README -
In the past few weeks, we were more focus on code quality, fixed all LGTM alerts and got A+ score.
Changelog
- Implement
clickhouse-integration-spark
base on Spark Jdbc DataSource API (#170 #184) - Batch insert support nullable types in arrays and nested types (#144 #194)
- Support Boolean (#196)
- Fix timezone issue (#195)
- Fix potential concurrence issue (#191)
- Code refactor, fixed all LGTM alerts and got A+ score.
- Refactor
ClickHouseStatement
inheritance tree (#201) - Migrate to mockito3 (#175)
- Migrate to org.lz4:lz4-java (#174)
- Migrate to Junit5 (#171)
- Bump yandex/clickhouse-jdbc 0.2.4
- Bump jmh 1.26
- Enable checkstyle (#172)
- Enable code coverage (#190)
- Improve Docs and Readme
- Add missing license headers