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 @@ -21,6 +21,25 @@ MongoDB 4.2 Released Aug 13, 2019
21
21
Minor Releases
22
22
--------------
23
23
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
+
24
43
.. _4.2.16-release-notes:
25
44
26
45
4.2.16 - Sep 13, 2021
You can’t perform that action at this time.
0 commit comments