MongoDB v2.1.7 Release Notes

Release Date: 2016-02-09 // about 8 years ago
    • ๐Ÿ›  NODE-656 fixed corner case where cursor count command could be left without a connection available.
    • โ†ช NODE-658 Work around issue that bufferMaxEntries:-1 for js gets interpreted wrongly due to double nature of Javascript numbers.
    • ๐Ÿ›  Fix: GridFS always returns the oldest version due to incorrect field name (Issue #1338, https://github.com/mdebruijne).
    • ๐Ÿ‘ NODE-655 GridFS stream support for cancelling upload streams and download streams (Issue #1339, https://github.com/vkarpov15).
    • NODE-657 insertOne don`t return promise in some cases.
    • โž• Added destroy alias for abort function on GridFSBucketWriteStream.