Releases: ClickHouse/metabase-clickhouse-driver
Releases · ClickHouse/metabase-clickhouse-driver
1.53.2
Bug fixes
- Update clickhouse-client to 0.8.1 to fix errors in queries with CTEs (#297, #288, tadeboro).
1.53.1
Bug fixes
- Fix unsigned integers overflow (#293).
Improvements
- Improved compatibility with Metabase 0.53.x (#291, dpsutton).
1.53.0
Improvements
Bug fixes
- Fixed OOB exception on CSV insert caused by an incompatibility with JDBC v2 (#286, wotbrew).
1.52.0
- 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
Adds Metabase 51.x support
Notes
- FK-related features are now disabled (
:describe-fks
, :metadata/key-constraints
)
1.50.5
Bug fixes
- Fixed an error that could occur while setting roles containing hyphens for connection impersonation (#266, sharankow).
1.50.4
Bug fixes
- Fixed an error while uploading a CSV with an offset datetime column (#263, crisptrutski).
1.50.3
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.