You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# 3.4.9 (2026-02-03)
2
+
## Fixes:
3
+
* fix UInt64 values rounded on JS side due to JSON parsing precision loss, add `output_format_json_quote_64bit_integers=1` setting, fix https://github.com/Altinity/clickhouse-grafana/issues/832, related to https://github.com/ClickHouse/ClickHouse/issues/86553
4
+
* fix `WHERE id IN [$multi_value_template_variable]` producing double brackets `[[xxx,yyy,zzz]]` instead of `[xxx,yyy,zzz]`, fix https://github.com/Altinity/clickhouse-grafana/issues/838
5
+
* fix single quotes missing in `$conditionalTest` macro, fix https://github.com/Altinity/clickhouse-grafana/issues/847
6
+
* fix sending empty query `FORMAT JSON` on new dashboard creation, fix https://github.com/Altinity/clickhouse-grafana/issues/837
7
+
* fix saving editor mode state (SQL Editor / Query Settings) between dashboard reloads, fix https://github.com/Altinity/clickhouse-grafana/issues/835
0 commit comments