Skip to content

MongoDB Ruby Driver v1.2.4

Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 09 Jul 16:10
· 5806 commits to master since this release
  • Fix the exception message shown when there's an IOError (Mauro Pompilio)
  • Another update to map-reduce docs for v1.8. Note that if you use the new
    output option {:out => {:inline => true}}, then you must also specify
    :raw => true.