From 91d550b9472dc76aed5bacd3eaae9ae828c9ffac Mon Sep 17 00:00:00 2001 From: andf-mongodb Date: Thu, 6 May 2021 10:54:16 -0400 Subject: [PATCH] DOCS-14400 generate initial 4.4.6 changelog --- source/includes/changelogs/releases/4.4.6.rst | 56 +++++++++++++++++++ source/release-notes/4.4-changelog.txt | 2 + source/release-notes/4.4.txt | 22 ++++++++ 3 files changed, 80 insertions(+) create mode 100644 source/includes/changelogs/releases/4.4.6.rst diff --git a/source/includes/changelogs/releases/4.4.6.rst b/source/includes/changelogs/releases/4.4.6.rst new file mode 100644 index 00000000000..9b65ca40027 --- /dev/null +++ b/source/includes/changelogs/releases/4.4.6.rst @@ -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 + diff --git a/source/release-notes/4.4-changelog.txt b/source/release-notes/4.4-changelog.txt index cccb92b8ba0..705b45cde37 100644 --- a/source/release-notes/4.4-changelog.txt +++ b/source/release-notes/4.4-changelog.txt @@ -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 diff --git a/source/release-notes/4.4.txt b/source/release-notes/4.4.txt index 1d8efb70307..5a3a2923b8b 100644 --- a/source/release-notes/4.4.txt +++ b/source/release-notes/4.4.txt @@ -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 + `_ + +- :ref:`4.4.6-changelog` + .. _4.4.5-release-notes: 4.4.5 - Apr 8, 2021