File tree Expand file tree Collapse file tree 14 files changed +143
-64
lines changed Expand file tree Collapse file tree 14 files changed +143
-64
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ package-name-enterprise = "mongodb-enterprise"
231
231
package-name = " mongodb"
232
232
version = " 6.2"
233
233
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 "
236
236
pgp-version = " {+version+}"
237
237
rsa-key = " 4B7C549A058F8B6B"
238
238
pgp-fingerprint = " E162F504A20CDF15827F718D4B7C549A058F8B6B"
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
2
- .. warning :: MongoDB {+version+} Not Yet Available
2
+ .. warning :: MongoDB {+version-dev +} Not Yet Available
3
3
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.
Original file line number Diff line number Diff line change @@ -9,17 +9,12 @@ information on types of MongoDB releases, see
9
9
10
10
To see changes in MongoDB releases, see the following release notes.
11
11
12
- Upcoming Rapid Release
13
- ~~~~~~~~~~~~~~~~~~~~~~
14
-
15
- - :ref:`release-notes-6.2`
16
-
17
12
.. include:: /includes/rapid-release.rst
18
13
19
- Current Rapid Relase
20
- ~~~~~~~~~~~~~~~~~~~~
14
+ Current Rapid Release
15
+ ~~~~~~~~~~~~~~~~~~~~~
21
16
22
- - :ref:`release-notes-6.1 `
17
+ - :ref:`release-notes-6.2 `
23
18
24
19
.. toctree::
25
20
:maxdepth: 1
@@ -33,7 +28,7 @@ Current Stable Release
33
28
34
29
(*6.0-series*)
35
30
36
- :ref:`release-notes-6.0`
31
+ - :ref:`release-notes-6.0`
37
32
38
33
.. toctree::
39
34
:maxdepth: 1
@@ -44,6 +39,7 @@ Current Stable Release
44
39
Previous Rapid Releases
45
40
~~~~~~~~~~~~~~~~~~~~~~~
46
41
42
+ - :ref:`release-notes-6.1`
47
43
- :ref:`release-notes-5.3`
48
44
- :ref:`release-notes-5.2`
49
45
- :ref:`release-notes-5.1`
@@ -52,6 +48,7 @@ Previous Rapid Releases
52
48
:maxdepth: 1
53
49
:hidden:
54
50
51
+ /release-notes/6.1
55
52
/release-notes/5.3
56
53
/release-notes/5.2
57
54
/release-notes/5.1
@@ -89,6 +86,7 @@ EOL'ed Releases
89
86
:maxdepth: 1
90
87
:hidden:
91
88
89
+ /release-notes/6.0
92
90
/release-notes/5.0
93
91
/release-notes/4.4
94
92
/release-notes/4.2
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ Release Notes for MongoDB 5.0
10
10
:depth: 1
11
11
:class: twocols
12
12
13
- .. note::
14
-
15
- MongoDB 5.0 Released Jul 13, 2021
16
-
17
13
Patch Releases
18
14
--------------
19
15
@@ -122,7 +118,6 @@ Issues fixed:
122
118
clusters due to critical issue :issue:`SERVER-68511`, fixed in later
123
119
versions. Use the latest available patch release version.
124
120
125
-
126
121
Issues fixed:
127
122
128
123
- :issue:`SERVER-66418` Bad projection created during dependency
@@ -393,6 +388,8 @@ Issues fixed:
393
388
394
389
- :ref:`5.0.1-changelog`
395
390
391
+ .. _5.0.0-release-notes:
392
+
396
393
5.0.0 - Jul 13, 2021
397
394
~~~~~~~~~~~~~~~~~~~~
398
395
Original file line number Diff line number Diff line change @@ -13,13 +13,8 @@ Release Notes for MongoDB 5.1
13
13
:class: twocols
14
14
15
15
.. |version| replace:: 5.1
16
-
17
16
.. include:: /includes/rapid-release-short.rst
18
17
19
- .. note::
20
-
21
- MongoDB 5.1 Released November 9, 2021
22
-
23
18
Patch Releases
24
19
--------------
25
20
@@ -50,6 +45,13 @@ Issues fixed:
50
45
51
46
- :ref:`5.1.1-changelog`
52
47
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
+
53
55
Aggregation
54
56
-----------
55
57
Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ Release Notes for MongoDB 5.2
16
16
17
17
.. include:: /includes/rapid-release-short.rst
18
18
19
- .. note::
20
-
21
- MongoDB 5.2 Released January 19, 2022
22
-
23
19
Patch Releases
24
20
--------------
25
21
@@ -47,6 +43,12 @@ Issues fixed:
47
43
48
44
- :ref:`5.2.1-changelog`
49
45
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:
50
52
51
53
.. _5.2-rel-notes-aggregation:
52
54
Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ Release Notes for MongoDB 5.3
16
16
17
17
.. include:: /includes/rapid-release-short.rst
18
18
19
- .. note::
20
-
21
- MongoDB 5.3 Released April 6, 2022
22
-
23
19
Patch Releases
24
20
--------------
25
21
@@ -67,6 +63,12 @@ For a list of all changes in 5.3.1, see:
67
63
- `All JIRA issues closed in 5.3.1
68
64
<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>`_
69
65
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:
70
72
71
73
.. _5.3-rel-notes-aggregation:
72
74
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ Issues Fixed:
36
36
- :issue:`SERVER-72416` The find and findAndModify projection code
37
37
does not honor the collection level collation
38
38
- :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
41
41
- :issue:`SERVER-72222` :dbcommand:`mapReduce` with single reduce
42
42
optimization fails when merging results in sharded cluster
43
43
- :issue:`WT-9268` Delay deletion of the history store record
@@ -129,8 +129,7 @@ Issues fixed:
129
129
clusters due to critical issue :issue:`SERVER-68511`, fixed in later
130
130
versions. Use the latest available patch release version.
131
131
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:
134
133
135
134
Aggregation
136
135
-----------
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Compatibility Changes in MongoDB 6.1
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- .. include:: /includes/rapid-release.rst
15
+ .. |version| replace:: 6.1
16
+ .. include:: /includes/rapid-release-short.rst
16
17
17
18
This page describes changes introduced in MongoDB 6.1 that can affect
18
19
compatibility with older versions of MongoDB.
Original file line number Diff line number Diff line change @@ -9,14 +9,11 @@ Release Notes for MongoDB 6.1
9
9
.. contents:: On this page
10
10
:local:
11
11
:backlinks: none
12
- :depth: 2
12
+ :depth: 1
13
13
:class: twocols
14
14
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
20
17
21
18
Patch Releases
22
19
--------------
@@ -44,6 +41,13 @@ Issues fixed:
44
41
45
42
- :ref:`6.1.1-changelog`
46
43
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
+
47
51
Regular Expressions
48
52
-------------------
49
53
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
.. _6.2-compatibility:
2
2
3
- ========================================================
4
- Compatibility Changes in MongoDB 6.2 (Release Candidate)
5
- ========================================================
3
+ ====================================
4
+ Compatibility Changes in MongoDB 6.2
5
+ ====================================
6
6
7
7
.. default-domain:: mongodb
8
8
@@ -12,7 +12,7 @@ Compatibility Changes in MongoDB 6.2 (Release Candidate)
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- .. include:: /includes/in-dev .rst
15
+ .. include:: /includes/rapid-release .rst
16
16
17
17
This page describes changes introduced in MongoDB 6.2 that can affect
18
18
compatibility with older versions of MongoDB.
You can’t perform that action at this time.
0 commit comments