From 75f5cb061ec0df76fbb92533fcdf3d7958b2e83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Thu, 6 Apr 2023 14:40:26 +0200 Subject: [PATCH] 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> --- 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.