File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,11 @@ The {+driver-short+} v6.13 release includes the following features:
49
49
50
50
env MONGODB_LOG_ALL=debug node server.mjs
51
51
52
+ .. TODO: To learn more, see the :ref:`Logging <node-logging>` guide.
53
+
52
54
- Improves command monitoring performance by removing deep copies of command and
53
- reply objects.
55
+ reply objects. Modifying the command and response values might lead to
56
+ undefined behavior.
54
57
55
58
- Adds an experimental abort signal feature. You can pass the ``signal`` command
56
59
to the following methods to interrupt the execution of the method when the
@@ -70,7 +73,8 @@ The {+driver-short+} v6.13 release includes the following features:
70
73
lookups when resolving ``mongodb+srv://`` connection strings.
71
74
72
75
- ``MongoClient.close()`` also closes any associated cursors.
73
- - You can call ``MongoClient.close()`` concurrently.
76
+ - You can safely invoke ``MongoClient.close()`` concurrently, but we do not
77
+ recommend doing so if avoidable.
74
78
- Fixes an issue that caused ``MONGODB-OIDC`` authentication to not properly
75
79
reauthenticate if the handshake includes speculative authentication.
76
80
You can’t perform that action at this time.
0 commit comments