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

Commit 01250c2

Browse files
authored
Prepare 1.53.4 (#313)
1 parent cc24644 commit 01250c2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.53.4
2+
3+
### Improvements
4+
5+
* The JDBC driver was updated to [0.8.4](https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.8.4). This fixes [#309](https://github.com/ClickHouse/metabase-clickhouse-driver/issues/309), [#300](https://github.com/ClickHouse/metabase-clickhouse-driver/issues/300), [#297](https://github.com/ClickHouse/metabase-clickhouse-driver/issues/297).
6+
17
# 1.53.3
28

39
### Improvements

resources/metabase-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
info:
22
name: Metabase ClickHouse Driver
3-
version: 1.53.3
3+
version: 1.53.4
44
description: Allows Metabase to connect to ClickHouse databases.
55
contact-info:
66
name: ClickHouse

src/metabase/driver/clickhouse.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
(driver/register! :clickhouse :parent #{:sql-jdbc})
3030

3131
(defmethod driver/display-name :clickhouse [_] "ClickHouse")
32-
(def ^:private product-name "metabase/1.53.3")
32+
(def ^:private product-name "metabase/1.53.4")
3333

3434
(defmethod driver/prettify-native-form :clickhouse
3535
[_ native-form]

test/metabase/test/data/clickhouse.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
:password ""
5151
:ssl false
5252
:use_server_time_zone_for_dates true
53-
:product_name "metabase/1.53.3"
53+
:product_name "metabase/1.53.4"
5454
:jdbc_ignore_unsupported_values "true"
5555
:jdbc_schema_term "schema",
5656
:max_open_connections 100

0 commit comments

Comments
 (0)