Skip to content

DOCS-14392 generate initial v4.2.14 changelog #5275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions source/includes/changelogs/releases/4.2.14.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
.. _4.2.14-changelog:

4.2.14 Changelog
----------------

Sharding
~~~~~~~~

:issue:`SERVER-52564` Deadlock between step down and MongoDOperationContextSession

Replication
~~~~~~~~~~~

- :issue:`SERVER-50412` Change “not master” error messages to “not primary”
- :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”
- :issue:`SERVER-54180` ReplSetTest's stepUp function only waits 6 seconds for nodes to agree on primary
- :issue:`SERVER-55007` Deadlock between step down and MongoDOperationContextSession

Query
~~~~~

: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

Storage
~~~~~~~

:issue:`SERVER-44821` retrieving storage stats for currentOp blocked by slow oplog application

Operations
~~~~~~~~~~

:issue:`SERVER-54770` Add /proc/meminfo MemAvailable to FTDC

Build and Packaging
~~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-54031` errorcodes.py doesn't check embedded C++ code in Python scripts
- :issue:`SERVER-54057` Mongodb-org-server el8 package has dependency on python2
- :issue:`SERVER-54386` mongodb 3.6.22 install fails if systemctl daemon is not running
- :issue:`SERVER-55067` Migrate Windows builds to VS Current distro

Internals
~~~~~~~~~

- :issue:`SERVER-5722` Support a 'sort' field in ops array for JS Benchmarking Harness
- :issue:`SERVER-42944` scons compiledb exits with a stack trace
- :issue:`SERVER-49054` Server MSI should install Compass instead of Compass Community
- :issue:`SERVER-51465` Update package tests after compass installer update
- :issue:`SERVER-52610` Verify installation prefix is added to correct location in the RPM
- :issue:`SERVER-52833` Capped collections can contain too many documents after replication recovery
- :issue:`SERVER-52953` $geoNear does not always match coordinate given to 'near' when maxDistance is set to 0
- :issue:`SERVER-53566` Investigate and reproduce "opCtx != nullptr && _opCtx == nullptr" invariant
- :issue:`SERVER-54136` Make the authenticate command respect enforceUserClusterSeparation
- :issue:`SERVER-55038` Collect data files if zbigMapReduce.js fails
- :issue:`SERVER-55189` Call awaitReplication() before returning from syncFrom() in rslib.js
- :issue:`SERVER-55225` [v4.2] Collect data files for incremental_backup_rollback.js
- :issue:`SERVER-55395` 4.0.23 does not build with gcc 10
- :issue:`SERVER-55602` Relax non-read-only invariant in WiredTigerKVEngine::makeTemporaryRecordStore when recoverToOplogTimestamp is specified
- :issue:`SERVER-55753` Use w: majority for createCollection command in transactions_committed_with_tickets_exhausted.js
- :issue:`SERVER-56371` Upgrade timelib to 2021.06
- :issue:`WT-7373` Improve slow random cursor operations on oplog

2 changes: 2 additions & 0 deletions source/release-notes/4.2-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
:depth: 1
:class: singlecol

.. include:: /includes/changelogs/releases/4.2.14.rst

.. include:: /includes/changelogs/releases/4.2.13.rst

.. include:: /includes/changelogs/releases/4.2.12.rst
Expand Down
23 changes: 23 additions & 0 deletions source/release-notes/4.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,29 @@ Release Notes for MongoDB 4.2
Minor Releases
--------------

.. _4.2.14-release-notes:

4.2.14 - Upcoming
~~~~~~~~~~~~~~~~~

Issues fixed in 4.2.14:


- :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

- :issue:`SERVER-54136`: Make the authenticate command respect enforceUserClusterSeparation

- :issue:`SERVER-53566`: Investigate and reproduce "opCtx != nullptr && _opCtx == nullptr" invariant

- :issue:`SERVER-52564`: Deadlock between step down and MongoDOperationContextSession

- :issue:`WT-7373`: Improve slow random cursor operations on oplog

- `All JIRA issues closed in 4.2.14
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.14%27>`__

- :ref:`4.2.14-changelog`

.. _4.2.13-release-notes:

4.2.13 - Mar 19, 2021
Expand Down