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
99.. contents:: On this page
1010 :local:
1111 :backlinks: none
12- :depth: 1
12+ :depth: 2
1313 :class: singlecol
1414
1515.. note::
1616
17- Upcoming.
17+ ``mongosync`` 1.3 Released April 13, 2023
1818
19+ New Features
20+ -------------
1921
2022Capped Collections
21- ------------------
23+ ~~~~~~~~~~~~~~~~~~
2224
2325Starting in 1.3.0, {+c2c-product-name+} supports :ref:`capped
2426collections <manual-capped-collection>`. For more information, see
2527:ref:`c2c-capped-collections`.
2628
2729Disable Index Builds
28- --------------------
30+ ~~~~~~~~~~~~~~~~~~~~
2931
3032Starting in 1.3.0, {+c2c-product-name+} supports disabling non-essential
3133index builds on the destination cluster. This can improve migration
3234performance, especially with index heavy workloads.
3335
3436For 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