Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion 1.1.10 out with some minor fixes (mostly windows stuff)

Received: by 10.224.189.75 with SMTP id dd11mr12605291qab.6.1349702217537;
        Mon, 08 Oct 2012 06:16:57 -0700 (PDT)
X-BeenThere: node-mongodb-native@googlegroups.com
Received: by 10.229.176.150 with SMTP id be22ls7573704qcb.4.gmail; Mon, 08 Oct
 2012 06:16:56 -0700 (PDT)
Received: by 10.229.193.164 with SMTP id du36mr88894qcb.24.1349702216580;
        Mon, 08 Oct 2012 06:16:56 -0700 (PDT)
Date: Mon, 8 Oct 2012 06:16:56 -0700 (PDT)
From: christkv <chris...@gmail.com>
To: node-mongodb-native@googlegroups.com
Message-Id: <e8187d3f-37e3-4c2f-a0d7-38a0b5acfd89@googlegroups.com>
Subject: 1.1.10 out with some minor fixes (mostly windows stuff)
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_2069_23617321.1349702216237"

------=_Part_2069_23617321.1349702216237
Content-Type: multipart/alternative; 
	boundary="----=_Part_2070_20949658.1349702216237"

------=_Part_2070_20949658.1349702216237
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

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})

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.

http://www.mongodb.org/display/DOCS/getLastError_old

------=_Part_2070_20949658.1349702216237
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<div>1.1.10 2012-10-08</div><div>-----------------</div><div>- fix Admin.serverStatus (Issue #723, https://github.com/Contra)</div><div>- logging on connection open/close(Issue #721, https://github.com/asiletto)</div><div>- more fixes for windows bson install (Issue #724)</div><div><br></div><div>One important thing it will print a warning to console now unless you set the "safe" mode of the driver</div><div><br></div><div>new Db(new Server("localhost", 27017), {safe:true})</div><div><br></div><div>http://mongodb.github.com/node-mongodb-native/api-generated/db.html#constructor<br></div><div><br></div><div>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&nbsp;conscious&nbsp;decision for your code what write concern you wish to be the default for all operation. More about write concerns on.</div><div><br></div><div>http://www.mongodb.org/display/DOCS/getLastError_old</div>
------=_Part_2070_20949658.1349702216237--

------=_Part_2069_23617321.1349702216237--