MongoDB 3.2.0-rc2 is released

MongoDB

#Releases

MongoDB 3.2.0-rc2 is out and is ready for testing. This is the culmination of the 3.1.x development series. This release candidate includes community support for the $lookup operator.

Fixed in this release candidate:

  • SERVER-19095 $lookup
  • SERVER-20152 Lock SymmetricKey data pointer to avoid swapping
  • SERVER-20858 Invariant failure in OplogStones for non-capped oplog creation
  • SERVER-20901 Make LockPinging test in replset_dist_lock_manager_test robust to cv spurious wake ups
  • SERVER-20969 Enforce restriction that $indexStats is the first pipeline stage
  • SERVER-20977 improve code coverage of db/repl in unit test suite
  • SERVER-20979 add replication test commands to support failover time performance testing
  • SERVER-21102 Add more basic tests for split and auto split
  • SERVER-21109 Add test for balancer active window
  • SERVER-21150 Basic startup logging should be done as early as possible in initAndListen
  • SERVER-21169 Make all CSRS config server reads retry on notMaster and network errors
  • SERVER-21224 Use “git describe” instead of version.json to set release version
  • TOOLS-860 Add test coverage for intersection of tools and document validation
  • TOOLS-937 Run legacy and js tests against latest release

3.2 Release Notes | Downloads | All Issues

As always, please let us know of any issues.

– The MongoDB Team