@@ -39,19 +39,21 @@ What's New in 6.11
39
39
40
40
The {+driver-short+} v6.11 release includes the following features:
41
41
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.
45
45
46
46
.. note:: Experimental Feature
47
47
48
48
The CSOT feature is experimental and might change in future driver releases.
49
49
50
50
- 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
51
53
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:
55
57
56
58
.. code-block:: javascript
57
59
:copyable: true
0 commit comments