Change8

v12.2.1

📦 grafanaView on GitHub →
2 features🐛 7 fixes

Summary

This patch release (12.2.1) focuses on updating the underlying Go version and applying several bug fixes across authentication, dashboards, FlameGraph, LDAP, plugins, and table rendering.

✨ New Features

  • Updated Go version to 1.25.2 and tooling (golangci-lint v2.5.0, golang.org/x/net v0.45.0).
  • Updated Go version to 1.25.3.

🐛 Bug Fixes

  • Fixed rendering issue for user OAuth passthrough in Authentication.
  • Restored missing Ctrl+O keyboard shortcut for toggling crosshair in Dashboards.
  • Fixed redirection issue after login when Grafana is served from a subpath.
  • Ensured total is counted only once for recursive function calls in FlameGraph visualization.
  • Fixed LDAP Authentication to correctly propagate username context as a parameter in the URL.
  • Resolved issue where plugin dependencies did not inherit the parent URL during preinstallation.
  • Backported Safari 26 fixes to address Table rendering issues.