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
@@ -35,17 +37,14 @@ Major Releases are appropriate for all MongoDB deployments.
35
37
Rapid Releases
36
38
--------------
37
39
38
- Rapid Releases are made available approximately once each quarter
39
- that does not contain a Major Release, and generally mark the
40
- introduction of new features and improvements. Rapid Releases are
41
- designed for use with `MongoDB Atlas
40
+ Rapid Releases are made available approximately once each quarter that
41
+ does not contain a |lts| Release, and introduce new features and
42
+ improvements. Rapid Releases are only supported within `MongoDB Atlas
42
43
<https://www.mongodb.com/cloud/atlas?tck=docs_server>`_, and are not
43
- generally supported for use in an on-premise capacity. Rapid Releases
44
- are not available for use with `MongoDB Ops Manager
45
- <https://docs.opsmanager.mongodb.com/current/?tck=docs_server>`_, and
46
- are not supported for :ref:`arbiters <replica-set-arbiters>`. If
47
- arbiters are part of your MongoDB deployment, use the most recent
48
- Major Release instead.
44
+ supported for on-premises deployments.
45
+
46
+ Rapid Releases are not available for use with `MongoDB Ops Manager
47
+ <https://docs.opsmanager.mongodb.com/current/?tck=docs_server>`_.
49
48
50
49
*Example versions:*
51
50
@@ -56,19 +55,19 @@ Major Release instead.
56
55
Patch Releases
57
56
--------------
58
57
59
- Patch Releases are made available as needed to both
60
- Major Releases and Rapid Releases, and generally
61
- include bug fixes and backwards-compatible changes .
58
+ Patch Releases are made available as needed to both |lts| Releases and
59
+ Rapid Releases. Patch releases generally include bug fixes and minor
60
+ improvements .
62
61
63
62
*Example versions:*
64
63
65
- - ``5.0.1`` (a Major Release patch version)
64
+ - ``5.0.1`` (a |lts| Release patch version)
66
65
- ``5.2.1`` (a Rapid Release patch version)
67
66
68
67
Release Candidate (RC) Releases
69
68
-------------------------------
70
69
71
- In advance of new Major Releases or Rapid Releases, Release Candidates
70
+ In advance of new |lts| Releases and Rapid Releases, Release Candidates
72
71
are made available for early testing. A Release Candidate represents a
73
72
version of the upcoming release that is stable enough to begin testing,
74
73
but is not suitable for production deployment.
0 commit comments