Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Releases: ClickHouse/metabase-clickhouse-driver

1.53.4

23 Apr 14:14
01250c2
Compare
Choose a tag to compare

Since the Metabase team promoted the ClickHouse driver to the core level as of Metabase 54 (release notes, driver source), this is the last release from this repository, fixing a few driver issues with Metabase 53.x.

Starting from April 2025, the Metabase team will continue maintaining the driver.
Please report new issues in the main Metabase repository.

Improvements

1.53.3

18 Mar 16:52
bf8f146
Compare
Choose a tag to compare

Improvements

  • If ClickHouse instance hostname was specified including http:// or https:// schema (e.g. https://sub.example.com, which is technically wrong), it will be automatically handled and removed by the driver, instead of failing with a connection error.
  • The JDBC driver was updated to 0.8.2. Due to fixes in this version, Metabase CSV uploads performance should be greatly increased.

1.53.2

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

Bug fixes

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).