Skip to content

Commit 16b526f

Browse files
authored
DOCS-15403 v5.3 (#1231)
* DOCS-15403 4.2.21 release notes * update
1 parent 0830ec5 commit 16b526f

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

16+
.. _4.2.21-release-notes:
17+
18+
4.2.21 - Upcoming
19+
~~~~~~~~~~~~~~~~~
20+
21+
Issues fixed in 4.2.21:
22+
23+
- :issue:`SERVER-62272` Adding schema validation to a collection can prevent chunk migrations of failing documents
24+
- :issue:`SERVER-66176` [v4.4/v4.2] Minimize work under CollectionCatalog mutex
25+
- :issue:`SERVER-61097` SizeStorer can cause deadlocks with cache eviction
26+
- :issue:`SERVER-58506` Command to expose settability for Server Parameters
27+
28+
- `All JIRA issues closed in 4.2.21
29+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.21%27>`__
30+
31+
- :ref:`4.2.21-changelog`
32+
1633
.. _4.2.20-release-notes:
1734

1835
4.2.20 - May 9, 2022

0 commit comments

Comments
 (0)