Skip to content

Commit

Permalink
Merge pull request #1684 from ClickHouse/pre_release_change_log
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
Paultagoras authored Jun 10, 2024
2 parents 02665ed + 324d815 commit d1356d8
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 d1356d8

Please sign in to comment.