Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PL-Doc] Release notes for 1.79.x #9538

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions release-notes/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ The following deprecated API endpoints are longer supported:

## February 2025

### Version 1.79.x <!-- February 28, 2025-->
#### 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]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivikramsahu please add OIDC as the new feature. CC: @nataraja2018

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

Copy link
Collaborator Author

@ivikramsahu ivikramsahu Feb 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nataraja2018 can we please check why it didn't came in the release ticket list?

Copy link
Collaborator Author

@ivikramsahu ivikramsahu Feb 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abhishekharness this was not added because it is unavailable in release ticket list.

It has been added now

- 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 <!-- February 21, 2025-->
#### Fixed issues

Expand Down