MongoDB 5.0.28-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 5.0.27. The next stable release 5.0.28 will be a recommended upgrade for all 5.0 users.
Fixed in this release:
- SERVER-63198 Prevent shutdown command from hanging
- SERVER-90747 Handle $elemMatch with empty path in plan enumerator correctly
- SERVER-91362 Performance: Do not copy JS "scope" object if a cached JsExecution exists
- SERVER-91562 [5.0] IndexDescriptor::compareIndexOptions treats no unique/sparse as not identical to unique:false/sparse:false
- WT-10807 Skip in-memory deleted pages as part of the tree walk
As always, please let us know of any issues.
-- The MongoDB Team