You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/whats-new.txt
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,7 @@ operator instead.
170
170
Authentication
171
171
++++++++++++++
172
172
173
-
- ``gssapiServiceName`` is now removed. Use :node-api-4.0:`authMechanismProperties.SERVICE_NAME` in the URI
174
-
or as an option on ``MongoClientOptions``.
173
+
- ``gssapiServiceName`` is now removed. Use :node-api-4.0:`authMechanismProperties.SERVICE_NAME <interfaces/mongoclientoptions.html#authmechanismproperties>` in the URI or as an option on ``MongoClientOptions``.
175
174
176
175
.. example::
177
176
@@ -297,7 +296,7 @@ Unified Topology
297
296
298
297
- It is longer required to specify ``useUnifiedTopology`` or ``useNewUrlParser``.
299
298
300
-
- You must use the new ``directConnection`` :node-api-4.0:`option </mongoclientoptions.html#directconnection>`
299
+
- You must use the new ``directConnection`` :node-api-4.0:`option <interfaces/mongoclientoptions.html#directconnection>`
301
300
to connect to unitiliazed replica set members.
302
301
303
302
Explain
@@ -330,7 +329,7 @@ New features of the 3.6 Node.js driver release include:
330
329
331
330
- Added support for the :ref:`MONGODB-AWS <mongodb-aws>` authentication mechanism using Amazon Web Services (AWS) Identity and Access Management (IAM) credentials
332
331
- Added support for Online Certificate Status Protocol (OCSP)
333
-
- The :node-api-4.0:`find()</classes/collection.html#find>` method supports ``allowDiskUse()`` for sorts that require too much memory to execute in RAM
332
+
- The :node-api-4.0:`find() <classes/collection.html#find>` method supports ``allowDiskUse()`` for sorts that require too much memory to execute in RAM
334
333
- The :ref:`update() <updateDocuments>` and :ref:`replaceOne() <replacementDocument>` methods support index hints
335
334
- A reduction in recovery time for topology changes and failover events
336
335
- Improvements in validation testing for the default :manual:`writeConcern </reference/write-concern/>`
0 commit comments