Skip to content

Commit 1de1828

Browse files
ianf-mongodbjeff-allen-mongo
authored andcommitted
DOCS-14804 4.2.17-release notes
1 parent ae659d4 commit 1de1828

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. _4.2.17-changelog:
2+
3+
4.2.17 Changelog
4+
----------------
5+
6+
Storage
7+
~~~~~~~
8+
9+
:issue:`SERVER-49521` fix tests in core/txn to use write concern "majority" for createIndexes commands run before starting transactions
10+
11+
Internals
12+
~~~~~~~~~
13+
14+
- :issue:`SERVER-48090` Support python 3.6 for evergreen.py and shrub.py
15+
- :issue:`SERVER-50549` Transform connection-related error codes in proxied commands
16+
- :issue:`SERVER-53726` Platform Support: Remove RHEL6 zSeries
17+
- :issue:`SERVER-59456` Start the LDAPReaper threadpool
18+
- :issue:`SERVER-59876` Large delays in returning from libcrypto.so while establishing egress connections
19+

source/release-notes/4.2-changelog.txt

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/changelogs/releases/4.2.17.rst
14+
1315
.. include:: /includes/changelogs/releases/4.2.16.rst
1416

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

source/release-notes/4.2.txt

+19
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,25 @@ MongoDB 4.2 Released Aug 13, 2019
2121
Minor Releases
2222
--------------
2323

24+
.. _4.2.17-release-notes:
25+
26+
4.2.17 - Upcoming
27+
~~~~~~~~~~~~~~~~~
28+
29+
- :issue:`SERVER-59876`: Large delays in returning from libcrypto.so
30+
while establishing egress connections
31+
- :issue:`SERVER-59456`: Start the LDAPReaper threadpool
32+
- :issue:`SERVER-50549`: Transform connection-related error codes in
33+
proxied commands
34+
- :issue:`SERVER-49521`: fix tests in core/txn to use write concern
35+
"majority" for createIndexes commands run before starting transactions
36+
- :issue:`SERVER-44152`: Pre-warm connection pools in mongos
37+
38+
- `All JIRA issues closed in 4.2.17
39+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.17%27>`__
40+
41+
- :ref:`4.2.17-changelog`
42+
2443
.. _4.2.16-release-notes:
2544

2645
4.2.16 - Sep 13, 2021

0 commit comments

Comments
 (0)