MongoDB 5.0.29-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 5.0.28. The next stable release 5.0.29 will be a recommended upgrade for all 5.0 users.
Fixed in this release:
- SERVER-59831 WTUniqueIndex::_insert expects secondaries to pass in dupsAllowed=true
- SERVER-69234 Make txn_recover_decision_using_recovery_router.js robust to spurious shard version refreshes
- SERVER-76777 Deadlock between index build external abort and self abort
- SERVER-88750 Add "bypassEmptyTsReplacement" param to insert, update, findAndModify, and bulkWrite
- WT-8771 Checkpoint cleanup to dirty obsolete page with overflow items
As always, please let us know of any issues.
-- The MongoDB Team