MongoDB 7.0.1-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 7.0.0. The next stable release 7.0.1 will be a recommended upgrade for all 7.0 users.
Fixed in this release:
- SERVER-71627 Refreshed cached collection route info will severely block all client request when a cluster with 1 million chunks
- SERVER-77183 $project followed by $group gives incorrect results sometimes
- SERVER-80256 QueryPlannerAnalysis::explodeForSort should not assume that index scans produce disjoint results
As always, please let us know of any issues.
-- The MongoDB Team