1.1.10 out with some minor fixes (mostly windows stuff)

21 views
Skip to first unread message

christkv

unread,
Oct 8, 2012, 9:16:56 AM10/8/12
to node-mong...@googlegroups.com
1.1.10 2012-10-08
-----------------
- 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})


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.

Reply all
Reply to author
Forward
0 new messages