mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
c1c48dd610
* Use relative aliases for all non-current Grafana aliases Prevents non-latest documentation "stealing" the page away from latest and through permanent redirects for latest pages that no longer exist. The redirected pages are indexed by search engines but our robots.txt forbids them crawling the non-latest page. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove aliases from shared pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Rewrite all current latest aliases to be next Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix typo in latest alias 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/next/[^\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> * Prettier Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2.5 KiB
2.5 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 7.4.1 |
Release notes for Grafana 7.4.1
Features and enhancements
- Influx: Make max series limit configurable and show the limiting message if applied. #31025, @aocenas
- Make value mappings correctly interpret numeric-like strings. #30893, @dprokop
- Variables: Adds queryparam formatting option. #30858, @hugohaggmark
Bug fixes
- Alerting: Fixes so notification channels are properly deleted. #31040, @hugohaggmark
- BarGauge: Improvements to value sizing and table inner width calculations. #30990, @torkelo
- DashboardLinks: Fixes crash when link has no title. #31008, @hugohaggmark
- Elasticsearch: Fix alias field value not being shown in query editor. #30992, @Elfo404
- Elasticsearch: Fix log row context errors. #31088, @Elfo404
- Elasticsearch: Show Size setting for raw_data metric. #30980, @Elfo404
- Graph: Fixes so graph is shown for non numeric time values. #30972, @hugohaggmark
- Logging: Ignore 'file already closed' error when closing file. #31119, @aknuds1
- Plugins: Fix plugin signature validation for manifest v2 on Windows. #31045, @wbrowne
- TextPanel: Fixes so panel title is updated when variables change. #30884, @hugohaggmark
- Transforms: Fixes Outer join issue with duplicate field names not getting the same unique field names as before. #31121, @torkelo