|
| 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 | + |
0 commit comments