From 70a2ad239918778aa32d99e6eafb27b7a504ad54 Mon Sep 17 00:00:00 2001 From: alyssabull Date: Mon, 20 Oct 2025 14:31:52 -0600 Subject: [PATCH 1/3] release clickhouse --- CHANGELOG.md | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eddb0b135..745f8d171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,21 @@ # Changelog -## (next) +## 4.11.2 + +### Features + +- Second part of redesigned ClickHouse config page (behind newClickhouseConfigPageDesign) (#1387) ### Fixes -- Improved error classification to mark all ClickHouse errors as downstream errors, including errors wrapped in HTTP response bodies and multi-error chains +- Improved error classification to mark all ClickHouse errors as downstream errors, including errors wrapped in HTTP response bodies and multi-error chains (#1405) ## 4.11.1 ### Fixes -- All Clickhouse errors are marked as downstream errors for Grafana +- All Clickhouse errors are marked as downstream errors for Grafana (#1378) +- Dependency updates ## 4.11.0 diff --git a/package.json b/package.json index 799de835b..15c8b53c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clickhouse-datasource", - "version": "4.11.1", + "version": "4.11.2", "description": "Clickhouse Datasource", "engines": { "node": ">=20" From a292909d6132885a971583756709385008e76ec4 Mon Sep 17 00:00:00 2001 From: alyssabull Date: Mon, 20 Oct 2025 14:34:23 -0600 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745f8d171..6f56a74f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Fixes - Improved error classification to mark all ClickHouse errors as downstream errors, including errors wrapped in HTTP response bodies and multi-error chains (#1405) +- Dependency updates ## 4.11.1 From 0c19e0cbf29f75a4ff3cbb8c6d2731b312067583 Mon Sep 17 00:00:00 2001 From: alyssabull Date: Mon, 20 Oct 2025 14:34:37 -0600 Subject: [PATCH 3/3] Updae --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f56a74f8..8920dd1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,6 @@ ### Fixes - All Clickhouse errors are marked as downstream errors for Grafana (#1378) -- Dependency updates ## 4.11.0