Skip to content

Commit 95007cc

Browse files
committed
DOCS-14400 generate initial 4.4.6 changelog
1 parent bf09866 commit 95007cc

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.. _4.4.6-changelog:
2+
3+
4.4.6 Changelog
4+
---------------
5+
6+
Security
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-51364` Ubuntu 18.04 Server with OCSP and TLS fails to work
10+
- :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"
11+
- :issue:`SERVER-55122` Fix OCSP to allow intermediate certificates in tlsCertificateKeyFile
12+
- :issue:`SERVER-55332` Fix race condition in OCSP sharding test
13+
14+
Sharding
15+
~~~~~~~~
16+
17+
- :issue:`SERVER-48573` txn_two_phase_commit_killop.js should handle clients with no opCtx
18+
- :issue:`SERVER-52564` Deadlock between step down and MongoDOperationContextSession
19+
- :issue:`SERVER-53973` Migration manager recovery should handle failed findIntersectingChunk during refineShardKey
20+
21+
Replication
22+
~~~~~~~~~~~
23+
24+
- :issue:`SERVER-50486` invokeWithSessionCheckedOut being called on prepared transactions on secondaries
25+
- :issue:`SERVER-54970` Update "Aborting a Single Replica Set Transaction" section of the arch guide
26+
- :issue:`SERVER-55007` Deadlock between step down and MongoDOperationContextSession
27+
- :issue:`SERVER-55008` Only abort two-phase index builds when BackgroundOperationInProg error in initial sync
28+
29+
Storage
30+
~~~~~~~
31+
32+
:issue:`SERVER-55374` [v4.4] Backport original SERVER-50045 change, again
33+
34+
Operations
35+
~~~~~~~~~~
36+
37+
:issue:`SERVER-48580` Await replication in client_metadata_slowlog_rs.js
38+
39+
Internals
40+
~~~~~~~~~
41+
42+
- :issue:`SERVER-49237` Add a way for OperationContexts to opt-in to always getting interrupted at stepdown
43+
- :issue:`SERVER-50060` Make oplog_slow_sampling_logging.js tolerant to small changes in the clock
44+
- :issue:`SERVER-50875` Coverity analysis defect 115634: Uninitialized scalar field
45+
- :issue:`SERVER-51335` Repair libfuzzer on 4.4
46+
- :issue:`SERVER-51425` Restarting JournalFlusher after rollback is not thread-safe
47+
- :issue:`SERVER-51457` Improve log line for failed speculative auth attempts
48+
- :issue:`SERVER-53604` Include original aws iam arn in authenticate audit logs
49+
- :issue:`SERVER-53852` MongoDB hangs randomly
50+
- :issue:`SERVER-55189` Call awaitReplication() before returning from syncFrom() in rslib.js
51+
- :issue:`SERVER-55602` Relax non-read-only invariant in WiredTigerKVEngine::makeTemporaryRecordStore when recoverToOplogTimestamp is specified
52+
- :issue:`WT-7373` Improve slow random cursor operations on oplog
53+
- :issue:`WT-7426` Set write generation number when the page image gets created
54+
- :issue:`WT-7442` RTS to open dhandle only when the dhandle has unstable updates
55+
- :issue:`WT-7460` RTS to abort all the updates from a prepared transaction
56+

source/release-notes/4.4-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.4.6.rst
14+
1315
.. include:: /includes/changelogs/releases/4.4.5.rst
1416

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

source/release-notes/4.4.txt

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

16+
.. _4.4.6-release-notes:
17+
18+
4.4.6 - Upcoming
19+
~~~~~~~~~~~~~~~~
20+
21+
Issues fixed:
22+
23+
- :issue:`SERVER-53604`: Include original aws iam arn in authenticate
24+
audit logs
25+
- :issue:`SERVER-52564`: Deadlock between step down and
26+
MongoDOperationContextSession
27+
- :issue:`WT-7442`: RTS to open dhandle only when the dhandle has
28+
unstable updates
29+
- :issue:`WT-7426`: Set write generation number when the page image gets
30+
created
31+
- :issue:`WT-7373`: Improve slow random cursor operations on oplog
32+
33+
- `All JIRA issues closed in 4.4.6
34+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.4.6%27>`_
35+
36+
- :ref:`4.4.6-changelog`
37+
1638
.. _4.4.5-release-notes:
1739

1840
4.4.5 - Apr 8, 2021

0 commit comments

Comments
 (0)