1.1.10 of the driver released, important notice attached
List of changes in the drive
- fix Admin.serverStatus (Issue #723, https://github.com/Contra)
- logging on connection open/close(Issue #721, https://github.com/asiletto)
- more fixes for windows bson install (Issue #724)
One important thing it will print a warning to console now unless you set the “safe” mode of the driver
new Db(new Server(“localhost”, 27017), {safe:true})
http://mongodb.github.com/node-mongodb-native/api-generated/db.html#constructor
This is due to a planned change in the near future from non safe writes as default to safe writes. The warning is there for you to make a conscious decision for your code what write concern you wish to be the default for all operation. More about write concerns on.