File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -704,9 +704,15 @@ content: |
704704 ---
705705ref : 4.2-changes-drivers-retryWrites-default
706706content : |
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
You can’t perform that action at this time.
0 commit comments