File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ Release Notes
9
9
:titlesonly:
10
10
11
11
/release-notes/0.9
12
+ /release-notes/1.0
12
13
Original file line number Diff line number Diff line change
1
+ .. _c2c-release-notes-1.0:
2
+
3
+ ===================================
4
+ Release Notes for ``mongosync`` 1.0
5
+ ===================================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 1
13
+ :class: singlecol
14
+
15
+ .. note::
16
+
17
+ ``mongosync`` 1.0 Released July 22, 2022
18
+
19
+
20
+ Multiple Instances
21
+ ------------------
22
+
23
+ ``mongosync`` 1.0 supports the use of multiple :program:`mongosync`
24
+ instances to synchronize sharded clusters.
25
+
26
+ Each ``mongosync`` instance must connect to ``mongos`` and start with
27
+ the :option:`--id` option or the :setting:`id` setting, specifying the
28
+ shard you want it to synchronize.
29
+
30
+ For more information, see :ref:`Use mongosync on Sharded Clusters
31
+ <c2c-sharded-clusters>`.
32
+
33
+ DDL Operations
34
+ --------------
35
+
36
+ ``mongosync`` 1.0 supports the synchronization of DDL operations.
37
+
38
+ Collation
39
+ ----------
40
+
41
+ ``mongosync`` 1.0 supports synchronization of collections with collation.
42
+
43
+ API Improvements
44
+ ----------------
45
+
46
+ ``mongosync`` 1.0 includes improvements to the :ref:`progress
47
+ <c2c-api-progress>` command.
48
+
49
+ The response to ``progress`` commands now includes a ``canWrite`` field,
50
+ indicating whether it is possible to perform writes on the destination cluster.
51
+
52
+
53
+
You can’t perform that action at this time.
0 commit comments