Skip to content

Commit 4d634ed

Browse files
committed
DOCS-14392 generate initial v4.2.14 changelog
1 parent c0dc489 commit 4d634ed

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
.. _4.2.14-changelog:
2+
3+
4.2.14 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
:issue:`SERVER-52564` Deadlock between step down and MongoDOperationContextSession
10+
11+
Replication
12+
~~~~~~~~~~~
13+
14+
- :issue:`SERVER-50412` Change “not master” error messages to “not primary”
15+
- :issue:`SERVER-50414` Change “not master or secondary; cannot currently read from this replSet member” to “not primary or secondary; cannot currently read from this replSet member”
16+
- :issue:`SERVER-54180` ReplSetTest's stepUp function only waits 6 seconds for nodes to agree on primary
17+
- :issue:`SERVER-55007` Deadlock between step down and MongoDOperationContextSession
18+
19+
Query
20+
~~~~~
21+
22+
:issue:`SERVER-54710` Large number of $or clauses can create profiling entry exceeding max BSON size, causing the query to fail when it should not
23+
24+
Storage
25+
~~~~~~~
26+
27+
:issue:`SERVER-44821` retrieving storage stats for currentOp blocked by slow oplog application
28+
29+
Operations
30+
~~~~~~~~~~
31+
32+
:issue:`SERVER-54770` Add /proc/meminfo MemAvailable to FTDC
33+
34+
Build and Packaging
35+
~~~~~~~~~~~~~~~~~~~
36+
37+
- :issue:`SERVER-54031` errorcodes.py doesn't check embedded C++ code in Python scripts
38+
- :issue:`SERVER-54057` Mongodb-org-server el8 package has dependency on python2
39+
- :issue:`SERVER-54386` mongodb 3.6.22 install fails if systemctl daemon is not running
40+
- :issue:`SERVER-55067` Migrate Windows builds to VS Current distro
41+
42+
Internals
43+
~~~~~~~~~
44+
45+
- :issue:`SERVER-5722` Support a 'sort' field in ops array for JS Benchmarking Harness
46+
- :issue:`SERVER-42944` scons compiledb exits with a stack trace
47+
- :issue:`SERVER-49054` Server MSI should install Compass instead of Compass Community
48+
- :issue:`SERVER-51465` Update package tests after compass installer update
49+
- :issue:`SERVER-52610` Verify installation prefix is added to correct location in the RPM
50+
- :issue:`SERVER-52833` Capped collections can contain too many documents after replication recovery
51+
- :issue:`SERVER-52953` $geoNear does not always match coordinate given to 'near' when maxDistance is set to 0
52+
- :issue:`SERVER-53566` Investigate and reproduce "opCtx != nullptr && _opCtx == nullptr" invariant
53+
- :issue:`SERVER-54136` Make the authenticate command respect enforceUserClusterSeparation
54+
- :issue:`SERVER-55038` Collect data files if zbigMapReduce.js fails
55+
- :issue:`SERVER-55189` Call awaitReplication() before returning from syncFrom() in rslib.js
56+
- :issue:`SERVER-55225` [v4.2] Collect data files for incremental_backup_rollback.js
57+
- :issue:`SERVER-55395` 4.0.23 does not build with gcc 10
58+
- :issue:`SERVER-55602` Relax non-read-only invariant in WiredTigerKVEngine::makeTemporaryRecordStore when recoverToOplogTimestamp is specified
59+
- :issue:`SERVER-55753` Use w: majority for createCollection command in transactions_committed_with_tickets_exhausted.js
60+
- :issue:`SERVER-56371` Upgrade timelib to 2021.06
61+
- :issue:`WT-7373` Improve slow random cursor operations on oplog
62+

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

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

source/release-notes/4.2.txt

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

16+
.. _4.2.14-release-notes:
17+
18+
4.2.14 - Upcoming
19+
~~~~~~~~~~~~~~~~~
20+
21+
Issues fixed in 4.2.14:
22+
23+
24+
- :issue:`SERVER-54710`: Large number of $or clauses can create profiling entry exceeding max BSON size, causing the query to fail when it should not
25+
26+
- :issue:`SERVER-54136`: Make the authenticate command respect enforceUserClusterSeparation
27+
28+
- :issue:`SERVER-53566`: Investigate and reproduce "opCtx != nullptr && _opCtx == nullptr" invariant
29+
30+
- :issue:`SERVER-52564`: Deadlock between step down and MongoDOperationContextSession
31+
32+
- :issue:`WT-7373`: Improve slow random cursor operations on oplog
33+
34+
- `All JIRA issues closed in 4.2.14
35+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.14%27>`__
36+
37+
- :ref:`4.2.14-changelog`
38+
1639
.. _4.2.13-release-notes:
1740

1841
4.2.13 - Mar 19, 2021

0 commit comments

Comments
 (0)