1.1.10 2012-10-08
-----------------
- 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})
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.