3.4.9 (2026-02-03)
Fixes:
- fix UInt64 values rounded on JS side due to JSON parsing precision loss, add
output_format_json_quote_64bit_integers=1setting, fix #832, related to ClickHouse/ClickHouse#86553 - fix
WHERE id IN [$multi_value_template_variable]producing double brackets[[xxx,yyy,zzz]]instead of[xxx,yyy,zzz], fix #838 - fix single quotes missing in
$conditionalTestmacro, fix #847 - fix sending empty query
FORMAT JSONon new dashboard creation, fix #837 - fix saving editor mode state (SQL Editor / Query Settings) between dashboard reloads, fix #835
- fix absent user data in datasource settings, fix #836
What's Changed
- Bump glob from 10.4.5 to 11.1.0 by @dependabot[bot] in #833
- Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #834
- testflow: change grafana version to 12.4 instead of 12.3.1 by @lunaticusgreen in #844
- Fix FORMAT JSON error with empty request by @lunaticusgreen in #840
- add saving editor mode state by @lunaticusgreen in #841
- Add square brackets processing by @lunaticusgreen in #842
- Bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #843
- Fixed lost precision issue when use values exceeding JS numbers limitation by @lunaticusgreen in #845
- no single quotes after query Template variable by @Slach in #848
- Add absent user information by @lunaticusgreen in #849
Full Changelog: v3.4.8...v3.4.9