Skip to content

v2.7.0

Compare
Choose a tag to compare
@demetribu demetribu released this 02 Sep 16:04

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

Full Changelog: v2.6.5...2.7.0