File tree Expand file tree Collapse file tree 3 files changed +56
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
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
+
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.20.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.2.19.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.2.18.rst
Original file line number Diff line number Diff line change @@ -13,6 +13,30 @@ Release Notes for MongoDB 4.2
13
13
Patch Releases
14
14
--------------
15
15
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
+
16
40
.. _4.2.19-release-notes:
17
41
18
42
4.2.19 - Mar 7, 2022
You can’t perform that action at this time.
0 commit comments