MongoDB v0.9.9.7 Release Notes
Release Date: 2012-03-16 // over 13 years ago-
- Stats not returned from map reduce with inline results (Issue #542)
- 👀 Re-enable testing of whether or not the callback is called in the multi-chunk seek, fix small GridStore bug (Issue #543, https://github.com/pgebheim)
- Streaming large files from GridFS causes truncation (Issue #540)
- 👉 Make callback type checks agnostic to V8 context boundaries (Issue #545)
- ⚡️ Correctly throw error if an attempt is made to execute an insert/update/remove/createIndex/ensureIndex with safe enabled and no callback
- Db.open throws if the application attemps to call open again without calling close first