minor: update HISTORY
This commit is contained in:
parent
e6ab0be01e
commit
e2fe70b022
|
@ -1,12 +1,13 @@
|
||||||
# MongoDB Ruby Driver History
|
# MongoDB Ruby Driver History
|
||||||
|
|
||||||
### 1.4.0
|
### 1.4.0
|
||||||
UNRELEASED
|
2011-9-19
|
||||||
|
|
||||||
* Attempt to automatically refresh internal replica set state using ReplSetConnection#refresh.
|
* Attempt to automatically refresh internal replica set state using ReplSetConnection#refresh.
|
||||||
* Two automated refresh modes: :async and :sync. Automated refresh can also be disabled.
|
* Two automated refresh modes: :async and :sync. Automated refresh can also be disabled.
|
||||||
* Choose secondary for reads based on ping time.
|
* Choose secondary for reads based on ping time.
|
||||||
* Read preference API: specify whether queries should go to primary or secondary on a per-query basis.
|
* Read preference API: specify whether queries should go to primary or secondary on a per-query basis.
|
||||||
|
* Pass :require_primary => false to ReplSetConnection to connect without requiring a primary node.
|
||||||
* Enable exhaust-mode queries with OP_QUERY_EXHAUST.
|
* Enable exhaust-mode queries with OP_QUERY_EXHAUST.
|
||||||
* Collection#count takes a query selector.
|
* Collection#count takes a query selector.
|
||||||
* Support continue_on_error flag for bulk inserts (use :continue_on_error => true)
|
* Support continue_on_error flag for bulk inserts (use :continue_on_error => true)
|
||||||
|
|
Loading…
Reference in New Issue