File tree 3 files changed +40
-0
lines changed
includes/changelogs/releases
3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 10
10
:depth: 1
11
11
:class: singlecol
12
12
13
+ .. include:: /includes/changelogs/releases/4.2.17.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.2.16.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.2.15.rst
Original file line number Diff line number Diff line change @@ -13,6 +13,25 @@ Release Notes for MongoDB 4.2
13
13
Minor Releases
14
14
--------------
15
15
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
+
16
35
.. _4.2.16-release-notes:
17
36
18
37
4.2.16 - Sep 13, 2021
You can’t perform that action at this time.
0 commit comments