rethinkdb v1.8.0.5 Release Notes

    • โž• Added many examples to the haddock documentation
    • ๐Ÿ›  Fixed cursor bug: replaced readMVar with takeMVar
    • Explicitly call hClose
    • Don't call cursor finalizer twice
    • โž• Added the missing non_atomic flag
    • ๐Ÿ›  Fixed a bug in groupBy that caused the reduction not to be finalised
    • ๐Ÿ›  Fixed a bug that caused some queries not to be finalised on the server
    • Adjusted the Expr instance for (->) to avoid ambiguity
    • Generalized the Bound type used by during and used it to fix the broken between function
    • ๐Ÿ›  Fix the broken order of arguments in eqJoin
    • ๐Ÿ”€ Renamed mergeRightLeft to mergeLeftRight
    • ๐Ÿ“‡ Renamed distinct to nub
    • ๐Ÿ”„ Changed run' to return JSON instead of Value because it has a better Show instance
    • Made Javascript instances for (->) more liberal
    • โšก๏ธ Made update and replace accept functions that don't return ReQL explicitly
    • โž• Added support for multi-indexes
    • ๐Ÿ“‡ Renamed member to elem
    • Made js monomorphic
    • Set fixity of (:=) to 0
    • โž• Added Expr instance for tuples
    • Made hasFields, withFields and json more monomorphic
    • โž• Added the missing (-) method to Num ReQL