MongoDB 7.0.7-rc2 is out and is ready for testing. This is a release candidate containing only fixes since 7.0.6. The next stable release 7.0.7 will be a recommended upgrade for all 7.0 users.
Fixed in this release:
- SERVER-84368 CreateIndex fails with StaleConfig if run from a stale mongos against a sharded non-empty collection
- SERVER-84628 Startup warning in mongos for Read/Write Concern
- SERVER-85459 [v7.0] bucketRoundingSeconds param is accepted by nodes on FCV 6.0, binary 7.0
- SERVER-85869 Exhaustive find on config shard can return stale data
- SERVER-87061 Sharded multi-document transactions can observe partial effects of concurrent reshard operation
As always, please let us know of any issues.
-- The MongoDB Team