Skip to content

Commit 95aa985

Browse files
committed
prepare changelog for 3.4.9
1 parent 5ac1a00 commit 95aa985

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
8+
19
# 3.4.8 (2025-11-12)
210
## Enhancements:
311
* switch to go 1.25

0 commit comments

Comments
 (0)