Skip to content

Commit cdbd788

Browse files
committed
minor: HISTORY
1 parent 17fc3bd commit cdbd788

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/HISTORY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# MongoDB Ruby Driver History
22

3+
### 1.5.0
4+
2011-11-28
5+
6+
This releases fixes bugs introduced in 1.4.0 and 1.4.1 that
7+
were introduced as a result of adding replica set refresh modes.
8+
9+
* Removed :async refresh mode.
10+
* Disabled auto refresh mode by default. If you want the driver
11+
to automatically check the state of the replica set, you must
12+
use :sync mode. Note that replica set refresh is designed only to
13+
account for benign changes to the replica set (adding and removing
14+
nodes that don't affect current connections).
15+
* Fixed bug with commands being sent to secondary nodes. The next
16+
release will allow you to specify where commands can be sent.
17+
* Support :j safe mode option.
18+
* Fix :max_scan and :show_disk_loc Cursor options.
19+
20+
You can see the remaining issues at https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10005&version=10992
21+
322
### 1.5.0.rc0
423
2011-11-18
524

0 commit comments

Comments
 (0)