diff --git a/snooty.toml b/snooty.toml index ba7decf4b..d9456285d 100644 --- a/snooty.toml +++ b/snooty.toml @@ -29,9 +29,9 @@ toc_landing_pages = ["/quickstart", [constants] version = "1.12" -version-previous = "1.11" -latest-version="1.12.0" -version-dev = "1.13" +version-previous = "1.12" +latest-version="1.13.0" +version-dev = "1.14" c2c-product-name = "Cluster-to-Cluster Sync" c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync" mdb-download-center = "`MongoDB Download Center `__" @@ -53,4 +53,4 @@ targets = [ variant = "warning" value = """\ MongoDB ``mongosync`` binaries are not supported or tested for use with non-genuine MongoDB deployments. While the tools may work on these deployments, compatibility is not guaranteed. - """ \ No newline at end of file + """ diff --git a/source/installation/install-on-linux.txt b/source/installation/install-on-linux.txt index b5af93f3f..f6b51a69c 100644 --- a/source/installation/install-on-linux.txt +++ b/source/installation/install-on-linux.txt @@ -41,11 +41,14 @@ Platform Support systems: - Amazon Linux 2 +- Amazon Linux 2023 - Red Hat Enterprise Linux (RHEL) 7 - Red Hat Enterprise Linux (RHEL) 8 - Red Hat Enterprise Linux (RHEL) 9 - Ubuntu 18.04 - Ubuntu 20.04 +- Ubuntu 22.04 +- Ubuntu 24.04 Version Requirements ~~~~~~~~~~~~~~~~~~~~ diff --git a/source/release-notes.txt b/source/release-notes.txt index 4599b03d2..6d9f9d607 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -12,11 +12,12 @@ release notes. Current Stable Release ~~~~~~~~~~~~~~~~~~~~~~ -- :ref:`c2c-release-notes-1.12` +- :ref:`c2c-release-notes-1.13` Previous Releases ~~~~~~~~~~~~~~~~~ +- :ref:`c2c-release-notes-1.12` - :ref:`c2c-release-notes-1.11` - :ref:`c2c-release-notes-1.10` - :ref:`c2c-release-notes-1.9` @@ -36,6 +37,7 @@ Previous Releases .. toctree:: :titlesonly: + 1.13 1.12 1.11 1.10 diff --git a/source/release-notes/1.13.txt b/source/release-notes/1.13.txt new file mode 100644 index 000000000..e3f58f50f --- /dev/null +++ b/source/release-notes/1.13.txt @@ -0,0 +1,72 @@ +.. _c2c-release-notes-1.13: + +================================ +Release Notes for mongosync 1.13 +================================ + +.. contents:: On this page + :local: + :backlinks: none + :depth: 2 + :class: singlecol + +This page describes changes and new features introduced in +{+c2c-full-product-name+} 1.13. + +.. _1.13.0-c2c-release-notes: + +1.13.0 Release +-------------- + +**March 25, 2025** + +New Features +~~~~~~~~~~~~ + +- ``mongosync`` no longer requires you to fully disable the source + cluster's balancer for migrations started with namespace filtering. + Now, you only have to disable the balancer for collections within the + namespace filter. + + You can leave the balancer enabled for collections outside the filter. + The destination balancer still must be fully disabled for the duration + of the migration. + + .. note:: + + You don't need to disable the source balancer on individual + collections. You can still disable the source balancer globally. + +Platform Support +~~~~~~~~~~~~~~~~ + +``mongosync`` builds are now available for the following platforms: + +- Ubuntu 22.04 and 24.04 +- Amazon Linux 2023 + +Live Upgrades +~~~~~~~~~~~~~ + +:ref:`Live upgrades ` from version 1.12 to 1.13 are +supported. + +Other Notes +~~~~~~~~~~~ + +Fixed Issues: + +- Fixed a bug introduced in v1.0.0 where ``mongosync`` could exit + gracefully (instead of crashing with a fatal level log) on some + errors. + +- Fixed a bug introduced in v1.11.0 where ``mongosync`` returned a + confusing error when the user lacked sufficient permissions to enable + destination-only write blocking by default. + +Minimum Supported Version +------------------------- + +.. include:: /includes/fact-version-compatibility.rst + +.. include:: /includes/migration-upgrade-recommendation.rst