From 65a7f1e1ecd5def1bf3dfbf29497410fe07ad32e Mon Sep 17 00:00:00 2001 From: Sergey Chernov Date: Fri, 28 Jun 2024 17:58:21 -0700 Subject: [PATCH] Update before release --- CHANGELOG.md | 7 +++++++ client-v2/pom.xml | 14 -------------- pom.xml | 4 ++-- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc889c5bb..639c7685b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ ## Latest +## 0.6.2 + ### New Features - Describe non-executed SELECT queries in prepared statements to provide metadata (https://github.com/ClickHouse/clickhouse-java/issues/1430) +- Command execution in the client API (https://github.com/ClickHouse/clickhouse-java/pull/1693) +- Added `com.clickhouse.client.ClickHouseResponseSummary#getQueryId()` (https://github.com/ClickHouse/clickhouse-java/issues/1636) +- Added support for SSL for the Client V2 +- Added proxy support for Client V2 (https://github.com/ClickHouse/clickhouse-java/pull/1694) +- Added more examples for Client V2 (https://github.com/ClickHouse/clickhouse-java/pull/1709) ## 0.6.1 diff --git a/client-v2/pom.xml b/client-v2/pom.xml index 1284e287a..7d31c63fe 100644 --- a/client-v2/pom.xml +++ b/client-v2/pom.xml @@ -82,13 +82,6 @@ provided - - ${project.parent.groupId} - clickhouse-client - ${revision} - compile - - ${project.parent.groupId} @@ -120,13 +113,6 @@ ${testng.version} test - - ${project.parent.groupId} - clickhouse-client - ${revision} - test-jar - test - diff --git a/pom.xml b/pom.xml index 552600ae3..4608022e0 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ - 0.6.1-SNAPSHOT + 0.6.2-SNAPSHOT 2024 UTF-8 UTF-8 @@ -158,7 +158,7 @@ ${project.artifactId} zhicwu https://sonarcloud.io - 0.6.0 + 0.6.2 **/*0*.java,**/data/*Value.java,**/data/array/*Value.java,**/stream/*Stream.java