This is again a patch release with below changes:
- Add new feature for sending compressed files/streams
- Introduce an experimental SQL parser to fix parsing related issues - set connection setting
use_new_parser
to false to disable - Restore
String[] getColumnNames()
method for backward compatibility - Retry idempotent operation up to 3 times when server closed connection - set connection setting
maxRetries
to zero to disable - Return inserted rows(not accurate) when query parameter
send_progress_in_http_headers
is set to true - Set socket timeout in ClickHouseConnectionImpl.isValid()
- Upgrade to lz4-java and improve performance of LZ4 stream
- Use HTTP Basic Auth for credentials instead of query parameters
- Use static version instead of property-based revision in pom.xml