MongoDB v2.1.19 Release Notes

Release Date: 2016-05-17 // almost 8 years ago
    • 🖐 Handle situation where a server connection in a replicaset sometimes fails to be destroyed properly due to being in the middle of authentication when the destroy method is called on the replicaset causing it to be orphaned and never collected.
    • Ensure replicaset topology destroy is never called by SDAM.
    • Ensure all paths are correctly returned on inspectServer in replset.
    • ⚡️ Updated mongodb-core to 1.3.19 to fix minor connectivity issue on quick open/close of MongoClient connections on auth enabled mongodb Replicasets.