Skip to content

Releases: ClickHouse/metabase-clickhouse-driver

1.53.2

25 Feb 19:34
f240762
Compare
Choose a tag to compare

Bug fixes

  • Update clickhouse-client to 0.8.1 to fix errors in queries with CTEs (#297, #288, tadeboro).

1.53.1

12 Feb 17:17
0a00ef6
Compare
Choose a tag to compare

Bug fixes

  • Fix unsigned integers overflow (#293).

Improvements

  • Improved compatibility with Metabase 0.53.x (#291, dpsutton).

1.53.0

07 Feb 15:42
8491863
Compare
Choose a tag to compare

Improvements

Bug fixes

  • Fixed OOB exception on CSV insert caused by an incompatibility with JDBC v2 (#286, wotbrew).

1.52.0

30 Jan 12:46
0211592
Compare
Choose a tag to compare
  • Formal Metabase 0.52.x+ support
  • The driver now uses JDBC v2 (0.8.0)
  • Various improvements to handling of datetimes with timezones
  • :convert-timezone feature is disabled for now.
  • Added max-open-connections setting under "advanced options"; default is 100.

1.51.0

25 Oct 18:00
f158f2b
Compare
Choose a tag to compare

Adds Metabase 51.x support

Notes

  • FK-related features are now disabled (:describe-fks, :metadata/key-constraints)

1.50.7

25 Sep 17:15
7788eb2
Compare
Choose a tag to compare

Improvements

  • Added a configuration field (under the "advanced options" hidden by default) that allows overriding ClickHouse settings used in the JDBC driver requests (#272).

    image

1.50.6

02 Sep 16:49
09ad57d
Compare
Choose a tag to compare

Bug fixes

1.50.5

22 Aug 15:53
51b0baf
Compare
Choose a tag to compare

Bug fixes

  • Fixed an error that could occur while setting roles containing hyphens for connection impersonation (#266, sharankow).

1.50.4

20 Aug 13:04
5043990
Compare
Choose a tag to compare

Bug fixes

  • Fixed an error while uploading a CSV with an offset datetime column (#263, crisptrutski).

1.50.3

08 Aug 18:17
01ecc5f
Compare
Choose a tag to compare

Improvements

  • The driver no longer explicitly sets allow_experimental_analyzer=0 settings on the connection level; the new ClickHouse analyzer is now enabled by default.