Skip to content

Commit 2658d77

Browse files
(DOCSP-21797): Update content for v5.3 release (#919)
* (DOCSP-21797): Update content for v5.3 release * add patch release heading * cleanup * add release date for 5.3.1 * remove rc changelog * formatting * formatting * reorder sections * restructure * more tweaking * wording * copy fix
1 parent 9caa8e5 commit 2658d77

File tree

7 files changed

+65
-63
lines changed

7 files changed

+65
-63
lines changed

source/includes/fact-mongodb-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The manual describes key concepts in MongoDB such as:
88
- Operational and administrative references
99
- Tutorials and procedures
1010

11-
.. include:: /includes/in-dev.rst
11+
.. include:: /includes/rapid-release-short.rst

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ What is MongoDB?
1818
.. button:: Get started with MongoDB Atlas
1919
:uri: https://www.mongodb.com/cloud?tck=docs_server
2020

21-
.. include:: /includes/in-dev.rst
21+
.. include:: /includes/fact-mongodb-intro.rst
2222

2323
.. image:: /images/hero.png
2424
:alt: Homepage hero image

source/release-notes.txt

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,45 +18,30 @@ Atlas Rapid Releases
1818
are not supported for use on-premises. For more information, see
1919
:ref:`release-version-numbers`.
2020

21-
Upcoming Atlas Rapid Release
22-
````````````````````````````
23-
24-
(*5.3-series*)
25-
26-
:doc:`/release-notes/5.3`
27-
28-
.. include:: /includes/in-dev.rst
29-
30-
.. toctree::
31-
:maxdepth: 1
32-
:hidden:
33-
34-
/release-notes/5.3
35-
3621
Current Atlas Rapid Release
3722
```````````````````````````
3823

39-
(*5.2-series*)
24+
(*5.3-series*)
4025

41-
:doc:`/release-notes/5.2`
26+
:ref:`release-notes-5.3`
4227

4328
.. toctree::
4429
:maxdepth: 1
4530
:hidden:
4631

47-
/release-notes/5.2
32+
/release-notes/5.3
4833

4934
Previous Atlas Rapid Releases
5035
`````````````````````````````
5136

52-
(*5.1-series*)
53-
54-
:doc:`/release-notes/5.1`
37+
- :ref:`5.2-series <release-notes-5.2>`
38+
- :ref:`5.1- series <release-notes-5.1>`
5539

5640
.. toctree::
5741
:maxdepth: 1
5842
:hidden:
5943

44+
/release-notes/5.2
6045
/release-notes/5.1
6146

6247
Current Stable Release

source/release-notes/5.1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _release-notes-5.1:
2+
13
=============================
24
Release Notes for MongoDB 5.1
35
=============================

source/release-notes/5.2.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _release-notes-5.2:
2+
13
=============================
24
Release Notes for MongoDB 5.2
35
=============================

source/release-notes/5.3-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Compatibility Changes in MongoDB 5.3
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/in-dev.rst
13+
.. include:: /includes/rapid-release-short.rst
1414

1515
This page is a work in progress and will be updated with changes
1616
introduced in 5.3 that can affect compatibility with older versions of

source/release-notes/5.3.txt

Lines changed: 52 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _release-notes-5.3:
2+
13
=============================
24
Release Notes for MongoDB 5.3
35
=============================
@@ -10,26 +12,31 @@ Release Notes for MongoDB 5.3
1012
:depth: 1
1113
:class: twocols
1214

13-
.. include:: /includes/in-dev.rst
15+
.. include:: /includes/rapid-release-short.rst
16+
17+
Patch Releases
18+
--------------
1419

15-
5.3.1 - Upcoming
16-
~~~~~~~~~~~~~~~~
20+
5.3.1 - April 6, 2022
21+
~~~~~~~~~~~~~~~~~~~~~
1722

18-
.. note::
23+
The first release available for MongoDB 5.3 is 5.3.1. All mentions of
24+
MongoDB 5.3 features and updates are available in version 5.3.1.
1925

20-
The first release available for MongoDB 5.3 is 5.3.1. All mentions of
21-
MongoDB 5.3 features and updates are available in version 5.3.1.
26+
For a list of all changes in 5.3.0, see:
2227

23-
For a list of all 5.3 and 5.3.1 changes see:
28+
- :ref:`5.3.0-changelog`
2429

25-
- `All JIRA issues closed in 5.3.0
26-
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20versionMatch(%225%5C%5C.3%5C%5C.0%22)>`_
30+
- `All JIRA issues closed in 5.3.0
31+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20versionMatch(%225%5C%5C.3%5C%5C.0%22)>`_
2732

28-
- `All JIRA issues closed in 5.3.1
29-
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%205.3.1>`_
33+
For a list of all changes in 5.3.1, see:
3034

3135
- :ref:`5.3.1-changelog`
32-
- :ref:`5.3.0-changelog`
36+
37+
- `All JIRA issues closed in 5.3.1
38+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%205.3.1>`_
39+
3340

3441
.. _5.3-rel-notes-aggregation:
3542

@@ -71,6 +78,36 @@ MongoDB 5.3 introduces the following aggregation operators:
7178

7279
.. include:: /includes/setWindowFields-and-transactions-snapshots.rst
7380

81+
.. _5.3-rel-notes-security:
82+
83+
Security
84+
--------
85+
86+
KMIP Key Activation
87+
~~~~~~~~~~~~~~~~~~~
88+
89+
Starting in MongoDB 5.3, :setting:`security.kmip.activateKeys` activates all
90+
newly created KMIP keys upon creation and then periodically checks that
91+
keys are in an active state.
92+
93+
Polling for Active State Keys
94+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
95+
96+
Starting in MongoDB 5.3, :setting:`security.kmip.keyStatePollingSeconds` sets
97+
the polling interval in seconds at which :binary:`mongod` polls the KMIP server
98+
for active keys.
99+
100+
.. _5.3-rel-notes-sharding:
101+
102+
Sharding
103+
--------
104+
105+
Starting in MongoDB 5.3, you can use the new
106+
:parameter:`chunkDefragmentationThrottlingMS` parameter to limit the
107+
rate of split and merge commands run by the :term:`balancer` when the
108+
:term:`chunks <chunk>` in a :term:`sharded <sharding>` collection are
109+
defragmented.
110+
74111
.. _5.3-rel-notes-general:
75112

76113
General Improvements
@@ -81,7 +118,8 @@ Clustered Collections
81118

82119
.. include:: /includes/clustered-collections-introduction.rst
83120

84-
See :ref:`clustered-collections` for the benefits.
121+
To learn about the benefits compared to a normal collection, see
122+
:ref:`clustered-collections`.
85123

86124
``serverStatus`` Output Change
87125
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -109,32 +147,7 @@ Specify a Timeout for Step Up and Step Down Operations
109147

110148
Starting in MongoDB 5.3, the :parameter:`fassertOnLockTimeoutForStepUpDown`
111149
parameter allows a server that receives a request to step up or down to
112-
terminate if it is unable to comply within the timeout.
113-
114-
KMIP Key Activation
115-
~~~~~~~~~~~~~~~~~~~
116-
117-
Starting in MongoDB 5.3, :setting:`security.kmip.activateKeys` activates all
118-
newly created KMIP keys upon creation and then periodically checks that
119-
keys are in an active state.
120-
121-
Polling for Active State Keys
122-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123-
124-
Starting in MongoDB 5.3, :setting:`security.kmip.keyStatePollingSeconds` sets
125-
the polling interval in seconds at which :binary:`mongod` polls the KMIP server
126-
for active keys.
127-
128-
.. _5.3-rel-notes-sharding:
129-
130-
Sharding
131-
--------
132-
133-
Starting in MongoDB 5.3, you can use the new
134-
:parameter:`chunkDefragmentationThrottlingMS` parameter to limit the
135-
rate of split and merge commands run by the :term:`balancer` when the
136-
:term:`chunks <chunk>` in a :term:`sharded <sharding>` collection are
137-
defragmented.
150+
terminate if it is unable to comply within the timeout.
138151

139152
Report an Issue
140153
---------------

0 commit comments

Comments
 (0)