MongoDB 8.0.5-rc1 is out and is ready for testing. This is a release candidate containing only fixes since 8.0.4. The next stable release 8.0.5 will be a recommended upgrade for all 8.0 users.
Fixed in this release:
- SERVER-51366 Configure folders created by installer
- SERVER-93497 Move user cache invalidation from OpObserver to onCommit handlers
- SERVER-97044 Fix an issue where change streams might incorrectly output a "drop" event during resharding or unsharding of a collection that is or was using zone sharding
- SERVER-97860 Express path can return incorrect results when scanning a unique, multi-field index
- SERVER-99290 Invalid timeseries buckets collections prevent completion of FCV 8.0 upgrade
- SERVER-99345 Prevent sharding/moving a time-series buckets collection without the 'timeseries' options on FCV 8.0+
- WT-12846 Fix how compact walk handles EBUSY from checkpoint flush_lock
As always, please let us know of any issues.
-- The MongoDB Team