Change8

v11.6.7

📦 grafanaView on GitHub →
3 features🐛 4 fixes

Summary

This release introduces enhancements to Loki exports batching and updates the underlying Go version to 1.25.3. Several bugs were fixed across authentication, plugins, and URL parameter handling.

✨ New Features

  • Apply proper batching to Loki exports and add configurable settings (Enterprise).
  • Update Go version to 1.25.2, golangci-lint to v2.5.0, and golang.org/x/net to v0.45.0.
  • Update Go version to 1.25.3.

🐛 Bug Fixes

  • Fixed rendering of user OAuth passthrough in Auth.
  • Fixed URL propagation of username context as a parameter in LDAP Authentication.
  • Fixed issue where plugin dependencies did not inherit the parent URL for preinstall.
  • Fixed issues with variables having a 'true' value by ensuring true values are always stringified as key=true in URLParams.