Skip to content

Commit ad7cd04

Browse files
committed
Release 0.2
1 parent 2cc8564 commit ad7cd04

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.2
2+
* new API for writing streams of data
3+
* deprecation of send* methods in ClickHouseStatement interface
14
0.1.55
25
NOTE: behavior for byte[] parameters changed. See https://github.com/yandex/clickhouse-jdbc/pull/352
36
* support for sending stream of CSV data

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It has support of a minimal subset of features to be usable.
1010
<dependency>
1111
<groupId>ru.yandex.clickhouse</groupId>
1212
<artifactId>clickhouse-jdbc</artifactId>
13-
<version>0.1.55</version>
13+
<version>0.2</version>
1414
</dependency>
1515
```
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ru.yandex.clickhouse</groupId>
66
<artifactId>clickhouse-jdbc</artifactId>
7-
<version>0.1.55</version>
7+
<version>0.2</version>
88
<packaging>jar</packaging>
99

1010
<name>clickhouse-jdbc</name>

0 commit comments

Comments
 (0)