MongoDB 6.0.13-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 6.0.12. The next stable release 6.0.13 will be a recommended upgrade for all 6.0 users.
Fixed in this release:
- SERVER-33494 WT SizeStorer never deletes old entries
- SERVER-50792 Return more useful errors when a shard key index can't be found for shardCollection/refineCollectionShardKey
- SERVER-70155 Add duration of how long an oplog slot is kept open to mongod "Slow query" log lines
- SERVER-77506 Sharded multi-document transactions can mismatch data and ShardVersion
- SERVER-83091 $or query can trigger an infinite loop during plan enumeration
As always, please let us know of any issues.
-- The MongoDB Team