From 486b358d1b58467907186cc64770a104bb1f7c4f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:47:31 +0200 Subject: [PATCH] Changelog: Updated changelog for 10.0.0 (#70000) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3f47321f2..2439223e9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + + +# 10.0.0 (2023-06-12) + +### Features and enhancements + +- **Themes:** Unify secondary button and ToolbarButton. [#69049](https://github.com/grafana/grafana/issues/69049), [@torkelo](https://github.com/torkelo) +- **PublicDashboards:** Email sharing users with active sessions added in Users list . (Enterprise) +- **Caching:** Ensure context-canceled are not reported as errors . (Enterprise) +- **SAML:** Configuration UI. (Enterprise) + +### Bug fixes + +- **Query Editor:** Ensure dropdown menus position correctly. [#69131](https://github.com/grafana/grafana/issues/69131), [@grafanabot](https://github.com/grafanabot) +- **Drawer:** Fixes closeOnMaskClick false issue. [#69103](https://github.com/grafana/grafana/issues/69103), [@grafanabot](https://github.com/grafanabot) +- **SAML:** Fix IdP metadata caching so that invalid metadata doesn't get cached. (Enterprise) + + # 10.0.0-preview (2023-05-31)