Skip to content

DOCS-14278 generate initial 3.6.23 changelog #5071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions source/includes/changelogs/releases/3.6.23.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. _3.6.23-changelog:

3.6.23 Changelog
----------------

Query
~~~~~

:issue:`SERVER-40361` Reduce memory footprint of plan cache entries

Internals
~~~~~~~~~

- :issue:`SERVER-43973` jsTestName() should return a unique name for each thread in the parallel suite
- :issue:`SERVER-46686` Explain does not respect maxTimeMS
- :issue:`SERVER-50267` Set output limit for 'rawMongoProgramOutput()'
- :issue:`SERVER-52969` Disable Powercyle on non-master branches
- :issue:`SERVER-53992` Remove calls to detect-outliers from performance tasks
- :issue:`SERVER-54134` Ignore newer mongo versions on older branches of setup_multiversion_mongodb.py
- :issue:`TOOLS-2803` [v3.6] Add --config option for password values

2 changes: 2 additions & 0 deletions source/release-notes/3.6-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
:depth: 1
:class: twocols

.. include:: /includes/changelogs/releases/3.6.23.rst

.. include:: /includes/changelogs/releases/3.6.22.rst

.. include:: /includes/changelogs/releases/3.6.21.rst
Expand Down
15 changes: 15 additions & 0 deletions source/release-notes/3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ Release Notes for MongoDB 3.6
Minor Releases
--------------

3.6.23 - Upcoming
~~~~~~~~~~~~~~~~~

Issues Fixed:

- :issue:`SERVER-40361`: Reduce memory footprint of plan cache entries
- :issue:`SERVER-46686`: Explain does not respect maxTimeMS
- :issue:`SERVER-50267`: Set output limit for 'rawMongoProgramOutput()'
- :issue:`TOOLS-2803`: [v3.6] Add --config option for password values

- `All JIRA issues closed in 3.6.23
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.23%27>`_

- :ref:`3.6.23-changelog`

3.6.22 - Feb 8, 2021
~~~~~~~~~~~~~~~~~~~~

Expand Down