Skip to content
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
19 changes: 19 additions & 0 deletions source/includes/changelogs/releases/4.2.17.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. _4.2.17-changelog:

4.2.17 Changelog
----------------

Storage
~~~~~~~

:issue:`SERVER-49521` fix tests in core/txn to use write concern "majority" for createIndexes commands run before starting transactions

Internals
~~~~~~~~~

- :issue:`SERVER-48090` Support python 3.6 for evergreen.py and shrub.py
- :issue:`SERVER-50549` Transform connection-related error codes in proxied commands
- :issue:`SERVER-53726` Platform Support: Remove RHEL6 zSeries
- :issue:`SERVER-59456` Start the LDAPReaper threadpool
- :issue:`SERVER-59876` Large delays in returning from libcrypto.so while establishing egress connections

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

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

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

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

.. _4.2.17-release-notes:

4.2.17 - Upcoming
~~~~~~~~~~~~~~~~~

- :issue:`SERVER-59876`: Large delays in returning from libcrypto.so
while establishing egress connections
- :issue:`SERVER-59456`: Start the LDAPReaper threadpool
- :issue:`SERVER-50549`: Transform connection-related error codes in
proxied commands
- :issue:`SERVER-49521`: fix tests in core/txn to use write concern
"majority" for createIndexes commands run before starting transactions
- :issue:`SERVER-44152`: Pre-warm connection pools in mongos

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

- :ref:`4.2.17-changelog`

.. _4.2.16-release-notes:

4.2.16 - Sep 13, 2021
Expand Down