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
New features of the 4.0 Node.js driver release include:
24
+
25
+
.. _version-3.6:
26
+
27
+
What's New in 3.6
28
+
-----------------
29
+
30
+
New features of the 3.6 Node.js driver release include:
31
+
32
+
- Added support for the :ref:`MONGODB-AWS <mongodb-aws>` authentication mechanism using Amazon Web Services (AWS) Identity and Access Management (IAM) credentials
33
+
- Added support for Online Certificate Status Protocol (OCSP)
34
+
- The :node-api:`find()<Collection.html#find>` method supports ``allowDiskUse()`` for sorts that require too much memory to execute in RAM
35
+
- The :ref:`update() <updateDocuments>` and :ref:`replaceOne() <replacementDocument>` methods support index hints
36
+
- A reduction in recovery time for topology changes and failover events
37
+
- Improvements in validation testing for the default :manual:`writeConcern </reference/write-concern/>`
38
+
- Authentication requires fewer round trips to the server, resulting in faster connection setup
0 commit comments