MongoDB v0.9.8 Release Notes
Release Date: 2012-01-17 // over 13 years ago-
- ๐ง Replicasets now correctly adjusts to live changes in the replicaset configuration on the servers, reconnecting correctly.
- Set the interval for checking for changes setting the replicaSetCheckInterval property when creating the ReplSetServers instance or on db.serverConfig.replicaSetCheckInterval. (default 1000 miliseconds)
- ๐ Fixes formattedOrderClause in collection.js to accept a plain hash as a parameter (Issue #469) https://github.com/tedeh
- โ Removed duplicate code for formattedOrderClause and moved to utils module
- 0๏ธโฃ Pass in poolSize for ReplSetServers to set default poolSize for new replicaset members
- ๐ Bug fix for BSON JS deserializer. Isolating the eval functions in separate functions to avoid V8 deoptimizations
- Correct handling of illegal BSON messages during deserialization
- ๐ Fixed Infinite loop when reading GridFs file with no chunks (Issue #471)
- โก๏ธ Correctly update existing user password when using addUser (Issue #470)
- ๐ง Replicasets now correctly adjusts to live changes in the replicaset configuration on the servers, reconnecting correctly.