@@ -54,9 +54,9 @@ verify that the connection is successful:
54
54
.. important::
55
55
56
56
New Serverless instances can no longer be created, and as of May 5 2025, all
57
- existing Serverless instances will be migrated. The `All Clusters
57
+ existing Serverless instances have been migrated. The `All Clusters
58
58
<https://cloud.mongodb.com/v2#/clusters>`__ page in the Atlas UI shows which tiers
59
- your instances will be migrated to, based on usage. See the :ref:`Manage
59
+ your instances are migrated to based on usage. See the :ref:`Manage
60
60
Serverless Instances <manage-serverless-instances>` page to learn more about
61
61
how to manually handle existing Serverless instances.
62
62
@@ -107,7 +107,7 @@ When connecting to a replica set, the driver takes the following actions by defa
107
107
Direct Connection
108
108
~~~~~~~~~~~~~~~~~
109
109
110
- To force operations on the host designated in the connection URI ,
110
+ To force operations on the host designated in the connection string ,
111
111
specify the ``directConnection`` option. Direct connections exhibit the
112
112
following behavior:
113
113
@@ -125,6 +125,10 @@ API Documentation
125
125
-----------------
126
126
127
127
To learn more about connecting to different MongoDB instances with a
128
- ``MongoClient``, see the `MongoClient API
129
- Documentation <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html>`__.
128
+ ``MongoClient``, see the following API Documentation:
129
+
130
+ - `MongoClient <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html>`__
131
+ - `options <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html#options>`__
132
+ - `connect <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html#connect>`__
133
+ - `readPreference <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html#readPreference>`__
130
134
0 commit comments