Release Notes for MongoDB 2.6

April 8, 2014

MongoDB 2.6 is now available. Key features include aggregation enhancements, text-search integration, query-engine improvements, a new write-operation protocol, and security enhancements.

Minor Releases

2.6.12 – Mar 24, 2016

  • Fixed issue with MMAPv1 journaling where the “last sequence number” file (lsn file) may be ahead of what is synced to the data files: SERVER-22261 .
  • Fixed issue that permitted the creation of new role with the same name as a built-in role: SERVER-19284 .
  • Fixed issue where some index operations running during an active migration may cause the migration operation to skip some documents: SERVER-22535 .
  • All issues closed in 2.6.12

2.6.11 – Aug 12, 2015

2.6.10 – May 19, 2015

2.6.9 – March 24, 2015

2.6.8 – February 25, 2015

2.6.7 – January 13, 2015

  • Decreased mongos memory footprint when shards have several tags SERVER-16683
  • Removed check for shard version if the primary server is down SERVER-16237
  • Fixed:
首页