MongoDB 8.0.28 is out and is ready for production deployment. This release is a recommended upgrade for all 8.0 users.
Fixed in this release:
- SERVER-123081 Handle compound wildcard index spec in $_internalIndexKey
- SERVER-124355 Improve memory checks for array expressions to prevent huge in-memory arrays from $concatArrays combined with $range
- SERVER-125872 Fix exponential hashing of query solutions for InternalSchema*MatchExpression nodes
- SERVER-126247 Properly validate $search.mergingPipeline as an internal-only field
- SERVER-127280 Reject expression-based sortBy in the $linearFill parser
- SERVER-127357 Check for duplicate from fields in DocumentSourceGraphLookup::createFromBson()
- SERVER-127566 Limit the contention factor that can be used for FLE2 fields
- SERVER-127661 Require autocommit when startOrContinueTransaction is specified
- SERVER-127689 Only allow internal clients to specify $_internalPredicate
- SERVER-127694 Add type checking for DBPointer
- SERVER-127831 Forbid external users from running FLE2 commands with crudProcessed set to true
- SERVER-128198 Fix mongos killCursors to check authorization against the cursor’s namespace instead of the request namespace
- SERVER-128341 Fix a server crash caused by sorting on a $meta expression
- SERVER-128362 Add a null check on the return value in ocspClientCallback
- SERVER-128387 Remove auth role parsing from SSL TLVs in the proxy protocol parser
- SERVER-128433 Prevent external clients from setting runtimeConstants.userRoles
- SERVER-128473 Fix a use-after-free in $function caused by a missing advanceGeneration() call on retained BSON arguments
- SERVER-128494 Validate external BSON in MultiBsonStreamCursor
- SERVER-128512 Disable SBE tailable and resumed scans
- SERVER-128517 Add a configurable minimum timeout for pre-auth streamable hello to prevent a hot loop from very small maxAwaitTimeMS values
- SERVER-128832 Guard ImplScope ModuleLoader creation
- SERVER-103955 Index build race with commitQuorum and abort
- SERVER-111411 Resharding Does Not Properly Handle forceRedistribution With Time Series Collections
- SERVER-111885 Index Build Merging Spills conflicts with replSetGetStatus
- SERVER-112273 Killing an OplogWriter operation using killOp() results in a crash
- SERVER-127346 Make session refresh have kExempt admission priority
8.0 Release Notes | All Issues | Community Download
As always, please let us know of any issues.
-- The MongoDB Team