3.4.11 (2026-04-08)
Fixes:
- fix "Show Context" for logs generating SQL with
UNKNOWN_IDENTIFIERerrors when the original query has WHERE conditions on non-timestamp columns (e.g.,facility,node,level), move WHERE conditions from outer query into inner subquery, fix #706 - fix alerting not firing properly via Private Data Source Connect (PDC) in Grafana Cloud with
i/o timeoutanddatasourceError (data source not found), change backend plugin mode fromServetoManage, fix #873, fix #878
Enhancements:
- bump lodash from 4.17.23 to 4.18.1 to fix security vulnerability
What's Changed
- fix test coverage by @lunaticusgreen in #872
- Bump google.golang.org/grpc from 1.79.2 to 1.79.3 by @dependabot[bot] in #874
- Bump flatted from 3.4.1 to 3.4.2 by @dependabot[bot] in #875
- Bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #877
- Bump yaml from 1.10.2 to 1.10.3 by @dependabot[bot] in #876
- Bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #879
- Bump brace-expansion from 1.1.12 to 1.1.13 by @dependabot[bot] in #880
- Bump serialize-javascript from 7.0.4 to 7.0.5 by @dependabot[bot] in #881
- try to change Serve to Manage for BE plugin by @lunaticusgreen in #882
- Bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #883
- fix: move WHERE conditions into inner subquery for log context queries by @Slach in #886
Full Changelog: v3.4.10...v3.4.11