File tree Expand file tree Collapse file tree 3 files changed +43
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _4.2.21-changelog :
2
+
3
+ 4.2.21 Changelog
4
+ ----------------
5
+
6
+ Build and Packaging
7
+ ~~~~~~~~~~~~~~~~~~~
8
+
9
+ - :issue: `SERVER-64332 ` Notarize MongoDB builds for macos
10
+ - :issue: `SERVER-67139 ` Update rhel6 package test ami
11
+
12
+ Internals
13
+ ~~~~~~~~~
14
+
15
+ - :issue: `SERVER-58506 ` Command to expose settability for Server Parameters
16
+ - :issue: `SERVER-61097 ` SizeStorer can cause deadlocks with cache eviction
17
+ - :issue: `SERVER-64184 ` Track usage of allowDiskUse:true in agg command
18
+ - :issue: `SERVER-65166 ` Use compareOptimes in abort_in_progress_transactions_on_step_up.js
19
+ - :issue: `SERVER-65244 ` Add RHEL 7 s390x to 4.2
20
+ - :issue: `SERVER-66176 ` [v4.4/v4.2] Minimize work under CollectionCatalog mutex
21
+ - :issue: `SERVER-66559 ` Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bits
22
+ - :issue: `SERVER-66799 ` Fix getParameterWithDetails.js failure on ephemeralForTest
23
+ - :issue: `SERVER-66955 ` Remove JSON.send usage in perf projects
24
+
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.21.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.2.20.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.2.19.rst
Original file line number Diff line number Diff line change @@ -20,6 +20,23 @@ MongoDB 4.2 Released Aug 13, 2019
20
20
Patch Releases
21
21
--------------
22
22
23
+ .. _4.2.21-release-notes:
24
+
25
+ 4.2.21 - Upcoming
26
+ ~~~~~~~~~~~~~~~~~
27
+
28
+ Issues fixed in 4.2.21:
29
+
30
+ - :issue:`SERVER-62272` Adding schema validation to a collection can prevent chunk migrations of failing documents
31
+ - :issue:`SERVER-66176` [v4.4/v4.2] Minimize work under CollectionCatalog mutex
32
+ - :issue:`SERVER-61097` SizeStorer can cause deadlocks with cache eviction
33
+ - :issue:`SERVER-58506` Command to expose settability for Server Parameters
34
+
35
+ - `All JIRA issues closed in 4.2.21
36
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.21%27>`__
37
+
38
+ - :ref:`4.2.21-changelog`
39
+
23
40
.. _4.2.20-release-notes:
24
41
25
42
4.2.20 - May 9, 2022
You can’t perform that action at this time.
0 commit comments