Skip to content

Commit 479b2f6

Browse files
author
Dave Cuthbert
authored
DOCS-15929 release notes 6.2.1 (#2718)
* DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * DOCS-15929 release notes 6.2.1 * Review feedback * Review feedback * Review feedback * Review feedback * Review feedback
1 parent 022911c commit 479b2f6

File tree

14 files changed

+143
-64
lines changed

14 files changed

+143
-64
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ package-name-enterprise = "mongodb-enterprise"
231231
package-name = "mongodb"
232232
version = "6.2"
233233
latest-lts-version = "6.0"
234-
release = "6.2.0"
235-
version-dev = "6.1"
234+
release = "6.2.1"
235+
version-dev = "6.3"
236236
pgp-version = "{+version+}"
237237
rsa-key = "4B7C549A058F8B6B"
238238
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.. _6.2.1-changelog:
2+
3+
6.2.1 Changelog
4+
---------------
5+
6+
Internals
7+
~~~~~~~~~
8+
9+
- :issue:`SERVER-70677` Update the FCV constant in the logkeeper
10+
snapshot workload for 6.2
11+
- :issue:`SERVER-71969` Update system_perf.yml for compile-variant and
12+
compile_variant.
13+
- :issue:`SERVER-72512` Indexes reported as valid when unable to return
14+
inconsistencies due to memory limit
15+
- :issue:`SERVER-72677` Full validation doesn't always report
16+
information about indexes
17+
- :issue:`SERVER-73636` Coverity analysis defect 135025: Inefficient
18+
vector resizing with reserve.
19+
- :issue:`SERVER-73719` Comment out Legacy Build Variants in Sys-perf
20+
- :issue:`SERVER-73745` Zero initialize IndexKeyBucket struct
21+
- :issue:`SERVER-73822` Time-series $group rewrite ignores certain
22+
accumulators
23+
- :issue:`SERVER-73833` Automatically remove unsupported
24+
'recordPreImages' collection option at FCV upgrade time
25+
- :issue:`WT-10461` Fix key out of order in skip list on weakly ordered
26+
architecture
27+
- :issue:`WT-10584` Add missing read barriers in __cursor_skip_prev
28+

source/includes/in-dev.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
.. warning:: MongoDB {+version+} Not Yet Available
2+
.. warning:: MongoDB {+version-dev+} Not Yet Available
33

4-
MongoDB {+version+} release candidates are not yet available.
5-
This version of the manual is for an upcoming release and is
6-
currently a work in progress.
4+
MongoDB {+version-dev+} release candidates are not yet
5+
available. This version of the manual is for an upcoming release and
6+
is currently a work in progress.

source/release-notes.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ information on types of MongoDB releases, see
99

1010
To see changes in MongoDB releases, see the following release notes.
1111

12-
Upcoming Rapid Release
13-
~~~~~~~~~~~~~~~~~~~~~~
14-
15-
- :ref:`release-notes-6.2`
16-
1712
.. include:: /includes/rapid-release.rst
1813

19-
Current Rapid Relase
20-
~~~~~~~~~~~~~~~~~~~~
14+
Current Rapid Release
15+
~~~~~~~~~~~~~~~~~~~~~
2116

22-
- :ref:`release-notes-6.1`
17+
- :ref:`release-notes-6.2`
2318

2419
.. toctree::
2520
:maxdepth: 1
@@ -33,7 +28,7 @@ Current Stable Release
3328

3429
(*6.0-series*)
3530

36-
:ref:`release-notes-6.0`
31+
- :ref:`release-notes-6.0`
3732

3833
.. toctree::
3934
:maxdepth: 1
@@ -44,6 +39,7 @@ Current Stable Release
4439
Previous Rapid Releases
4540
~~~~~~~~~~~~~~~~~~~~~~~
4641

42+
- :ref:`release-notes-6.1`
4743
- :ref:`release-notes-5.3`
4844
- :ref:`release-notes-5.2`
4945
- :ref:`release-notes-5.1`
@@ -52,6 +48,7 @@ Previous Rapid Releases
5248
:maxdepth: 1
5349
:hidden:
5450

51+
/release-notes/6.1
5552
/release-notes/5.3
5653
/release-notes/5.2
5754
/release-notes/5.1
@@ -89,6 +86,7 @@ EOL'ed Releases
8986
:maxdepth: 1
9087
:hidden:
9188

89+
/release-notes/6.0
9290
/release-notes/5.0
9391
/release-notes/4.4
9492
/release-notes/4.2

source/release-notes/5.0.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Release Notes for MongoDB 5.0
1010
:depth: 1
1111
:class: twocols
1212

13-
.. note::
14-
15-
MongoDB 5.0 Released Jul 13, 2021
16-
1713
Patch Releases
1814
--------------
1915

@@ -122,7 +118,6 @@ Issues fixed:
122118
clusters due to critical issue :issue:`SERVER-68511`, fixed in later
123119
versions. Use the latest available patch release version.
124120

125-
126121
Issues fixed:
127122

128123
- :issue:`SERVER-66418` Bad projection created during dependency
@@ -393,6 +388,8 @@ Issues fixed:
393388

394389
- :ref:`5.0.1-changelog`
395390

391+
.. _5.0.0-release-notes:
392+
396393
5.0.0 - Jul 13, 2021
397394
~~~~~~~~~~~~~~~~~~~~
398395

source/release-notes/5.1.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ Release Notes for MongoDB 5.1
1313
:class: twocols
1414

1515
.. |version| replace:: 5.1
16-
1716
.. include:: /includes/rapid-release-short.rst
1817

19-
.. note::
20-
21-
MongoDB 5.1 Released November 9, 2021
22-
2318
Patch Releases
2419
--------------
2520

@@ -50,6 +45,13 @@ Issues fixed:
5045

5146
- :ref:`5.1.1-changelog`
5247

48+
.. _5.1.0-release-notes:
49+
50+
5.1.0 - Nov 9, 2021
51+
~~~~~~~~~~~~~~~~~~~
52+
53+
The rest of this page provides the 5.1.0 release notes:
54+
5355
Aggregation
5456
-----------
5557

source/release-notes/5.2.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Release Notes for MongoDB 5.2
1616

1717
.. include:: /includes/rapid-release-short.rst
1818

19-
.. note::
20-
21-
MongoDB 5.2 Released January 19, 2022
22-
2319
Patch Releases
2420
--------------
2521

@@ -47,6 +43,12 @@ Issues fixed:
4743

4844
- :ref:`5.2.1-changelog`
4945

46+
.. _5.2.0-release-notes:
47+
48+
5.2.0 - Jan 19, 2022
49+
~~~~~~~~~~~~~~~~~~~~
50+
51+
The rest of this page provides the 5.2.0 release notes:
5052

5153
.. _5.2-rel-notes-aggregation:
5254

source/release-notes/5.3.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Release Notes for MongoDB 5.3
1616

1717
.. include:: /includes/rapid-release-short.rst
1818

19-
.. note::
20-
21-
MongoDB 5.3 Released April 6, 2022
22-
2319
Patch Releases
2420
--------------
2521

@@ -67,6 +63,12 @@ For a list of all changes in 5.3.1, see:
6763
- `All JIRA issues closed in 5.3.1
6864
<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>`_
6965

66+
.. _5.3.0-release-notes:
67+
68+
5.3.0 - Apr 6, 2022
69+
~~~~~~~~~~~~~~~~~~~
70+
71+
The rest of this page provides the 5.3.0 release notes:
7072

7173
.. _5.3-rel-notes-aggregation:
7274

source/release-notes/6.0.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Issues Fixed:
3636
- :issue:`SERVER-72416` The find and findAndModify projection code
3737
does not honor the collection level collation
3838
- :issue:`SERVER-71759` :dbcommand:`dataSize` command doesn't yield
39-
- :issue:`SERVER-70237` Chunks merge commit must not create a BSON object
40-
too large
39+
- :issue:`SERVER-70237` Chunks merge commit must not create a BSON
40+
object too large
4141
- :issue:`SERVER-72222` :dbcommand:`mapReduce` with single reduce
4242
optimization fails when merging results in sharded cluster
4343
- :issue:`WT-9268` Delay deletion of the history store record
@@ -129,8 +129,7 @@ Issues fixed:
129129
clusters due to critical issue :issue:`SERVER-68511`, fixed in later
130130
versions. Use the latest available patch release version.
131131

132-
133-
The rest of this page describes changes and new features introduced in MongoDB 6.0.
132+
The rest of this page provides the 6.0.0 release notes:
134133

135134
Aggregation
136135
-----------

source/release-notes/6.1-compatibility.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Compatibility Changes in MongoDB 6.1
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. include:: /includes/rapid-release.rst
15+
.. |version| replace:: 6.1
16+
.. include:: /includes/rapid-release-short.rst
1617

1718
This page describes changes introduced in MongoDB 6.1 that can affect
1819
compatibility with older versions of MongoDB.

source/release-notes/6.1.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ Release Notes for MongoDB 6.1
99
.. contents:: On this page
1010
:local:
1111
:backlinks: none
12-
:depth: 2
12+
:depth: 1
1313
:class: twocols
1414

15-
.. include:: /includes/rapid-release.rst
16-
17-
.. note::
18-
19-
MongoDB 6.1 Released October 11, 2022
15+
.. |version| replace:: 6.1
16+
.. include:: /includes/rapid-release-short.rst
2017

2118
Patch Releases
2219
--------------
@@ -44,6 +41,13 @@ Issues fixed:
4441

4542
- :ref:`6.1.1-changelog`
4643

44+
.. _6.1.0-release-notes:
45+
46+
6.1.0 - Oct 11, 2022
47+
~~~~~~~~~~~~~~~~~~~~
48+
49+
The rest of this page provides the 6.1.0 release notes:
50+
4751
Regular Expressions
4852
-------------------
4953

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _6.2-changelog-full:
2+
3+
=============
4+
6.2 Changelog
5+
=============
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
.. include:: /includes/changelogs/releases/6.2.1.rst

source/release-notes/6.2-compatibility.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _6.2-compatibility:
22

3-
========================================================
4-
Compatibility Changes in MongoDB 6.2 (Release Candidate)
5-
========================================================
3+
====================================
4+
Compatibility Changes in MongoDB 6.2
5+
====================================
66

77
.. default-domain:: mongodb
88

@@ -12,7 +12,7 @@ Compatibility Changes in MongoDB 6.2 (Release Candidate)
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. include:: /includes/in-dev.rst
15+
.. include:: /includes/rapid-release.rst
1616

1717
This page describes changes introduced in MongoDB 6.2 that can affect
1818
compatibility with older versions of MongoDB.

0 commit comments

Comments
 (0)