MongoDB v2.2.5 Release Notes

Release Date: 2016-07-28 // almost 8 years ago
    • โšก๏ธ Updated mongodb-core to 2.0.7.
    • ๐Ÿ‘ Allow primary to be returned when secondaryPreferred is passed (Issue #117, https://github.com/dhendo).
    • โž• Added better warnings when passing in illegal seed list members to a Mongos topology.
    • Minor attemptReconnect bug that would cause multiple attemptReconnect to run in parallel.
    • ๐Ÿ›  Fix wrong opType passed to disconnectHandler.add (Issue #121, https://github.com/adrian-gierakowski)
    • ๐Ÿ‘ Implemented domain backward comp support enabled via domainsEnabled options on Server/ReplSet/Mongos and MongoClient.connect.