Skip to content

Commit b49a22b

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

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
@@ -13,6 +13,25 @@ Release Notes for MongoDB 4.2
1313
Minor Releases
1414
--------------
1515

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

1837
4.2.16 - Sep 13, 2021

0 commit comments

Comments
 (0)