Skip to content

Commit 3fa00e9

Browse files
(DOCS-15246): 4.2.20 changelog (#978)
* (DOCS-15246): 4.2.20 changelog * add changelog include
1 parent 2fc400b commit 3fa00e9

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. _4.2.20-changelog:
2+
3+
4.2.20 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
:issue:`SERVER-64903` Make cancel_coordinate_txn_commit_with_tickets_exhausted.js robust to ShardServerCatalogCacheLoader performing deletes
10+
11+
Aggregation
12+
~~~~~~~~~~~
13+
14+
:issue:`SERVER-41714` $facet operator duplicates documents in the pipeline when preceded by $addFields and $match operators (in this exact order)
15+
16+
Internals
17+
~~~~~~~~~
18+
19+
- :issue:`SERVER-53726` Platform Support: Remove RHEL6 zSeries
20+
- :issue:`SERVER-57000` Fix handling of correlated pipeline with facet
21+
- :issue:`SERVER-57676` Wait for a checkpoint before releasing the "hangOplogCapMaintainerThread" in oplog_rollover.js
22+
- :issue:`SERVER-59435` Fix a double free inside DocumentSource::optimizeAt()
23+
- :issue:`SERVER-60412` Host memory limit check does not honor cgroups v2
24+
- :issue:`SERVER-62242` $indexOfArray does not work with duplicate values in array
25+
- :issue:`SERVER-63141` Difference in $lookup/$redact/$let behaviour with pipeline optimization
26+
- :issue:`SERVER-64642` Fix error where mongos returns CallbackCanceled and not InterruptedAtShutdown on shutdown
27+
- :issue:`SERVER-64983` Release Client lock before rolling back WT transaction in TransactionParticipant::_resetTransactionState
28+
- :issue:`SERVER-65421` Fix package test failures on RHEL 6/7
29+
- :issue:`SERVER-65422` Fix package test failures on Ubuntu 16.04
30+

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.20.rst
14+
1315
.. include:: /includes/changelogs/releases/4.2.19.rst
1416

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

source/release-notes/4.2.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,30 @@ Release Notes for MongoDB 4.2
1313
Patch Releases
1414
--------------
1515

16+
.. _4.2.20-release-notes:
17+
18+
4.2.20 - Upcoming
19+
~~~~~~~~~~~~~~~~~
20+
21+
Issues fixed in 4.2.20:
22+
23+
- :issue:`SERVER-64983` Release Client lock before rolling back WT
24+
transaction in TransactionParticipant::_resetTransactionState
25+
- :issue:`SERVER-60412` Host memory limit check does not honor cgroups
26+
v2
27+
- :issue:`SERVER-64642` Fix error where mongos returns CallbackCanceled
28+
and not InterruptedAtShutdown on shutdown
29+
- :issue:`SERVER-59435` Fix a double free inside
30+
DocumentSource::optimizeAt()
31+
- :issue:`SERVER-41714` $facet operator duplicates documents in the
32+
pipeline when preceded by $addFields and $match operators (in this
33+
exact order)
34+
35+
- `All JIRA issues closed in 4.2.20
36+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.20%27>`__
37+
38+
- :ref:`4.2.20-changelog`
39+
1640
.. _4.2.19-release-notes:
1741

1842
4.2.19 - Mar 7, 2022

0 commit comments

Comments
 (0)