Skip to content

Commit d90ac8a

Browse files
authored
Docs-15403 v4.2 (#1233)
* DOCS-15403 4.2.21 release notes * update
1 parent be40d19 commit d90ac8a

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

source/release-notes/4.2-changelog.txt

Lines changed: 2 additions & 0 deletions
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.21.rst
14+
1315
.. include:: /includes/changelogs/releases/4.2.20.rst
1416

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

source/release-notes/4.2.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ MongoDB 4.2 Released Aug 13, 2019
2020
Patch Releases
2121
--------------
2222

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+
2340
.. _4.2.20-release-notes:
2441

2542
4.2.20 - May 9, 2022

0 commit comments

Comments
 (0)