|
| 1 | +.. _5.0.12-changelog: |
| 2 | + |
| 3 | +5.0.12 Changelog |
| 4 | +---------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-63732` Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection command |
| 10 | +- :issue:`SERVER-64142` Add new enforceUniqueness to refineCollectionShardKey command |
| 11 | +- :issue:`SERVER-68728` Add addl. activation condition for interruptBeforeProcessingPrePostImageOriginatingOp fail point |
| 12 | +- :issue:`SERVER-68869` A retry of _configSvrReshardCollection can succeed causing resharding_coordinator_recovers_abort_decision.js to fail |
| 13 | +- :issue:`SERVER-69142` A retry of _shardsvrReshardCollection can cause DuplicateKey error (resharding_nonblocking_coordinator_rebuild.js) |
| 14 | + |
| 15 | +Replication |
| 16 | +~~~~~~~~~~~ |
| 17 | + |
| 18 | +:issue:`SERVER-62636` setFeatureCompatibilityVersion 4.4 succeeds on 5.0 binVersion that has indexes with conflicting options |
| 19 | + |
| 20 | +Internals |
| 21 | +~~~~~~~~~ |
| 22 | + |
| 23 | +- :issue:`SERVER-58176` Mongos does not validate readConcern on insert/update/delete commands |
| 24 | +- :issue:`SERVER-58966` timeseries_granularity.js and timeseries_timestamp_rounding.js collide on test namespaces in parallel suite |
| 25 | +- :issue:`SERVER-59834` $group with allowDiskUse doesn't clean up _tmp files |
| 26 | +- :issue:`SERVER-60958` Avoid server hang in chunk migration when step-down event occurs |
| 27 | +- :issue:`SERVER-63843` Don't allow recursive doLog in synchronous signal handlers |
| 28 | +- :issue:`SERVER-63852` getThreadName() should not crash |
| 29 | +- :issue:`SERVER-64573` Make implicitlyCreateIndex and enforceUniquenessCheck fields optional |
| 30 | +- :issue:`SERVER-64741` Create mongos appendOplogNote command |
| 31 | +- :issue:`SERVER-65006` Write conflict on commitIndexBuild oplog entry insertion can cause multikey to fail to be set |
| 32 | +- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to reorder shard key fields |
| 33 | +- :issue:`SERVER-66794` Add an in-memory flag for TS collections having dates outside years 1970-2038 |
| 34 | +- :issue:`SERVER-67126` Remove LOGV2 call from printStackTrace no-LOGV2 codepath |
| 35 | +- :issue:`SERVER-67280` Ensure HealthObserver::periodicCheckImpl() implementations handle exceptions and return an appropriate failing health check status when one occurs |
| 36 | +- :issue:`SERVER-67725` Check catalog consistency on shards as precondition for rename |
| 37 | +- :issue:`SERVER-67814` Track the number of time-series collections with dates outside 1970-2038 in serverStatus |
| 38 | +- :issue:`SERVER-67939` run_dbcheck_background.js should be resilient to CappedPositionLost |
| 39 | +- :issue:`SERVER-68039` Old pymongo version 3.10.1 on MongoDB v5.0 causes Invariant failure (message.operation() == dbMsg) after connection reset by peer |
| 40 | +- :issue:`SERVER-68399` Fix parsing of safeint version numbers in blackduck_hub.py |
| 41 | +- :issue:`SERVER-68482` [5.0] Add TSAN exclusion to getFlowControlStats |
| 42 | +- :issue:`SERVER-68538` Typo in dependencies list in RPM config forces to fail installing mongodb enterprise in amazon linux 1 |
| 43 | +- :issue:`SERVER-68540` Add docker_incompatible tag for jscore tests |
| 44 | +- :issue:`SERVER-68694` Investigate the locking around the compact command |
| 45 | +- :issue:`SERVER-68737` remove multiversion test from debian11 5.0 |
| 46 | +- :issue:`SERVER-68766` Add option to re-enable single value MapReduce optimization |
| 47 | +- :issue:`SERVER-68925` Reintroduce check table logging settings at startup (revert SERVER-43664) |
| 48 | +- :issue:`SERVER-69052` Ensure bucket collection is valid when checking for extended range |
| 49 | +- :issue:`SERVER-69141` [6.1] Move forward pinned TSBS version |
| 50 | + |
0 commit comments