This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Releases: ClickHouse/metabase-clickhouse-driver
Releases · ClickHouse/metabase-clickhouse-driver
1.53.4
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
Improvements
- If ClickHouse instance hostname was specified including
http://
orhttps://
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.