Skip to content

Commit 97acdbc

Browse files
committed
updated mongodb-core to 1.2.12
1 parent 277da59 commit 97acdbc

File tree

3 files changed

+665
-2
lines changed

3 files changed

+665
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* Propagate timeout event correctly to db instances.
44
* Application Monitoring API (APM) implemented.
55
* NOT providing replSet name in MongoClient connection URI will force single server connection. Fixes issue where it was impossible to directly connect to a replicaset member server.
6-
* Updated mongodb-core to 1.2.11.
6+
* Updated mongodb-core to 1.2.12.
7+
* NODE-541 Initial Support "read committed" isolation level where "committed" means confimed by the voting majority of a replica set.
78

89
2.0.42 08-18-2015
910
-----------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"legacy"
1414
],
1515
"dependencies": {
16-
"mongodb-core": "1.2.11"
16+
"mongodb-core": "1.2.12"
1717
, "readable-stream": "1.0.31"
1818
, "es6-promise": "2.1.1"
1919
},

0 commit comments

Comments
 (0)