Skip to content

Commit 51b0baf

Browse files
authored
Release 1.50.5 (#267)
1 parent 33496c1 commit 51b0baf

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.50.5
2+
3+
### Bug fixes
4+
5+
* Fixed an error that could occur while setting roles containing hyphens for connection impersonation ([#266](https://github.com/ClickHouse/metabase-clickhouse-driver/pull/266), [sharankow](https://github.com/sharankow)).
6+
17
# 1.50.4
28

39
### Bug fixes

Diff for: resources/metabase-plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
info:
22
name: Metabase ClickHouse Driver
3-
version: 1.50.4
3+
version: 1.50.5
44
description: Allows Metabase to connect to ClickHouse databases.
55
contact-info:
66
name: ClickHouse

Diff for: src/metabase/driver/clickhouse.clj

+1-1
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.50.4")
32+
(def ^:private product-name "metabase/1.50.5")
3333

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

Diff for: test/metabase/test/data/clickhouse.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
:ssl false
3232
:use_no_proxy false
3333
:use_server_time_zone_for_dates true
34-
:product_name "metabase/1.50.4"
34+
:product_name "metabase/1.50.5"
3535
:databaseTerm "schema"
3636
:remember_last_set_roles true
3737
:http_connection_provider "HTTP_URL_CONNECTION"})

0 commit comments

Comments
 (0)