MongoDB 7.0.32 is released

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

Fixed in this release:

  • SERVER-105047 Query using $or and $ne on sharded collection can include orphan documents
  • SERVER-110345 config.rangeDeletions docs for uncompleted range deletion tasks could get deleted due to non-exact delete filter
  • SERVER-110423 $group can use a distinct scan on a sparse index, which hides null/missing results
  • SERVER-110916 Use-after-move in targetShardsAndAddMergeCursors()
  • SERVER-111486 $group can still use a distinct scan on a sparse index if an alternative index is available
7.0 Release Notes | All Issues | Community Download

As always, please let us know of any issues.

-- The MongoDB Team