File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -9,26 +9,41 @@ Release Notes for ``mongosync`` 1.3
9
9
.. contents:: On this page
10
10
:local:
11
11
:backlinks: none
12
- :depth: 1
12
+ :depth: 2
13
13
:class: singlecol
14
14
15
15
.. note::
16
16
17
- Upcoming.
17
+ ``mongosync`` 1.3 Released April 13, 2023
18
18
19
+ New Features
20
+ -------------
19
21
20
22
Capped Collections
21
- ------------------
23
+ ~~~~~~~~~~~~~~~~~~
22
24
23
25
Starting in 1.3.0, {+c2c-product-name+} supports :ref:`capped
24
26
collections <manual-capped-collection>`. For more information, see
25
27
:ref:`c2c-capped-collections`.
26
28
27
29
Disable Index Builds
28
- --------------------
30
+ ~~~~~~~~~~~~~~~~~~~~
29
31
30
32
Starting in 1.3.0, {+c2c-product-name+} supports disabling non-essential
31
33
index builds on the destination cluster. This can improve migration
32
34
performance, especially with index heavy workloads.
33
35
34
36
For more information, see :ref:`c2c-api-start`.
37
+
38
+ Progress Output
39
+ ~~~~~~~~~~~~~~~
40
+
41
+ Starting in 1.3.0, {+c2c-product-name+} includes the ``mongosyncID`` and
42
+ ``coordinatorID`` in the :ref:`c2c-api-progress` response documents. This
43
+ helps determine whether the ``mongosync`` instance is serving as a coordinator.
44
+
45
+ Bug Fixes
46
+ ----------
47
+
48
+ * Fixes a bug that could cause ``mongosync`` to not copy some documents to the
49
+ destination cluster for clustered collections on replica sets.
You can’t perform that action at this time.
0 commit comments