Skip to content

Commit 3094b9b

Browse files
committed
updates
1 parent f27f90c commit 3094b9b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

source/whats-new.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,21 @@ What's New in 6.11
3939

4040
The {+driver-short+} v6.11 release includes the following features:
4141

42-
- Adds Client Side Operations Timeout (CSOT), which lets you apply a single timeout to all
43-
steps needed to complete a server-side operation, including server selection,
44-
connection checkout, serialization, and server-side execution.
42+
- Adds Client Side Operations Timeout (CSOT) functionality. This feature lets you apply
43+
a single timeout to all steps needed to complete a server-side operation, including
44+
server selection, connection checkout, serialization, and server-side execution.
4545

4646
.. note:: Experimental Feature
4747

4848
The CSOT feature is experimental and might change in future driver releases.
4949

5050
- Adds OIDC authentication support for Kubernetes environments. To use OIDC to authenticate
51+
to a Kubernetes environment, set the ``authMechanismProperties`` connection option
52+
to ``ENVIRONMENT:k8s`` in your connection string. You can use this feature when connecting
5153
to an environment running in Amazon's EKS (Elastic Kubernetes Service), Google's GKE
52-
(Google Kubernetes Engine), or Azure's AKS (Azure Kubernetes Service), set the
53-
``authMechanismProperties`` connection option to ``ENVIRONMENT:k8s`` in your
54-
connection string. The following example shows how to use this option:
54+
(Google Kubernetes Engine), or Azure's AKS (Azure Kubernetes Service).
55+
56+
The following example shows how to specify this connection option:
5557

5658
.. code-block:: javascript
5759
:copyable: true

0 commit comments

Comments
 (0)