MongoDB 3.2.5 is released

MongoDB

#Releases

MongoDB 3.2.5 is out and is ready for production deployment. This release contains only fixes since 3.2.4, and is a recommended upgrade for all 3.2 users.

Fixed in this release:

  • SERVER-23274 Aggregate with out, then stepdown, out collection dropped.
  • SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()
  • SERVER-22964 IX GlobalLock being held while wating for wt cache eviction
  • SERVER-22937 Retry catalog operations whenever possible
  • SERVER-22831 Low query rate with heavy cache pressure and an idle collection
  • SERVER-21681 In-memory storage engine not reporting index size

All Issues | 3.2 Release Notes | Downloads

As always, please let us know of any issues.

– The MongoDB Team