gorethink v4.0.0 Release Notes

Release Date: 2017-12-14 // over 6 years ago
  • 🛠 Fixed

    • Connection work with sockets, now only a single goroutine reads from socket.
    • Optimized threadsafe operations in Connection with channels and atomics instead of mutex.
    • All tests with real db moved to integration folder

    ➕ Added

    • Added support for tracing with opentracing-go
    • Added a brand-new unit tests for Connection