Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmorisi committed Jun 11, 2024
1 parent 803db83 commit 49599c0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions source/fundamentals/connection/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,10 @@ verify that the connection is successful:

.. note::

As of v4.7, the {+driver-short+} will automatically call the ``MongoClient.connect()``
method when using the client to interact with your MongoDB instance, **except** when
you use the client to call bulk operations. We recommend manually calling
``MongoClient.connect()`` if you want granular control and insight over
your application's connections.
As of {+driver-short+} v4.7, the driver automatically calls the ``MongoClient.connect()``
method when using the client to perform CRUD operations on your MongoDB deployment.
Call the ``MongoClient.connect()`` method explicitly to verify that the connection is
successful.

To learn more about the Stable
API feature, see the :ref:`{+stable-api+} page <nodejs-stable-api>`.
Expand Down

0 comments on commit 49599c0

Please sign in to comment.