Skip to content

DOCS-14400 generate initial 4.4.6 changelog #5302

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
merged 1 commit into from
May 6, 2021
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
56 changes: 56 additions & 0 deletions source/includes/changelogs/releases/4.4.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.. _4.4.6-changelog:

4.4.6 Changelog
---------------

Security
~~~~~~~~

- :issue:`SERVER-51364` Ubuntu 18.04 Server with OCSP and TLS fails to work
- :issue:`SERVER-54799` AWS IAM Auth does not support ARNs for AWS China and Gov regions where the ARN does not start with "arn:aws:iam"
- :issue:`SERVER-55122` Fix OCSP to allow intermediate certificates in tlsCertificateKeyFile
- :issue:`SERVER-55332` Fix race condition in OCSP sharding test

Sharding
~~~~~~~~

- :issue:`SERVER-48573` txn_two_phase_commit_killop.js should handle clients with no opCtx
- :issue:`SERVER-52564` Deadlock between step down and MongoDOperationContextSession
- :issue:`SERVER-53973` Migration manager recovery should handle failed findIntersectingChunk during refineShardKey

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

- :issue:`SERVER-50486` invokeWithSessionCheckedOut being called on prepared transactions on secondaries
- :issue:`SERVER-54970` Update "Aborting a Single Replica Set Transaction" section of the arch guide
- :issue:`SERVER-55007` Deadlock between step down and MongoDOperationContextSession
- :issue:`SERVER-55008` Only abort two-phase index builds when BackgroundOperationInProg error in initial sync

Storage
~~~~~~~

:issue:`SERVER-55374` [v4.4] Backport original SERVER-50045 change, again

Operations
~~~~~~~~~~

:issue:`SERVER-48580` Await replication in client_metadata_slowlog_rs.js

Internals
~~~~~~~~~

- :issue:`SERVER-49237` Add a way for OperationContexts to opt-in to always getting interrupted at stepdown
- :issue:`SERVER-50060` Make oplog_slow_sampling_logging.js tolerant to small changes in the clock
- :issue:`SERVER-50875` Coverity analysis defect 115634: Uninitialized scalar field
- :issue:`SERVER-51335` Repair libfuzzer on 4.4
- :issue:`SERVER-51425` Restarting JournalFlusher after rollback is not thread-safe
- :issue:`SERVER-51457` Improve log line for failed speculative auth attempts
- :issue:`SERVER-53604` Include original aws iam arn in authenticate audit logs
- :issue:`SERVER-53852` MongoDB hangs randomly
- :issue:`SERVER-55189` Call awaitReplication() before returning from syncFrom() in rslib.js
- :issue:`SERVER-55602` Relax non-read-only invariant in WiredTigerKVEngine::makeTemporaryRecordStore when recoverToOplogTimestamp is specified
- :issue:`WT-7373` Improve slow random cursor operations on oplog
- :issue:`WT-7426` Set write generation number when the page image gets created
- :issue:`WT-7442` RTS to open dhandle only when the dhandle has unstable updates
- :issue:`WT-7460` RTS to abort all the updates from a prepared transaction

2 changes: 2 additions & 0 deletions source/release-notes/4.4-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.4.6.rst

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

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

.. _4.4.6-release-notes:

4.4.6 - Upcoming
~~~~~~~~~~~~~~~~

Issues fixed:

- :issue:`SERVER-53604`: Include original aws iam arn in authenticate
audit logs
- :issue:`SERVER-52564`: Deadlock between step down and
MongoDOperationContextSession
- :issue:`WT-7442`: RTS to open dhandle only when the dhandle has
unstable updates
- :issue:`WT-7426`: Set write generation number when the page image gets
created
- :issue:`WT-7373`: Improve slow random cursor operations on oplog

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

- :ref:`4.4.6-changelog`

.. _4.4.5-release-notes:

4.4.5 - Apr 8, 2021
Expand Down