Skip to content

Commit d1356d8

Browse files
authored
Merge pull request #1684 from ClickHouse/pre_release_change_log
Update CHANGELOG.md
2 parents 02665ed + 324d815 commit d1356d8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
## Latest
22

3+
## 0.6.1
4+
5+
### New Features
6+
- Alpha version of the new client API. See example https://github.com/ClickHouse/clickhouse-java/tree/main/examples/client-v2.
7+
38
### Bug Fixes
4-
- Fix proper handling of ClickHouseResult to release DB connection https://github.com/ClickHouse/clickhouse-java/issues/1538
9+
- Fix proper handling of ClickHouseResult to release DB connection (https://github.com/ClickHouse/clickhouse-java/issues/1538
510
- Fix getting response input stream for binary formats.
611
- https://github.com/ClickHouse/clickhouse-java/issues/1494
712
- https://github.com/ClickHouse/clickhouse-java/issues/1567
813
- https://github.com/ClickHouse/clickhouse-java/issues/1475
914
- https://github.com/ClickHouse/clickhouse-java/issues/1376
15+
- 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)
1016

1117
## 0.6.0-patch5
1218

0 commit comments

Comments
 (0)