From 11becf9d99f8cc2496a0eb67426b108777739c4b Mon Sep 17 00:00:00 2001 From: Vikram Sahu Date: Thu, 27 Feb 2025 17:32:13 +0530 Subject: [PATCH 1/3] add release notes for 1.79.x --- release-notes/platform.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-notes/platform.md b/release-notes/platform.md index 3178688bff..df6c2191fa 100644 --- a/release-notes/platform.md +++ b/release-notes/platform.md @@ -79,6 +79,16 @@ The following deprecated API endpoints are longer supported: ## February 2025 +### Version 1.79.x +#### Fixed issues + +- Removed the page load spinner condition to include Usage Breakdown loading status. The Usage Breakdown component now has its own loading spinner instead of displaying a loading spinner on the Subscriptions page. [PL-60615] +- Users will now see a clear error message when they attempt to introduce two conditions with the same name. [PL-60365] + +#### New features and enhancements + +- For the Email channel type in CNS, emails are now optional if the user has added user groups as input. [PL-57711] + ### Version 1.78.x #### Fixed issues From 357efc5c90b6f1d5bcc4d8cc65cbd399cccc1943 Mon Sep 17 00:00:00 2001 From: Vikram Sahu Date: Fri, 28 Feb 2025 17:53:34 +0530 Subject: [PATCH 2/3] add OIDC as new feature --- release-notes/platform.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/platform.md b/release-notes/platform.md index df6c2191fa..7d7bf2ef6f 100644 --- a/release-notes/platform.md +++ b/release-notes/platform.md @@ -88,6 +88,7 @@ The following deprecated API endpoints are longer supported: #### New features and enhancements - For the Email channel type in CNS, emails are now optional if the user has added user groups as input. [PL-57711] +- Added OIDC as a new authentication method, allowing Single Sign-On (SSO) with any custom OIDC (OpenID Connect) provider. This feature is available only for accounts with Vanity URL and is behind the feature flag PL_ENABLE_OIDC_AUTHENTICATION. [PL-56480] ### Version 1.78.x #### Fixed issues From 37ca6a5ca8f85d54579077a0791ae98a544e487b Mon Sep 17 00:00:00 2001 From: Vikram Sahu Date: Fri, 28 Feb 2025 17:54:28 +0530 Subject: [PATCH 3/3] add link to OIDC doc --- release-notes/platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/platform.md b/release-notes/platform.md index 7d7bf2ef6f..c80f38b328 100644 --- a/release-notes/platform.md +++ b/release-notes/platform.md @@ -88,7 +88,7 @@ The following deprecated API endpoints are longer supported: #### New features and enhancements - For the Email channel type in CNS, emails are now optional if the user has added user groups as input. [PL-57711] -- Added OIDC as a new authentication method, allowing Single Sign-On (SSO) with any custom OIDC (OpenID Connect) provider. This feature is available only for accounts with Vanity URL and is behind the feature flag PL_ENABLE_OIDC_AUTHENTICATION. [PL-56480] +- Added OIDC as a new authentication method, allowing [Single Sign-On (SSO) with any custom OIDC (OpenID Connect)](/docs/platform/authentication/single-sign-on-sso-with-oidc) provider. This feature is available only for accounts with Vanity URL and is behind the feature flag PL_ENABLE_OIDC_AUTHENTICATION. [PL-56480] ### Version 1.78.x #### Fixed issues