Skip to content

Releases: ClickHouse/clickhouse-java

Release v0.2.5

31 Jan 01:51
66ccd8c
Compare
Choose a tag to compare

This is a patch release with the following changes:

  • bump dependencies and include lz4 in shaded jar
  • new API: ClickHouseRowBinaryStream.writeUInt64Array(UnsignedLong[])
  • support column comments
  • support explain queries
  • fix keep-alive timeout issue by reusing validated connection
  • fix ResultSet.findColumn(String) issue
  • fix the issue of not being able to use NULL constant in PreparedStatement
  • fix toLowerCase issue for Turkish

Minor bugfix

04 Feb 08:08
Compare
Choose a tag to compare

Fix FORMAT clause append for queries, ending with comments.

0.2.3

26 Dec 07:13
Compare
Choose a tag to compare

Adding support for Decimals in RowBinary protocol

Release 0.2.2 (bugfix)

11 Dec 08:36
Compare
Choose a tag to compare
  • close certificate keystore
  • fix for Boolean data type

release_0.2

09 Sep 13:24
Compare
Choose a tag to compare
  • New API for sending streams of data
  • Old extension of ClickHouseStatement deprecated