Releases: ClickHouse/metabase-clickhouse-driver
Releases · ClickHouse/metabase-clickhouse-driver
1.5.0 - Uploads and Impersonation features
1.5.0
Metabase 0.49.14+ only.
New features
- Added Metabase CSV Uploads feature support; currently, it is enabled with ClickHouse Cloud only. On-premise deployment support will be added in a future release. (calherries, #236, #238)
- Added Metabase connection impersonation feature support. The driver will only enable this feature if ClickHouse version 24.4+ is detected. (#219)
Improvements
- Proper role setting support on cluster deployments (related issue: #192).
- Bump the JDBC driver to 0.6.0-patch5.
Bug fixes
1.4.0
1.3.4
New features
- If introspected ClickHouse version is lower than 23.8, the driver will not use startsWithUTF8/endsWithUTF8 and fall back to their non-UTF8 counterparts instead. There is a drawback in this compatibility mode: potentially incorrect filtering results when working with non-latin strings. If your use case includes filtering by columns with such strings and you experience these issues, consider upgrading your ClickHouse server to 23.8+. (#224)