Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 4 additions & 2 deletions docs/content/stable/releases/ybdb-releases/v2024.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,10 @@ docker pull yugabytedb/yugabyte:2024.2.4.0-b89

### New feature

* [Connection Manager](/v2024.2/explore/going-beyond-sql/connection-mgr-ysql/). Reduced the cost of binding logical to physical connections to improve performance and lower application-level latencies, specifically by optimizing the GUC workflow.
{{<tags/feature/ea idea="2197">}}
* [Connection Manager](/v2024.2/explore/going-beyond-sql/connection-mgr-ysql/).

- Reduced the cost of binding logical to physical connections to improve performance and lower application-level latencies, specifically by optimizing the GUC workflow. {{<tags/feature/ea idea="2197">}}
- Added SCRAM-SHA-256 [authentication method](/v2024.2/additional-features/connection-manager-ysql/ycm-setup/#authentication-methods) support for Connection Manager.

### Improvements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The following table outlines the various authentication methods supported by Yug
| {{<icon/yes>}} | JWT Authentication (OIDC) | Uses JSON Web Tokens (JWT) from an external Identity Provider (IDP) to securely transmit authentication and authorization information. |
| {{<icon/yes>}} | LDAP Authentication | Verifies users against a centralized directory service using Lightweight Directory Access Protocol (LDAP). |
| {{<icon/no>}} | GSS API or Kerberos| Enables Kerberos-based authentication through a standardized API, allowing secure, enterprise-grade Single Sign-On (SSO) logins without passwords. <br> **Note**: Testing of this feature with YugabyteDB is currently limited.|
| {{<icon/yes>}} | SCRAM-SHA-256 | A secure password-based authentication that protects credentials using hashing, salting, and challenge-response. |
| {{<icon/yes>}} | SCRAM-SHA-256 | A secure password-based authentication that protects credentials using hashing, salting, and challenge-response. Supported in {{<release "2024.2.4.0">}} and later. |
| {{<icon/no>}} | SCRAM-SHA-256-PLUS | A variant of SCRAM-SHA-256 over TLS channels that performs TLS channel-binding as part of authentication. |
| {{<icon/yes>}} | MD5 | Password-based authentication where the user's password is by default stored in MD5 encryption format in the database. |
| {{<icon/no>}} | Cert | Certificate-based authentication requires the client to provide certificates to the server over a TLS connection for authentication. |
Expand Down