Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chernser authored Jun 10, 2024
1 parent 02665ed commit 324d815
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 324d815

Please sign in to comment.