MongoDB 7.0.31 is released

MongoDB 7.0.31 is out and is ready for production deployment. This release contains only fixes since 7.0.30, and is a recommended upgrade for all 7.0 users.

Fixed in this release:

  • SERVER-82688 mongod crash, bug fix when connections > wiredtiger's session_max
  • SERVER-95374 Compound wildcard indexes can incorrectly push down predicates during union or planning
  • SERVER-103774 Disallow compound wildcard indexes from being used as a shard key index
  • SERVER-110953 Check no orphaned document is present on a recipient shard before starting cloning a range
  • SERVER-113319 $match pushdown past a renamed field is done incorrectly when the expression root is a renamed field path expression
  • SERVER-115962 Balancer does not make progress when the most loaded shard is already balanced within its zones
  • SERVER-118428 mongocryptd rejects large messages
  • SERVER-119317 Improve object lifecycle of MD5 hash state
  • SERVER-119319 Fix ExpressionContext use-after-free bug
  • WT-14140 Unnecessary schema lock taken for active "file:" dhandles that are not swept
7.0 Release Notes | All Issues | Community Download

As always, please let us know of any issues.

-- The MongoDB Team