MongoDB 6.0.15-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 6.0.14. The next stable release 6.0.15 will be a recommended upgrade for all 6.0 users.
Fixed in this release:
- SERVER-72703 Downgrade $out's db lock to MODE_IX
- SERVER-78556 Return default of internalInsertMaxBatchSize to 64
- SERVER-80363 server default writeConcern is not honored when wtimeout is set
- SERVER-83602 $or -> $in MatchExpression rewrite should not generate $or directly nested in another $or
- WT-11062 Safe free the ref addr to allow concurrent access
As always, please let us know of any issues.
-- The MongoDB Team