|
| 1 | +.. _5.0.13-changelog: |
| 2 | + |
| 3 | +5.0.13 Changelog |
| 4 | +---------------- |
| 5 | + |
| 6 | +Sharding |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +- :issue:`SERVER-68094` Resharding with custom generated _id fails with projection error |
| 10 | +- :issue:`SERVER-68139` Resharding command fails if the projection sort is bigger than 100MB |
| 11 | +- :issue:`SERVER-68869` A retry of _configSvrReshardCollection can succeed causing resharding_coordinator_recovers_abort_decision.js to fail |
| 12 | +- :issue:`SERVER-69142` A retry of _shardsvrReshardCollection can cause DuplicateKey error (resharding_nonblocking_coordinator_rebuild.js) |
| 13 | +- :issue:`SERVER-69220` refineCollectionShardKey permits toggling current shard key fields between range-based and hashed, leading to data inconsistency |
| 14 | +- :issue:`SERVER-69384` Fix v5.0 legacy shardCollection path for implicitCreateIndex parameter |
| 15 | +- :issue:`SERVER-69700` Replication rollback fails resharding_coordinator_recovers_abort_decision.js |
| 16 | + |
| 17 | +Write Operations |
| 18 | +~~~~~~~~~~~~~~~~ |
| 19 | + |
| 20 | +:issue:`SERVER-50454` Avoiding sending the "keyValue" field to drivers on duplicate key error |
| 21 | + |
| 22 | +Internals |
| 23 | +~~~~~~~~~ |
| 24 | + |
| 25 | +- :issue:`SERVER-58673` Enable featureFlagPerShardCursor |
| 26 | +- :issue:`SERVER-60551` Occasionally getting "Initialized wire specification" when connecting |
| 27 | +- :issue:`SERVER-61185` Use prefix_search for unique index lookup |
| 28 | +- :issue:`SERVER-62400` Add $_passthroughToShard parameter to AggregateCommandRequest |
| 29 | +- :issue:`SERVER-62681` Create change streams per shard cursor passthrough suite |
| 30 | +- :issue:`SERVER-62738` Give mongos the ability to passthrough to a specific shard |
| 31 | +- :issue:`SERVER-63772` Post Batch Resume token not sent on initial batch from per shard cursor change stream |
| 32 | +- :issue:`SERVER-63773` Per Shard cursor post batch resume token not set in getMore responses |
| 33 | +- :issue:`SERVER-63774` Pass optional dbVersion to runPipelineOnSpecificShard |
| 34 | +- :issue:`SERVER-63781` $sortKey not filtered out in initial batch from post batch resume token |
| 35 | +- :issue:`SERVER-65006` Write conflict on commitIndexBuild oplog entry insertion can cause multikey to fail to be set |
| 36 | +- :issue:`SERVER-66794` Add an in-memory flag for TS collections having dates outside years 1970-2038 |
| 37 | +- :issue:`SERVER-67402` Linearizable reads can occasionally read with wrong read source |
| 38 | +- :issue:`SERVER-67538` Multi-doc transactions should fail if on an old, incompatible snapshot |
| 39 | +- :issue:`SERVER-67650` Resharding recipient can return remainingOperationTimeEstimatedSecs=0 when the oplog applier hasn't caught up with the oplog fetcher |
| 40 | +- :issue:`SERVER-67653` Resharding coordinator can incorrectly conclude that it can start the critical section although on one recipient the oplog applier hasn't caught up with the oplog fetcher |
| 41 | +- :issue:`SERVER-67725` Check catalog consistency on shards as precondition for rename |
| 42 | +- :issue:`SERVER-67916` Race during stepdown can trigger invariant in ReshardingMetrics |
| 43 | +- :issue:`SERVER-68003` Make experiment_unified_ninja.vars the default |
| 44 | +- :issue:`SERVER-68126` Check for negative maxChunkSize input value in AutoSplitVector |
| 45 | +- :issue:`SERVER-68691` $graphLookup does not report variable references for 'restrictSearchWithMatch' filter |
| 46 | +- :issue:`SERVER-69002` [5.0] backport pm-2419 Per Shard Cursors via mongos |
| 47 | +- :issue:`SERVER-69108` SCCL can immediately return config and admin metadata without triggering a refresh |
| 48 | +- :issue:`SERVER-69547` Add multiversion_incompatible tag to show_raw_update_description*.js |
| 49 | +- :issue:`SERVER-69590` libunwind warnings on clang arm platforms |
| 50 | +- :issue:`SERVER-69611` Set the -ffp-contract=off compiler option by default |
| 51 | +- :issue:`SERVER-69693` Use lambda instead of repeating code in resharding coordinator |
| 52 | +- :issue:`SERVER-69785` robustify change_streams_per_shard_cursor.js |
| 53 | +- :issue:`WT-9870` Fix updating pinned timestamp whenever oldest timestamp is updated during recovery |
| 54 | + |
0 commit comments