Skip to content

Releases: housepower/ClickHouse-Native-JDBC

v2.7.1

09 Oct 17:39
Compare
Choose a tag to compare
  • [FEATURE]: Add IPv6 type. #430 (#454)
  • [FEATURE]: Add Support ProgressListener in ClickHouseStatement (#452)
  • [FEATURE]: Support LowCardinality series datatype (#451)

v2.7.0

02 Sep 16:04
Compare
Choose a tag to compare

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

v2.6.4

22 Dec 12:21
07c87a0
Compare
Choose a tag to compare
  • Fix java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer in v2.6.3 (#392)
  • Release should build with JDK8 (#393)

v2.5.7

13 Dec 04:01
d72e65d
Compare
Choose a tag to compare
  • Fix date value error when bigger than short (#383)
  • Fix DataTypeDate#deserializeBinaryBulk (#391)

v2.6.2

03 Dec 09:52
317f36d
Compare
Choose a tag to compare
  • Implement basic logic of re-using buffers (#382)
  • Remove final of buffer size in ClickHouseDefines (#387)
  • Extract rw compress to ClickHouseDefines (#388)

v2.6.1

02 Dec 04:33
444e628
Compare
Choose a tag to compare
  • Fix date value error when bigger than short (#383)
  • Bump aircompressor 0.21 to fix #381 (#384)
  • Bump yandex clickhouse jdkc 0.3.1-patch (#385)
  • Remove dead module clickhouse-integration-spark3

v2.6.0

02 Dec 04:32
Compare
Choose a tag to compare
  • add Date32 support (#375)
  • support DataType Map (#370)
  • Return the name of the type instead of the name of the column (#367)
  • support config client name (#362)
  • Support setDate with Calendar in pstmt(#347)
  • Add Date test for Spark on ClickHouse (#345)

v2.5.6

27 May 09:57
Compare
Choose a tag to compare

Changelog

  • (#350) Fix insert null value on nullable number columns

v2.5.5

27 May 05:28
Compare
Choose a tag to compare

Changelog

  • (#347) Support setDate with Calendar in pstmt
  • (#336) Correct ClickHouseDatabaseMetadata#supportsBatchUpdates

v2.5.4

01 Mar 01:36
Compare
Choose a tag to compare

Changelog

  • (improvement) Avoid redundant BigDecimal cast (#306)
  • (bugfix) Fix NPE on clearParameters (#315)
  • (bugfix) Support LocalDateTime (#316)