File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1010- [ jdbc-v2] Fixed SQL parser failure to parse SQL statement with comments (https://github.com/ClickHouse/clickhouse-java/issues/2217 )
1111- [ client-v2] Fixed issue with excessive logging (https://github.com/ClickHouse/clickhouse-java/issues/2201 )
1212- [ 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 )
1314
1415## 0.8.2
1516
Original file line number Diff line number Diff line change 420420 <include >org.apache.httpcomponents.core5:httpcore5</include >
421421 <include >org.apache.httpcomponents.core5:httpcore5-h2</include >
422422 <include >com.clickhouse:jdbc-v2</include >
423+ <include >org.apache.commons:commons-compress</include >
423424 <include >org.lz4:lz4-java</include >
424425 </includes >
425426 </artifactSet >
You can’t perform that action at this time.
0 commit comments