File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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
4232011-11-18
524
You can’t perform that action at this time.
0 commit comments