4cacab01f4
* Use relative aliases for all non-current Grafana aliases Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
1008 B
1008 B
_build, title
| _build | title | ||
|---|---|---|---|
|
Release notes for Grafana 7.5.6 |
Release notes for Grafana 7.5.6
Features and enhancements
- Database: Add isolation level configuration parameter for MySQL. #33830, @zserge
- InfluxDB: Improve measurement-autocomplete behavior. #33494, @gabor
- Instrumentation: Don't consider invalid email address a failed email. #33671, @bergquist
Bug fixes
- Loki: fix label browser crashing when + typed. #33900, @zoltanbedi
- Prometheus: Sanitize PromLink button. #33874, @ivanahuckova