MongoDB 7.0.31-rc1 is released

MongoDB 7.0.31-rc1 is out and is ready for testing. This is a release candidate containing only fixes since 7.0.30. The next stable release 7.0.31 will be 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
  • 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