diff --git a/reference/mongodb/mongodb/driver/manager/construct.xml b/reference/mongodb/mongodb/driver/manager/construct.xml index fee4fd108c..121fd85342 100644 --- a/reference/mongodb/mongodb/driver/manager/construct.xml +++ b/reference/mongodb/mongodb/driver/manager/construct.xml @@ -310,6 +310,22 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][ + + retryWrites + boolean + + + If &true;, the driver will automatically retry certain write + operations that fail due to transient network errors or replica set + elections. Defaults to &false;. + + + See + Retryable Writes + in the MongoDB manual for more information. + + + safe boolean @@ -576,6 +592,14 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][ + + 1.4.0 + + + Added the "retryWrites" URI option. + + + 1.3.0