44MongoDB Versioning
55==================
66
7+ .. |lts| replace:: Long-Term Support
8+
79.. important::
810
911 Always upgrade to the latest stable revision of your release series.
@@ -14,18 +16,18 @@ release series and ``Z`` refers to the patch number.
1416Starting with MongoDB 5.0, MongoDB is released as two different release
1517series:
1618
17- - Major Releases
19+ - |lts| Releases
1820- Rapid Releases
1921
2022For MongoDB 4.4 and previous, MongoDB used a Production / Development
2123versioning system. See :ref:`historical-releases`.
2224
23- Major Releases
25+ |lts| Releases
2426--------------
2527
26- Major Releases are made available approximately once a year, and
27- generally mark the introduction of new features and improvements.
28- Major Releases are appropriate for all MongoDB deployments.
28+ |lts| Releases are made available approximately once a year, and
29+ introduce new features and improvements. |lts| Releases are supported
30+ for MongoDB Atlas and on-premises deployments.
2931
3032*Example versions:*
3133
@@ -37,17 +39,14 @@ Major Releases are appropriate for all MongoDB deployments.
3739Rapid Releases
3840--------------
3941
40- Rapid Releases are made available approximately once each quarter
41- that does not contain a Major Release, and generally mark the
42- introduction of new features and improvements. Rapid Releases are
43- designed for use with `MongoDB Atlas
42+ Rapid Releases are made available approximately once each quarter that
43+ does not contain a |lts| Release, and introduce new features and
44+ improvements. Rapid Releases are only supported within `MongoDB Atlas
4445<https://www.mongodb.com/cloud/atlas?tck=docs_server>`_, and are not
45- generally supported for use in an on-premise capacity. Rapid Releases
46- are not available for use with `MongoDB Ops Manager
47- <https://docs.opsmanager.mongodb.com/current/?tck=docs_server>`_, and
48- are not supported for :ref:`arbiters <replica-set-arbiters>`. If
49- arbiters are part of your MongoDB deployment, use the most recent
50- Major Release instead.
46+ supported for on-premises deployments.
47+
48+ Rapid Releases are not available for use with `MongoDB Ops Manager
49+ <https://docs.opsmanager.mongodb.com/current/?tck=docs_server>`_.
5150
5251*Example versions:*
5352
@@ -58,19 +57,19 @@ Major Release instead.
5857Patch Releases
5958--------------
6059
61- Patch Releases are made available as needed to both
62- Major Releases and Rapid Releases, and generally
63- include bug fixes and backwards-compatible changes .
60+ Patch Releases are made available as needed to both |lts| Releases and
61+ Rapid Releases. Patch releases generally include bug fixes and minor
62+ improvements .
6463
6564*Example versions:*
6665
67- - ``5.0.1`` (a Major Release patch version)
66+ - ``5.0.1`` (a |lts| Release patch version)
6867- ``5.2.1`` (a Rapid Release patch version)
6968
7069Release Candidate (RC) Releases
7170-------------------------------
7271
73- In advance of new Major Releases or Rapid Releases, Release Candidates
72+ In advance of new |lts| Releases and Rapid Releases, Release Candidates
7473are made available for early testing. A Release Candidate represents a
7574version of the upcoming release that is stable enough to begin testing,
7675but is not suitable for production deployment.
0 commit comments