This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,12 @@ release notes.
14
14
Current Stable Release
15
15
~~~~~~~~~~~~~~~~~~~~~~
16
16
17
- - :ref:`c2c-release-notes-1.11 `
17
+ - :ref:`c2c-release-notes-1.12 `
18
18
19
19
Previous Releases
20
20
~~~~~~~~~~~~~~~~~
21
21
22
+ - :ref:`c2c-release-notes-1.11`
22
23
- :ref:`c2c-release-notes-1.10`
23
24
- :ref:`c2c-release-notes-1.9`
24
25
- :ref:`c2c-release-notes-1.8`
@@ -37,6 +38,7 @@ Previous Releases
37
38
.. toctree::
38
39
:titlesonly:
39
40
41
+ 1.12 </release-notes/1.12>
40
42
1.11 </release-notes/1.11>
41
43
1.10 </release-notes/1.10>
42
44
1.9 </release-notes/1.9>
Original file line number Diff line number Diff line change
1
+ .. _c2c-release-notes-1.12:
2
+
3
+ ================================
4
+ Release Notes for mongosync 1.12
5
+ ================================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 2
13
+ :class: singlecol
14
+
15
+ This page describes changes and new features introduced in
16
+ {+c2c-full-product-name+} 1.12.
17
+
18
+ .. _1.12.0-c2c-release-notes:
19
+
20
+ 1.12.0 Release
21
+ --------------
22
+
23
+ ``enableUserWriteBlocking`` parameters
24
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
+
26
+ The ``enableUserWriteBlocking`` parameter in the
27
+ :ref:`/start <c2c-api-start>` API now accepts the following string options:
28
+
29
+ - ``"sourceAndDestination"`` for dual write-blocking
30
+ - ``"none"`` for no write-blocking
31
+
32
+ See :ref:`c2c-api-start-params`.
33
+
34
+ Live Upgrades
35
+ ~~~~~~~~~~~~~
36
+
37
+ :ref:`Live upgrades <c2c-versioning-live-upgrade>`
38
+ to version 1.12 are not supported.
You can’t perform that action at this time.
0 commit comments