We have just released MongoDB 1.1.4. This is hopefully the final
version that will be marked stable as 1.2.0 next week.
There have been some changes in what's going in this release, the most
notable of which is concurrency.
There are a lot of important fixes and changes in the 1.1.x cycle, and
we wanted to get those out in a stable package as soon as possible.
Concurrency is currently being worked on in the mater branch, but that
is a very large change, so we didn't want to combine that release with
1.2.0.
The notable changes in 1.1.4 are:
- Durability: auto asynchronous syncing to disk every 60 seconds.
configurable to any value
- Map Reduce: optional parameters to map function, and a optional
scope parameter to set global variable in the javascript scope
- 1st attempt at good rpm management files
- c++ driver threadsafe ObjectId generation
- sharding: dropDatabase cleans up all configuration across all servers
Download:
http://www.mongodb.org/display/DOCS/Downloads
Change Log:
http://jira.mongodb.org/browse/SERVER/fixforversion/10050
Sharding Change Log:
http://jira.mongodb.org/browse/SHARDING/fixforversion/10001
Git:
http://mongo-db.appspot.com/changelog/mongo/1.1.4
For those following the code, please note that the code for this is
the in v1.2 branch.
master branch is the 1.3.x development branch and currently has a lot
of changes for concurrency, etc..
-Eliot