We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43a8cd commit 3cc0fd7Copy full SHA for 3cc0fd7
CHANGELOG.md
@@ -1,10 +1,15 @@
1
# Changelog
2
3
-## Unreleased
+## 4.12.0
4
5
### Features
6
7
- Support log volume queries for the SQL editor. Note that this will only work for Grafana versions >= 12.4.0 (#1475)
8
+- Support columns with `.` in ad-hoc filters (#1481)
9
+
10
+### Fixes
11
12
+- Dependency updates
13
14
## 4.11.4
15
package.json
@@ -1,6 +1,6 @@
{
"name": "clickhouse-datasource",
- "version": "4.11.4",
+ "version": "4.12.0",
"description": "Clickhouse Datasource",
"engines": {
"node": ">=20"
0 commit comments