Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ toc_landing_pages = ["/quickstart",

[constants]
version = "1.7"
latest-version="1.7.1"
version-dev = "1.8"
c2c-product-name = "Cluster-to-Cluster Sync"
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"
Expand Down
8 changes: 5 additions & 3 deletions source/reference/versioning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ version number for {+c2c-product-name+}:
- Patch number: This release only includes small, backwards compatible
changes.


Currently Supported Versions
----------------------------

If you are using an unsupported version of ``mongosync``, you may be
asked to upgrade in order to receive support.
MongoDB only supports the latest patch release of each major
version. For example, ``mongosync`` {+latest-version+} is the
latest patch release of {+version+}. If you are using an
unsupported version of ``mongosync``, you might be asked to
upgrade in order to receive support.

.. _c2c-server-version-compatibility:

Expand Down