File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 10
10
- [ jdbc-v2] Fixed SQL parser failure to parse SQL statement with comments (https://github.com/ClickHouse/clickhouse-java/issues/2217 )
11
11
- [ client-v2] Fixed issue with excessive logging (https://github.com/ClickHouse/clickhouse-java/issues/2201 )
12
12
- [ jdbc-v2] Fixed handling IP addresses (https://github.com/ClickHouse/clickhouse-java/issues/2140 )
13
+ - [ jdbc] - Fixed missing LZ4 dependency in shaded package (https://github.com/ClickHouse/clickhouse-java/issues/2275 )
13
14
14
15
## 0.8.2
15
16
Original file line number Diff line number Diff line change 420
420
<include >org.apache.httpcomponents.core5:httpcore5</include >
421
421
<include >org.apache.httpcomponents.core5:httpcore5-h2</include >
422
422
<include >com.clickhouse:jdbc-v2</include >
423
+ <include >org.apache.commons:commons-compress</include >
423
424
<include >org.lz4:lz4-java</include >
424
425
</includes >
425
426
</artifactSet >
You can’t perform that action at this time.
0 commit comments