Docs Menu
Docs Home
/
MongoDB Cluster-to-Cluster Sync
/

Release Notes for mongosync 1.12

On this page

  • 1.12.0 Release
  • enableUserWriteBlocking parameters
  • Live Upgrades

This page describes changes and new features introduced in MongoDB Cluster-to-Cluster Sync 1.12.

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.

See Request Body Parameters.

Live upgrades to version 1.12 are not supported.

Back

Release Notes