MongoDB 8.0.16 is released

MongoDB 8.0.16 is out and is ready for production deployment. This release contains only fixes since 8.0.15, and is a recommended upgrade for all 8.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-103960 Impose a proper check on the field path to ensure the number of parts not exceeding 255
  • SERVER-112467 Track and report the number of pending proxy connections
  • SERVER-112520 Failure to write to geo index when inserting a document to timeseries existing bucket
  • WT-9575 Pages with updates newer to the oldest txn id are not queued for eviction
  • WT-15225 Fix newly created table and drop() EBUSY issue
8.0 Release Notes | All Issues | Community Download

As always, please let us know of any issues.

-- The MongoDB Team