Skip to content

Commit d108dde

Browse files
committed
DOCS-14278 generate initial 3.6.23 changelog
1 parent b077c4d commit d108dde

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+

source/release-notes/3.6-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: twocols
1212

13+
.. include:: /includes/changelogs/releases/3.6.23.rst
14+
1315
.. include:: /includes/changelogs/releases/3.6.22.rst
1416

1517
.. include:: /includes/changelogs/releases/3.6.21.rst

source/release-notes/3.6.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ Release Notes for MongoDB 3.6
1313
Minor Releases
1414
--------------
1515

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+
1631
3.6.22 - Feb 8, 2021
1732
~~~~~~~~~~~~~~~~~~~~
1833

0 commit comments

Comments
 (0)