Skip to content

Commit 4a77151

Browse files
committed
updated history
1 parent f98951d commit 4a77151

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
* NODE-840 Resync CRUD spec tests.
2020
* Unescapable while(true) loop (Issue #152).
2121
* NODE-864 close event not emits during network issues using single server topology.
22+
* Introduced maxStalenessSeconds.
23+
* NODE-840 Added CRUD specification test cases and fix minor issues with upserts reporting matchedCount > 0.
24+
* Don't ignore Db-level authSource when using auth method. (https://github.com/donaldguy).
2225

2326
2.2.11 2016-10-21
2427
-----------------

docs/reference/content/reference/connecting/connection-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The table below shows all settings and what topology they affect.
6868
| **pkFactory** | Server, ReplicaSet, Mongos | object | null | A primary key factory object for generation of custom _id keys. |
6969
| **promiseLibrary** | Server, ReplicaSet, Mongos | object | null | A Promise library class the application wishes to use such as Bluebird, must be ES6 compatible. |
7070
| **readConcern** | Server, ReplicaSet, Mongos | object | null | Specify a read concern for the collection. (only MongoDB 3.2 or higher supported). |
71-
71+
| **maxStalenessSeconds | Replicaset | number | null | Specify a maxStalenessSeconds value for secondary reads, minimum is 90 seconds |
7272
# Ensure you connection string is valid for Replica Sets
7373

7474
The connection string passed to the driver must use the fully qualified host names for the servers as set in the replicaset config. Given the following configuration settings for your replicaset.

0 commit comments

Comments
 (0)