|
| 1 | +.. _5.0.9-changelog: |
| 2 | + |
| 3 | +5.0.9 Changelog |
| 4 | +--------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-62175` Mongos fails to attach RetryableWrite Error Label For Command Interrupted In _parseCommand |
| 10 | +- :issue:`SERVER-62432` Ensure safe access to ShardingDDLCoordinator instance state documents |
| 11 | +- :issue:`SERVER-64822` Sharding an empty collection releases the critical section too early |
| 12 | +- :issue:`SERVER-66041` Chunk cloner must never consider too big a chunk with only one document |
| 13 | + |
| 14 | +Query |
| 15 | +~~~~~ |
| 16 | + |
| 17 | +:issue:`SERVER-63642` Add serverStatus metrics to measure multi-planning performance |
| 18 | + |
| 19 | +Build and Packaging |
| 20 | +~~~~~~~~~~~~~~~~~~~ |
| 21 | + |
| 22 | +- :issue:`SERVER-42470` Generate additional configuration for libunwind |
| 23 | +- :issue:`SERVER-64332` Notarize MongoDB builds for macos |
| 24 | +- :issue:`SERVER-66386` Update AMI images for package tests |
| 25 | + |
| 26 | +Internals |
| 27 | +~~~~~~~~~ |
| 28 | + |
| 29 | +- :issue:`SERVER-57546` Increase test-specific timeouts for roles lock acquisition |
| 30 | +- :issue:`SERVER-58337` Log deprecation warning and bump serverStatus counter upon receipt of OP_QUERY command |
| 31 | +- :issue:`SERVER-60758` Prevent dbVersion refreshes from failing transactions in txn_recover_decision_using_recovery_router.js |
| 32 | +- :issue:`SERVER-61018` Create a generic histogram type |
| 33 | +- :issue:`SERVER-61110` Fix locking in AuthorizationContract::contains |
| 34 | +- :issue:`SERVER-61460` Resmoke should merge config_svr options with mongod_options rather than overriding them |
| 35 | +- :issue:`SERVER-62941` Update FTDCServerStatusCommandCollector to include oplog metrics from serverStatus command |
| 36 | +- :issue:`SERVER-62992` Remove need for resmoke.ini |
| 37 | +- :issue:`SERVER-63254` Add Index usage metrics to serverStatus |
| 38 | +- :issue:`SERVER-63796` Enable Feature flag for PM-2750 |
| 39 | +- :issue:`SERVER-63850` Add the count command to API version 1 |
| 40 | +- :issue:`SERVER-64664` ninja tool should not consider install files generated source |
| 41 | +- :issue:`SERVER-64815` Prevent buildindexes_false_commit_quorum.js from running in multiversion tests |
| 42 | +- :issue:`SERVER-65137` detect namespace changes when refreshing Collection after yielding |
| 43 | +- :issue:`SERVER-65166` Use compareOptimes in abort_in_progress_transactions_on_step_up.js |
| 44 | +- :issue:`SERVER-65184` Avoid concurrent election and stepdown in downgrade_default_write_concern_majority.js |
| 45 | +- :issue:`SERVER-65271` serverStatus should allow fine-grained metrics exclusion |
| 46 | +- :issue:`SERVER-65636` Remove limits on number of LDAP connections per host |
| 47 | +- :issue:`SERVER-65861` Remove enterprise-rhel-83-s390x from mh_variants on 5.0 |
| 48 | +- :issue:`SERVER-65995` Reduce Evergreen cron frequency on older branches |
| 49 | +- :issue:`SERVER-66089` Initial sync should do transaction table read with a later afterClusterTime |
| 50 | +- :issue:`SERVER-66117` Disable qualify_shortname in mock libkrb5 configuration |
| 51 | +- :issue:`WT-8250` Increase the maximum expected space available after compaction in test_wt7989_compact_checkpoint |
| 52 | +- :issue:`WT-8450` Report stats in hs_cleanup_stress, don't validate them |
| 53 | +- :issue:`WT-8481` Split cppsuite search near tests and update their logging levels |
| 54 | +- :issue:`WT-8622` Read in last_ckpt_base_write_gen at start of recovery |
| 55 | +- :issue:`WT-8860` Save the mongod logs as a test artifact in many-collection-test |
| 56 | +- :issue:`WT-9019` Disable cyclomatic-complexity test on 5.0 |
| 57 | +- :issue:`WT-9029` Remove object_target_size option from WT_SESSION::create |
| 58 | +- :issue:`WT-9044` Disable code coverage measurement on mongodb-5.0 |
| 59 | +- :issue:`WT-9054` Correctly configure split stress options in format.sh |
| 60 | +- :issue:`WT-9096` Fix search near returning wrong key/value sometimes when key doesn't exist |
| 61 | + |
0 commit comments