gorethink v0.5.0 Release Notes

Release Date: 2014-10-06 // over 9 years ago
    • ➕ Added geospatial terms (Circle, Distance, Fill, Geojson, ToGeojson, GetIntersecting, GetNearest, Includes, Intersects, Line, Point, Polygon, PolygonSub)
    • ➕ Added UUID term for generating unique IDs
    • ➕ Added AtIndex term, combines Nth and GetField
    • ➕ Added the Geometry type, see the types package
    • ⚡️ Updated the BatchConf field in RunOpts, now uses the BatchOpts type
    • ✂ Removed support for the FieldMapper interface

    Internal Changes

    • 🛠 Fixed encoding performance issues, greatly improves writes/second
    • ⚡️ Updated Next to zero the destination value every time it is called.