Skip to content

Commit 8e2cfb7

Browse files
committed
added line about writer API
1 parent b0d66cf commit 8e2cfb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
More information will be available after its release
88

99
### Highlights
10-
- [repo] Added shaded packages with requires set of dependencies. Use `all` classified for `client-v2` full package.
10+
- [repo] Added shaded packages with requires a set of dependencies. Use `all` classified for `client-v2` full package.
1111
Use `shaded-all` for old jdbc driver.
12+
- [client-v2] New Data Writer API was added. It allows to gain a control over writing data to low-level output stream.
13+
This API makes it possible to write compressed data directly to server. See `com.clickhouse.client.api.Client#insert(java.lang.String, com.clickhouse.client.api.DataStreamWriter, com.clickhouse.data.ClickHouseFormat, com.clickhouse.client.api.insert.InsertSettings)`
14+
(https://github.com/ClickHouse/clickhouse-java/pull/2034)
1215

1316

1417
### New Features

0 commit comments

Comments
 (0)