Skip to content

DOCS-14667 retain historical versioning info #5591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
24 changes: 24 additions & 0 deletions source/reference/versioning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ series:
- Major Releases
- Rapid Releases

For MongoDB 4.4 and previous, MongoDB used a Production / Development
versioning system. See :ref:`historical-releases`.

Major Releases
--------------

Expand Down Expand Up @@ -96,3 +99,24 @@ Database Tools
Starting with MongoDB 4.4, the `MongoDB Database Tools
<https://docs.mongodb.com/database-tools>`__ are released separately
from the MongoDB Server, and use their own version numbering system.

.. _historical-releases:

Historical Releases
-------------------

For MongoDB 4.4 and previous, MongoDB versioning used a Production /
Development versioning scheme, and had the form ``X.Y.Z`` where ``X.Y``
refers to either a release series or development series and ``Z`` refers
to the revision/patch number.

- If ``Y`` is even, ``X.Y`` refers to a release series; for example,
``4.2`` release series and ``4.4`` release series. Release series are
**stable** and suitable for production.

- If ``Y`` is odd, ``X.Y`` refers to a development series; for example,
``4.3`` development series and ``4.5`` development series.
Development series are **for testing only and not for production**.

For example, in MongoDB version ``4.4.7``, ``4.4`` refers to the
release series and ``.7`` refers to the revision.