From 6eb41f9cb32aa8f10a35ab66750d4e961307656f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 20 Apr 2022 09:08:56 -0400 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.4.7 (#47952) --- CHANGELOG.md | 16 ++++++++++++++++ docs/sources/release-notes/_index.md | 1 + .../release-notes/release-notes-8-4-7.md | 19 +++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-4-7.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 508cabd500c..4883184185d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,22 @@ When user is using Github OAuth, GitHub login is showed as both Grafana login an The meaning of the default data source has now changed from being a persisted property in a panel. Before when you selected the default data source for a panel and later changed the default data source to another data source it would change all panels who were configured to use the default data source. From now on the default data source is just the default for new panels and changing the default will not impact any currently saved dashboards. Issue [#45132](https://github.com/grafana/grafana/issues/45132) + + +# 8.4.7 (2022-04-19) + +### Features and enhancements + +- **CloudWatch:** Added missing MemoryDB Namespace metrics. [#47290](https://github.com/grafana/grafana/pull/47290), [@james-deee](https://github.com/james-deee) +- **Histogram Panel:** Take decimal into consideration. [#47330](https://github.com/grafana/grafana/pull/47330), [@mdvictor](https://github.com/mdvictor) +- **TimeSeries:** Sort tooltip values based on raw values. [#46738](https://github.com/grafana/grafana/pull/46738), [@dprokop](https://github.com/dprokop) + +### Bug fixes + +- **API:** Include userId, orgId, uname in request logging middleware. [#47183](https://github.com/grafana/grafana/pull/47183), [@marefr](https://github.com/marefr) +- **Elasticsearch:** Respect maxConcurrentShardRequests datasource setting. [#47120](https://github.com/grafana/grafana/pull/47120), [@alexandrst88](https://github.com/alexandrst88) + + diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index df1de760538..67c192144d5 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -9,6 +9,7 @@ Here you can find detailed release notes that list everything that is included i about deprecations, breaking changes as well as changes that relate to plugin development. - [Release notes for 8.5.0-beta1]({{< relref "release-notes-8-5-0-beta1" >}}) +- [Release notes for 8.4.7]({{< relref "release-notes-8-4-7" >}}) - [Release notes for 8.4.6]({{< relref "release-notes-8-4-6" >}}) - [Release notes for 8.4.5]({{< relref "release-notes-8-4-5" >}}) - [Release notes for 8.4.4]({{< relref "release-notes-8-4-4" >}}) diff --git a/docs/sources/release-notes/release-notes-8-4-7.md b/docs/sources/release-notes/release-notes-8-4-7.md new file mode 100644 index 00000000000..671bdee6d2c --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-4-7.md @@ -0,0 +1,19 @@ ++++ +title = "Release notes for Grafana 8.4.7" +hide_menu = true ++++ + + + +# Release notes for Grafana 8.4.7 + +### Features and enhancements + +- **CloudWatch:** Added missing MemoryDB Namespace metrics. [#47290](https://github.com/grafana/grafana/pull/47290), [@james-deee](https://github.com/james-deee) +- **Histogram Panel:** Take decimal into consideration. [#47330](https://github.com/grafana/grafana/pull/47330), [@mdvictor](https://github.com/mdvictor) +- **TimeSeries:** Sort tooltip values based on raw values. [#46738](https://github.com/grafana/grafana/pull/46738), [@dprokop](https://github.com/dprokop) + +### Bug fixes + +- **API:** Include userId, orgId, uname in request logging middleware. [#47183](https://github.com/grafana/grafana/pull/47183), [@marefr](https://github.com/marefr) +- **Elasticsearch:** Respect maxConcurrentShardRequests datasource setting. [#47120](https://github.com/grafana/grafana/pull/47120), [@alexandrst88](https://github.com/alexandrst88)