v2.7.0
What's Changed
- Implement basic logic of re-using buffers by @akamensky in #382
- fix date value error when bigger than short by @liuneng1994 in #383
- Bump aircompressor 0.21 by @pan3793 in #384
- Bump yandex clickhouse jdbc 0.3.1-patch by @pan3793 in #385
- Remove final of buffer size in ClickHouseDefines by @pan3793 in #387
- Extract rw compress to ClickHouseDefines by @pan3793 in #388
- Fix Nothing DataType serde by @sundy-li in #390
- Improve ColumnWriteBuffer recycling by @AndreyNudko in #395
- Further minimize buffer allocation in INSERT path. Remove one of writeBinary() overrides. by @AndreyNudko in #396
- Send correct compression flag with the query. Combine WRITE_COMPRESS/READ_DECOMPRESS settings into single COMPRESSION, similar to native cli client. by @AndreyNudko in #397
- #398 add parameter
query_id
by @loneylee in #399 - #400 ClickhouseResultSet add readRows and readBytes by @loneylee in #401
- Extend JDBC URL pattern to support failover by @loneylee in #411
- fixbug/#432: The insert exception also sets the state to idle by @li-keguo in #435
- [CLEANUP]: Update clickhouse libs & actualise benchmarks by @dmitrybugakov in #443
- [FIX]: Update PR Comment, with github-script by @dmitrybugakov in #445
- [FEATURE]: Add clickhouse SSL\TLS connection by @dmitrybugakov in #446
New Contributors
- @akamensky made their first contribution in #382
- @AndreyNudko made their first contribution in #395
- @loneylee made their first contribution in #399
- @li-keguo made their first contribution in #435
Full Changelog: v2.6.5...2.7.0