MongoDB 7.0.39 is released

MongoDB 7.0.39 is out and is ready for production deployment. This release is a recommended upgrade for all 7.0 users.

Fixed in this release:

  • SERVER-123081 Handle compound wildcard index spec in $_internalIndexKey
  • 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-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-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-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-94001 Continue with logical session cache refresh process even if refresh fails
  • SERVER-106165 Majority secondaries lagging for 30s post a failover breaching read/write SLA
  • SERVER-116284 Ensure MultiStatementTransactionRequestsSender sends commitTransaction to all shards before processing results
  • WT-12657 Add checkpoint cleanup utility thread

7.0 Release Notes | All Issues | Community Download


As always, please let us know of any issues.

-- The MongoDB Team
3 Likes

Thanks for the update! The fixes cover several important stability, security, and performance issues, so it’s a recommended upgrade for anyone on MongoDB 7.0. As always, test in a staging environment before rolling it out to production.

1 Like