Skip to content

Commit aa2dfc3

Browse files
committed
Prepare 0.3.1 release
1 parent 4fade07 commit aa2dfc3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.3.1
2+
* BREAKING CHANGE - move query from url to request body
3+
* BREAKING CHANGE - always parse SQL(use extended API to skip that)
4+
* BREAKING CHANGE - remove keepAliveTimeout and useNewParser from ClickHouseProperties
5+
* BREAKING CHANGE - exclude RoaringBitmap from shaded jar
6+
* add new connection setting useSharedCookieStore for load balancing
7+
* add new query parameters: allow_experimental_bigint_types, allow_experimental_map_type, and join_algorithm
8+
* add new format: CustomSeparated and RowBinaryWithNamesAndTypes
9+
* fix 400 bad request error when dealing with large query
10+
* fix parser issue when DESC statement contains alias
11+
* support batch processing with arbitrary query - update and delete are not recommended so there'll be warnings
12+
* support multi-statement sql - session will be used automatically and only the last result will be returned
113
0.3.0
214
* BREAKING CHANGE - dropped JDK 7 support
315
* BREAKING CHANGE - removed Guava dependency(and so is UnsignedLong)

0 commit comments

Comments
 (0)