Skip to content

MongoDB Ruby Driver v1.5.0

Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 09 Jul 16:07
· 5491 commits to master since this release

This releases fixes bugs introduced in 1.4.0 and 1.4.1 that
were introduced as a result of adding replica set refresh modes.

  • Removed :async refresh mode.
  • Disabled auto refresh mode by default. If you want the driver
    to automatically check the state of the replica set, you must
    use :sync mode. Note that replica set refresh is designed only to
    account for benign changes to the replica set (adding and removing
    nodes that don't affect current connections).
  • Fixed bug with commands being sent to secondary nodes. The next
    release will allow you to specify where commands can be sent.
  • Support :j safe mode option.
  • Fix :max_scan and :show_disk_loc Cursor options.