File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _3.6.23-changelog :
2
+
3
+ 3.6.23 Changelog
4
+ ----------------
5
+
6
+ Query
7
+ ~~~~~
8
+
9
+ :issue: `SERVER-40361 ` Reduce memory footprint of plan cache entries
10
+
11
+ Internals
12
+ ~~~~~~~~~
13
+
14
+ - :issue: `SERVER-43973 ` jsTestName() should return a unique name for each thread in the parallel suite
15
+ - :issue: `SERVER-46686 ` Explain does not respect maxTimeMS
16
+ - :issue: `SERVER-50267 ` Set output limit for 'rawMongoProgramOutput()'
17
+ - :issue: `SERVER-52969 ` Disable Powercyle on non-master branches
18
+ - :issue: `SERVER-53992 ` Remove calls to detect-outliers from performance tasks
19
+ - :issue: `SERVER-54134 ` Ignore newer mongo versions on older branches of setup_multiversion_mongodb.py
20
+ - :issue: `TOOLS-2803 ` [v3.6] Add --config option for password values
21
+
Original file line number Diff line number Diff line change 10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ .. include:: /includes/changelogs/releases/3.6.23.rst
14
+
13
15
.. include:: /includes/changelogs/releases/3.6.22.rst
14
16
15
17
.. include:: /includes/changelogs/releases/3.6.21.rst
Original file line number Diff line number Diff line change @@ -13,6 +13,21 @@ Release Notes for MongoDB 3.6
13
13
Minor Releases
14
14
--------------
15
15
16
+ 3.6.23 - Upcoming
17
+ ~~~~~~~~~~~~~~~~~
18
+
19
+ Issues Fixed:
20
+
21
+ - :issue:`SERVER-40361`: Reduce memory footprint of plan cache entries
22
+ - :issue:`SERVER-46686`: Explain does not respect maxTimeMS
23
+ - :issue:`SERVER-50267`: Set output limit for 'rawMongoProgramOutput()'
24
+ - :issue:`TOOLS-2803`: [v3.6] Add --config option for password values
25
+
26
+ - `All JIRA issues closed in 3.6.23
27
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.23%27>`_
28
+
29
+ - :ref:`3.6.23-changelog`
30
+
16
31
3.6.22 - Feb 8, 2021
17
32
~~~~~~~~~~~~~~~~~~~~
18
33
You can’t perform that action at this time.
0 commit comments