From 0c3bf3f0e9ecf0032cc80e6cdc5fef4dadf1dcf4 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:50:58 +0200 Subject: [PATCH] [v9.4.x] Docs: Add content to what's new 9.4 (#66122) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Docs: Add content to what's new 9.4 (#65895) * Docs: Add content to what's new 9.4 * Update docs/sources/whatsnew/whats-new-in-v9-4.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/whatsnew/whats-new-in-v9-4.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit 75f5cb061ec0df76fbb92533fcdf3d7958b2e83b) Co-authored-by: Zoltán Bedi --- docs/sources/whatsnew/whats-new-in-v9-4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/whatsnew/whats-new-in-v9-4.md b/docs/sources/whatsnew/whats-new-in-v9-4.md index d47d7a20c23..feea36c9224 100644 --- a/docs/sources/whatsnew/whats-new-in-v9-4.md +++ b/docs/sources/whatsnew/whats-new-in-v9-4.md @@ -296,6 +296,10 @@ We've added support for JWT authentication. We've added support for custom session parameters. +## Postgres, MySQL, and MSSQL data sources + +The `database` property is now under the `jsonData` key in the data source configuration. This change is backward compatible, and existing configurations will continue to work. + ## Before you upgrade There are no known breaking changes associated with this version of Grafana.