|
| 1 | +.. _4.4.18-changelog: |
| 2 | + |
| 3 | +4.4.18 Changelog |
| 4 | +---------------- |
| 5 | + |
| 6 | +Query |
| 7 | +~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-50454` Avoiding sending the "keyValue" field to drivers |
| 10 | + on duplicate key error |
| 11 | +- :issue:`SERVER-66289` $out incorrectly throws BSONObj size error on |
| 12 | + v5.0.8 |
| 13 | + |
| 14 | +Operations |
| 15 | +~~~~~~~~~~ |
| 16 | + |
| 17 | +:issue:`SERVER-67793` log_progress_msg in init.d does not print message |
| 18 | + |
| 19 | +Build and Packaging |
| 20 | +~~~~~~~~~~~~~~~~~~~ |
| 21 | + |
| 22 | +:issue:`SERVER-48203` Support --install-action for Ninja builds |
| 23 | + |
| 24 | +Internals |
| 25 | +~~~~~~~~~ |
| 26 | + |
| 27 | +- :issue:`SERVER-56368` Prohibit running |
| 28 | + $backupCursor/$backupCursorExtend on an aggregation against a |
| 29 | + collection |
| 30 | +- :issue:`SERVER-58673` Enable featureFlagPerShardCursor |
| 31 | +- :issue:`SERVER-61185` Use prefix_search for unique index lookup |
| 32 | +- :issue:`SERVER-62400` Add $_passthroughToShard parameter to |
| 33 | + AggregateCommandRequest |
| 34 | +- :issue:`SERVER-62681` Create change streams per shard cursor |
| 35 | + passthrough suite |
| 36 | +- :issue:`SERVER-62738` Give mongos the ability to passthrough to a |
| 37 | + specific shard |
| 38 | +- :issue:`SERVER-63585` Fastcount gets out of sync when a delete |
| 39 | + rollbacks and another transaction deletes the same rows |
| 40 | +- :issue:`SERVER-63772` Post Batch Resume token not sent on initial |
| 41 | + batch from per shard cursor change stream |
| 42 | +- :issue:`SERVER-63773` Per Shard cursor post batch resume token not set |
| 43 | + in getMore responses |
| 44 | +- :issue:`SERVER-63774` Pass optional dbVersion to |
| 45 | + runPipelineOnSpecificShard |
| 46 | +- :issue:`SERVER-63781` $sortKey not filtered out in initial batch from |
| 47 | + post batch resume token |
| 48 | +- :issue:`SERVER-68115` Bug fix for "elemMatchRootLength > 0" invariant |
| 49 | + trigger |
| 50 | +- :issue:`SERVER-68126` Check for negative maxChunkSize input value in |
| 51 | + AutoSplitVector |
| 52 | +- :issue:`SERVER-68470` Amazon Linux 4.2/4.4 RPMs fail to install due to |
| 53 | + missing shadow-utils |
| 54 | +- :issue:`SERVER-69003` [4.4] backport pm-2419 Per Shard Cursors via |
| 55 | + mongos |
| 56 | +- :issue:`SERVER-69133` remove redundant setting of hardlink install |
| 57 | + action |
| 58 | +- :issue:`SERVER-69281` Force minimum ninja version |
| 59 | +- :issue:`SERVER-69348` Commands must declare empty auth checks to be |
| 60 | + universally callable |
| 61 | +- :issue:`SERVER-69389` Command checkAuthorization may throw |
| 62 | + ErrorCodes::NamespaceNotFound for existing collection while trying to |
| 63 | + resolve UUID to namespace when the node is shutting down. |
| 64 | +- :issue:`SERVER-69443` [4.4] Allow speculative majority reads in |
| 65 | + multi-doc txns when --enableMajorityReadConcern=false |
| 66 | +- :issue:`SERVER-69446` Increase electionTimeoutMillis in |
| 67 | + jstests/replsets/dbcheck_write_concern.js |
| 68 | +- :issue:`SERVER-69569` Python scripts failing in Evergreen tasks |
| 69 | +- :issue:`SERVER-69785` robustify change_streams_per_shard_cursor.js |
| 70 | +- :issue:`SERVER-69868` Return an error when starting a TransportLayer |
| 71 | + that is shutdown |
| 72 | +- :issue:`SERVER-69912` SConstruct is executable by mistake |
| 73 | +- :issue:`SERVER-70299` Remove JSON.send command usage |
| 74 | +- :issue:`SERVER-70348` Remove EAGAIN for queryable WT and retry |
| 75 | + internally |
| 76 | +- :issue:`SERVER-70398` Handle case when execution doesn't exist |
| 77 | +- :issue:`SERVER-70469` Use virtual env python in watchdog tests |
| 78 | +- :issue:`SERVER-70483` Update Resmoke to pass "evergreen_execution" up |
| 79 | + to logkeeper. |
| 80 | +- :issue:`SERVER-70484` Remove signal processing module from perf.yml |
| 81 | + and sys_perf.yml |
| 82 | +- :issue:`SERVER-70633` Make per shard cursors suite actually run tests |
| 83 | + in 5.0 |
| 84 | +- :issue:`SERVER-70938` Remove --system-site-packages from virtual env |
| 85 | + setup |
| 86 | +- :issue:`WT-7912` Fix prefix search near optimisation to handle |
| 87 | + scenarios where the key range is split across pages. |
| 88 | + |
0 commit comments