Release Notes for MongoDB 2.4

March 19, 2013

MongoDB 2.4 includes enhanced geospatial support, switch to V8 JavaScript engine, security enhancements, and text search (beta) and hashed index.

Minor Releases

2.4.14 – April 28, 2015

2.4.13 – February 25, 2015

2.4.12 – October 16, 2014

2.4.11 – August 18, 2014

2.4.10 – April 4, 2014

2.4.9 – January 10, 2014

2.4.8 – November 1, 2013

2.4.7 – October 21, 2013

2.4.6 – August 20, 2013

2.4.5 – July 3, 2013

2.4.4 – June 4, 2013

2.4.3 – April 23, 2013

2.4.2 – April 17, 2013

2.4.1 – April 17, 2013

Major New Features

The following changes in MongoDB affect both standard and Enterprise editions:

Geospatial Support Enhancements

Hashed Index

Add new hashed index to index documents using hashes of field values. When used to index a shard key, the hashed index ensures an evenly distributed shard key. See also Hashed Sharding.

Improvements to the Aggregation Framework

  • Improve support for geospatial queries. See the $geoWithin operator and the $geoNear pipeline stage.
  • Improve sort efficiency when the $sort stage immediately precedes a $limit in the pipeline.
  • Add new operators $millisecond and $concat and modify how $min operator processes null values.

Changes to Update Operators

Additional Limitations for Map-Reduce and $where Operations

The mapReduce command, group command, and the

首页