Skip to content

Commit 8e0de1e

Browse files
author
Dave Cuthbert
authored
DOCSP-27353 release notes 1.1.0 (#108)
* Pause to check other branch * DOCSP-27353-release-notes-1.1.0 * ToC fix * force * Force build * Review feedback * Review feedback * Review feedback
1 parent 80252e9 commit 8e0de1e

File tree

5 files changed

+57
-6
lines changed

5 files changed

+57
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{+c2c-product-name+} provides continuous data synchronization or a
2+
one-time data migration between two MongoDB clusters. You can use
3+
filtered sync to specify which databases and collections the
4+
:ref:`mongosync <c2c-mongosync>` utility transfers between the source
5+
and destination clusters.

source/reference/collection-level-filtering.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ Filtered Sync
1515

1616
.. versionadded:: 1.1
1717

18-
{+c2c-product-name+} provides continuous data synchronization or a
19-
one-time data migration between two MongoDB clusters. You can use
20-
filtered sync to control the data that the :ref:`mongosync
21-
<c2c-mongosync>` utility transfers between the source and destination
22-
clusters.
18+
.. include:: /includes/api/facts/filtering-intro.rst
2319

2420
.. _c2c-configure-filter:
2521

source/reference/limitations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Limitations
2424
General Limitations
2525
-------------------
2626

27-
- The minimum supported server version is MongoDB 6.0.
27+
- The minimum supported server version is MongoDB 6.0.4.
2828
- ``mongosync`` does not support MongoDB rapid releases such as 6.1 or
2929
6.2. Only major MongoDB releases such as 6.0 or 7.0. are supported.
3030
For more information on MongoDB versioning, see

source/release-notes.txt

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

1111
/release-notes/0.9
1212
/release-notes/1.0
13+
/release-notes/1.1
1314

source/release-notes/1.1.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
.. _c2c-release-notes-1.1:
2+
3+
===================================
4+
Release Notes for ``mongosync`` 1.1
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.1 Released January 13, 2023
18+
19+
20+
Filtered Sync
21+
-------------
22+
23+
.. include:: /includes/api/facts/filtering-intro.rst
24+
25+
For more information, see: :ref:`c2c-filtered-sync`.
26+
27+
Unlike Topologies
28+
-----------------
29+
30+
{+c2c-product-name+} 1.1 supports sync between clusters with different
31+
sharding configurations.
32+
33+
You can sync:
34+
35+
- Between two sharded clusters
36+
- Between two sharded clusters with a different number of shards in each
37+
cluster
38+
- From a replica set to a sharded cluster
39+
40+
You cannot sync from a sharded cluster to a replica set.
41+
42+
For more information, see: :ref:`c2c-api-start-sharding`.
43+
44+
Minimum Supported Server Version
45+
--------------------------------
46+
47+
{+c2c-product-name+} requires at least MongoDB server version 6.0.4 on
48+
both the source and target clusters.
49+

0 commit comments

Comments
 (0)