Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
- Dependency updates

## 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)

## 4.11.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clickhouse-datasource",
"version": "4.11.1",
"version": "4.11.2",
"description": "Clickhouse Datasource",
"engines": {
"node": ">=20"
Expand Down
Loading