File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1130.3.0
214 * BREAKING CHANGE - dropped JDK 7 support
315 * BREAKING CHANGE - removed Guava dependency(and so is UnsignedLong)
You can’t perform that action at this time.
0 commit comments