MongoDB 8.2.7-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 8.2.6. The next stable release 8.2.7 will be a recommended upgrade for all 8.2 users.
Fixed in this release:
- SERVER-103990 Skip range deletions when transitioning from embedded to dedicated config servers
- SERVER-112273 Killing an OplogWriter operation using killOp() results in a crash
- SERVER-116284 Ensure MultiStatementTransactionRequestsSender sends commitTransaction to all shards before processing results
- SERVER-119413 configTerm is expected as an int32 but can be an int64
- SERVER-119964 Collection catalog race condition shuts down oplog visibility thread after rollback
- WT-16375 Turn off failpoint when calling cursor->close()
As always, please let us know of any issues.
-- The MongoDB Team