All Versions
25
Latest Version
Avg Release Cycle
102 days
Latest Release
-

Changelog History
Page 3

  • v1.8.0.5 Changes

    • โž• 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
  • v1.8.0.4 Changes

    • โž• Added a WriteResponse type with a FromJSON instance to easily parse the return value of write operations
    • returnVals was broken. It now works and the returned WriteResponse contains the new and old values
  • v1.8.0.3 Changes

    • ๐Ÿ›  Fixed bug in time deserialisation
  • v1.8.0.2 Changes

    • โž• Added the Database.RethinkDB.NoClash module that can be imported unqualified.
    • โž• Add some missing exports to Database.RethinkDB: RunOptions, UTCTime and ZondeTime
    • ๐Ÿ›  Fix bugs in tableList, take and (=~)
    • โž• Added README.md
  • v1.8.0.1 Changes

    ๐Ÿš€ This new release of the Haskell driver for RethinkDB is compatible with rethinkdb 1.8 and above.

    ๐Ÿ“š It is a complete rewrite from version 0.1. See the Haddock documentation for details.