MongoDB 5.0.24 is out and is ready for production deployment. This release contains only fixes since 5.0.23, and is a recommended upgrade for all 5.0 users.
Fixed in this release:
- SERVER-50792 Return more useful errors when a shard key index can't be found for shardCollection/refineCollectionShardKey
- SERVER-77506 Sharded multi-document transactions can mismatch data and ShardVersion
- SERVER-81878 startupRecoveryForRestore may not play nicely with collection drop applied during startup recovery
- SERVER-83091 $or query can trigger an infinite loop during plan enumeration
- WT-7929 Investigate a solution to avoid FTDC stalls during checkpoint
As always, please let us know of any issues.
-- The MongoDB Team