Skip to content

Commit e9111e2

Browse files
tech review feedback
1 parent 30b04a2 commit e9111e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/whats-new.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ The {+driver-short+} v6.13 release includes the following features:
4949

5050
env MONGODB_LOG_ALL=debug node server.mjs
5151

52+
.. TODO: To learn more, see the :ref:`Logging <node-logging>` guide.
53+
5254
- 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.
5457

5558
- Adds an experimental abort signal feature. You can pass the ``signal`` command
5659
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:
7073
lookups when resolving ``mongodb+srv://`` connection strings.
7174

7275
- ``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.
7478
- Fixes an issue that caused ``MONGODB-OIDC`` authentication to not properly
7579
reauthenticate if the handshake includes speculative authentication.
7680

0 commit comments

Comments
 (0)