MongoDB v0.9.9 Release Notes
Release Date: 2012-02-13 // over 13 years ago-
- โ Added createFromTime method on ObjectID to allow for queries against _id more easily using the timestamp.
- Db.close(true) now makes connection unusable as it's been force closed by app.
- ๐ Fixed mapReduce and group functions to correctly send slaveOk on queries.
- ๐ Fixes for find method to correctly work with find(query, fields, callback) (Issue #506).
- A fix for connection error handling when using the SSL on MongoDB.