From 324d8151e831685cb5e85b2a59b134c588e995fb Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 10 Jun 2024 11:42:28 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632a797ee..564f4140c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ ## Latest +## 0.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 https://github.com/ClickHouse/clickhouse-java/issues/1538 +- Fix proper handling of ClickHouseResult to release DB connection (https://github.com/ClickHouse/clickhouse-java/issues/1538 - Fix getting response input stream for binary formats. - https://github.com/ClickHouse/clickhouse-java/issues/1494 - https://github.com/ClickHouse/clickhouse-java/issues/1567 - https://github.com/ClickHouse/clickhouse-java/issues/1475 - https://github.com/ClickHouse/clickhouse-java/issues/1376 +- Exception context remove from a message. Server information not present anymore but available thru `com.clickhouse.client.ClickHouseException#getServer` (https://github.com/ClickHouse/clickhouse-java/issues/1677) ## 0.6.0-patch5