Skip to content

Commit 431044a

Browse files
authored
DOCSP-23934 release notes 1.0 (#84)
* DOCSP-23934 Adds release notes page for 1.0 * DOCSP-23934 Expands release note information * DOCSP-23934 Sets product as mongosync
1 parent 6851334 commit 431044a

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

source/release-notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Release Notes
99
:titlesonly:
1010

1111
/release-notes/0.9
12+
/release-notes/1.0
1213

source/release-notes/1.0.txt

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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+

0 commit comments

Comments
 (0)