Skip to content

Commit 0bce89a

Browse files
committed
DOCS-14182 clarify retryable writes default
1 parent 77c53ce commit 0bce89a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

source/includes/extracts-4.2-changes.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,15 @@ content: |
704704
---
705705
ref: 4.2-changes-drivers-retryWrites-default
706706
content: |
707-
The official MongoDB 3.6 and 4.0-compatible drivers required including the
708-
:urioption:`retryWrites=true <retryWrites>` option in the :ref:`connection
709-
string <mongodb-uri>` to enable retryable writes for that connection.
707+
MongoDB 3.6 introduced support for :ref:`retryable-writes`, but most
708+
official MongoDB 3.6 and 4.0-compatible drivers disabled this feature
709+
by default. For such drivers, retryable writes could be enabled per
710+
connection by including the :urioption:`retryWrites=true
711+
<retryWrites>` option in the :ref:`connection string <mongodb-uri>`
712+
for that connection. Refer to the `MongoDB Driver Documentation
713+
<https://docs.mongodb.com/drivers/?tck=docs_server>`_ to determine
714+
the correct default state of :urioption:`retryWrites` for your
715+
specific driver and version.
710716
711717
The official MongoDB 4.2-compatible drivers enable :ref:`retryable-writes` by
712718
default. Applications upgrading to the 4.2-compatible drivers that require

0 commit comments

Comments
 (0)