MongoDB v2.2.2 Release Notes

Release Date: 2016-07-15 // almost 8 years ago
    • โšก๏ธ Updated mongodb-core to 2.0.5.
    • ๐Ÿ›  Minor fixes to handle faster MongoClient connectivity from the driver, allowing single server instances to detect if they are a proxy.
    • โž• Added numberOfConsecutiveTimeouts to pool that will destroy the pool if the number of consecutive timeouts > reconnectTries.
    • ๐Ÿ‘€ Print warning if seedlist servers host name does not match the one provided in it's ismaster.me field for Replicaset members.
    • ๐Ÿ›  Fix issue where Replicaset connection would not succeeed if there the replicaset was a single primary server setup.