MongoDB 5.0.27-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 5.0.26. The next stable release 5.0.27 will be a recommended upgrade for all 5.0 users.
Fixed in this release:
- SERVER-78556 Return default of internalInsertMaxBatchSize to 64
- SERVER-79637 Incorrect query results in $lookup with TS foreign collection using a correlated predicate
- SERVER-80363 server default writeConcern is not honored when wtimeout is set
- SERVER-86474 $_internalApplyOplogUpdate with $set: { foo: Timestamp(0, 0) } is not replicated correctly
- SERVER-86648 Resumable index build sorter files are not fsynced on shutdown
As always, please let us know of any issues.
-- The MongoDB Team