gorethink v1.1.0 Release Notes

Release Date: 2015-08-19 // over 8 years ago
  • ➕ Added

    • Replaced UseOutdated with ReadMode
    • Added EmergencyRepair and NonVotingReplicaTags to ReconfigureOpts
    • Added Union as a root term
    • Added Branch as a root term
    • Added ReadTimeout and WriteTimeout to RunOpts and ExecOpts
    • Exported github.com/Sirupsen/logrus.Logger as Log
    • Added support for encoding maps with non-string keys
    • Added 'Round', 'Ceil' and 'Floor' terms
    • Added race detector to CI

    🔄 Changed

    • Changed Timeout connect argument to only configure the connection timeout.
    • Replaced Db with DB in RunOpts and ExecOpts (Db still works for now)
    • Made Cursor and Session safe for concurrent use
    • Replaced ErrClusterClosed with ErrConnectionClosed