Release Notes for mongosync 1.12
This page describes changes and new features introduced in MongoDB Cluster-to-Cluster Sync 1.12.
1.12.0 Release
enableUserWriteBlocking
parameters
The enableUserWriteBlocking
parameter in the
/start API now accepts the following string options:
"sourceAndDestination"
for dual write-blocking"none"
for no write-blocking
Use these options instead of the old true
and false
values.
enableUserWriteBlocking
still supports true
and false
for backward compatibility.
Live Upgrades
Live upgrades to version 1.12 are not supported.