Release v0.6.1
New Features
- Alpha version of the new client API. See example https://github.com/ClickHouse/clickhouse-java/tree/main/examples/client-v2.
Bug Fixes
- Fix proper handling of ClickHouseResult to release DB connection (#1538
- Not it is possible to get raw input stream from a server response to read data in any format by user.
- Exception context remove from a message. Server information not present anymore but available thru
com.clickhouse.client.ClickHouseException#getServer
(#1677)