Skip to content

Commit c7ee675

Browse files
committed
updated history and travis build file
1 parent bf138f9 commit c7ee675

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- "0.10"
44
- "0.12"
55
- "iojs"
6+
- "4.0"
67
sudo: false
78
env:
89
- MONGODB_VERSION=2.2.x

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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.
66
* Updated mongodb-core to 1.2.12.
77
* NODE-541 Initial Support "read committed" isolation level where "committed" means confimed by the voting majority of a replica set.
8+
* GridStore doesn't share readPreference setting from connection string.
89

910
2.0.42 08-18-2015
1011
-----------------

0 commit comments

Comments
 (0)