MongoDB v2.1.8 Release Notes

Release Date: 2016-03-14 // about 8 years ago
    • ⚡️ Updated mongodb-core to 1.3.5.
    • 🚀 NODE-660 TypeError: Cannot read property 'noRelease' of undefined.
    • Harden MessageHandler in server.js to avoid issues where we cannot find a callback for an operation.
    • Ensure RequestId can never be larger than Max Number integer size.
    • 📜 NODE-661 typo in url_parser.js resulting in replSetServerOptions is not defined when connecting over ssl.
    • Confusing error with invalid partial index filter (Issue #1341, https://github.com/vkarpov15).
    • NODE-669 Should only error out promise for bulkWrite when error is a driver level error not a write error or write concern error.
    • NODE-662 shallow copy options on methods that are not currently doing it to avoid passed in options mutiation.
    • NODE-663 added lookup helper on aggregation cursor.
    • NODE-585 Result object specified incorrectly for findAndModify?.
    • NODE-666 harden validation for findAndModify CRUD methods.