MongoDB 7.0.6-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 7.0.5. The next stable release 7.0.6 will be a recommended upgrade for all 7.0 users.
Fixed in this release:
- SERVER-72703 Downgrade $out's db lock to MODE_IX
- SERVER-82353 Multi-document transactions can miss documents when movePrimary runs concurrently
- SERVER-84338 Top level $or queries may lead to invalid SBE plan cache entry which returns wrong results
- SERVER-84723 Sharded multi-document transactions can observe partial effects of concurrent DDL operations
- WT-11062 Safe free the ref addr to allow concurrent access
As always, please let us know of any issues.
-- The MongoDB Team