4
4
MongoDB Versioning
5
5
==================
6
6
7
+ .. |lts| replace:: Long-Term Support
8
+
7
9
.. important::
8
10
9
11
Always upgrade to the latest stable revision of your release series.
@@ -14,18 +16,18 @@ release series and ``Z`` refers to the patch number.
14
16
Starting with MongoDB 5.0, MongoDB is released as two different release
15
17
series:
16
18
17
- - Major Releases
19
+ - |lts| Releases
18
20
- Rapid Releases
19
21
20
22
For MongoDB 4.4 and previous, MongoDB used a Production / Development
21
23
versioning system. See :ref:`historical-releases`.
22
24
23
- Major Releases
25
+ |lts| Releases
24
26
--------------
25
27
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.
29
31
30
32
*Example versions:*
31
33
@@ -37,17 +39,14 @@ Major Releases are appropriate for all MongoDB deployments.
37
39
Rapid Releases
38
40
--------------
39
41
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
44
45
<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>`_.
51
50
52
51
*Example versions:*
53
52
@@ -58,19 +57,19 @@ Major Release instead.
58
57
Patch Releases
59
58
--------------
60
59
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 .
64
63
65
64
*Example versions:*
66
65
67
- - ``5.0.1`` (a Major Release patch version)
66
+ - ``5.0.1`` (a |lts| Release patch version)
68
67
- ``5.2.1`` (a Rapid Release patch version)
69
68
70
69
Release Candidate (RC) Releases
71
70
-------------------------------
72
71
73
- In advance of new Major Releases or Rapid Releases, Release Candidates
72
+ In advance of new |lts| Releases and Rapid Releases, Release Candidates
74
73
are made available for early testing. A Release Candidate represents a
75
74
version of the upcoming release that is stable enough to begin testing,
76
75
but is not suitable for production deployment.
0 commit comments