mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -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>
7.1 KiB
7.1 KiB
hide_menu | title |
---|---|
true | Release notes for Grafana 8.4.0 |
Release notes for Grafana 8.4.0
Features and enhancements
- API: Extract OpenAPI specification from source code using go-swagger. #40528, @papagian
- AccessControl: Disable user remove and user update roles when they do not have the permissions. #43429, @Jguer
- AccessControl: Provisioning for teams. #43767, @gamab
- API: Add usage stats preview endpoint. #43899, @Jguer
- Alerting: Move slow queries in the scheduler to another goroutine. #44423, @grobinson-grafana
- Alerting: Use time.Ticker instead of alerting.Ticker in ngalert. #44395, @grobinson-grafana
- Alerting: add custom grouping to Alert Panel. #44559, @gillesdemey
- Analytics: Add user id tracking to google analytics. #42763, @autoric
- Angular: Add AngularJS plugin support deprecation plan to docs site. #45149, @torkelo
- Auth: implement auto_sign_up for auth.jwt. #43502, @sakjur
- Azure Monitor Logs: Order subscriptions in resource picker by name. #45228, @sunker
- Azure monitor Logs: Optimize data fetching in resource picker. #44549, @sunker
- AzureMonitor: Filter list of resources by resourceType. #43522, @andresmgot
- BarChart: color by field, x time field, bar radius, label skipping. #43257, @leeoniya
- Chore: Implement OpenTelemetry in Grafana. #42674, @idafurjes
- Cloud Monitoring: Adds metric type to Metric drop down options. #43268, @tw1nk
- CloudWatch: Add Data Lifecycle Manager metrics and dimension. #43310, @ilyastoli
- CloudWatch: Add Missing Elasticache Host-level metrics. #43455, @dhendo
- CloudWatch: Add all ElastiCache Redis Metrics. #43336, @siavashs
- CloudWatch: Add new AWS/ES metrics. #43034, @sunker
- Cloudwatch: Add syntax highlighting and autocomplete for "Metric Search". #43985, @sarahzinger
- Explore: Support custom display label for exemplar links for Prometheus datasource. #42732, @JokerQueue
- Hotkeys: Make time range absolute/permanent. #43802, @davkal
- Playlists: Enable sharing direct links to playlists. #44161, @ashharrison90
- SQLStore: Prevent concurrent migrations. #44101, @papagian
- SSE: Add Mode to drop NaN/Inf/Null in Reduction operations. #43583, @kylebrandt
- Setting: Support configuring feature toggles with bools instead of just passing an array. #43326, @bergquist
- TimeSeries: Add support for negative Y and constant transform. #44774, @dprokop
- Transformations: Add 'JSON' field type to ConvertFieldTypeTransformer. #42624, @sd2k
Bug fixes
- Auth: Guarantee consistency of signed SigV4 headers. #45054, @wbrowne
- CloudWatch: Fix MetricName resetting on Namespace change. #44165, @yaelleC
- Cloudwatch : Fixed resetting metric name when changing namespace in Metric Query. #44612, @yaelleC
- Explore: Avoid locking timepicker when range is inverted. #44790, @Elfo404
- Instrumentation: Fix HTTP request instrumentation of authentication failures. #44234, @marefr
- LibraryPanels: Prevent long descriptions and names from obscuring the delete button. #45190, @zuchka
- OAuth: Fix parsing of ID token if header contains non-string value. #44159, @marefr
- Panel Edit: Visualization search now works correctly with special characters. #45137, @ashharrison90
- Provisioning: Fix duplicate validation when multiple organizations have been configured. #44151, @marefr
- QueryField: Fix issue with undo history when suggestion is inserted (#28656). #39114, @glintik
- TablePanel: Do not prefix columns with frame name if multiple frames and override active. #45174, @mdvictor
Deprecations
AngularJS plugin support is now in a deprecated state, meaning it will be removed in a future release. Currently, that is planned for version 10 (in 2023). The documentation site has an article with more details on why, when, and how. Issue #45149