All Versions
58
Latest Version
Avg Release Cycle
68 days
Latest Release
1491 days ago

Changelog History
Page 1

  • v6.2.1 Changes

    March 19, 2020
    • โช Revert backoff v4 for gopath compatibility
  • v6.2.0 Changes

    March 18, 2020
    • Backoff v4
    • Reworked cluster discovery
    • ๐Ÿ›  Fix rare connection goroutine leak
    • โœ… More tests
  • v6.1.1 Changes

    March 12, 2020
    • ๐Ÿ›  Fix closing connection pool with uninitialized lazy connection
  • v6.1.0 Changes

    March 09, 2020
    • โœ… Reworked and tested new connection pools with multiple queries per connection
    • โฑ Socket Read- and WriteTimeout replaced with context timeout
    • ๐Ÿคก Mock assert fix
    • ๐Ÿ›  Connection pool fixed initial size
    • ๐Ÿ”„ Changes added offsets
  • v6.0.0 Changes

    December 22, 2019
    • ๐Ÿ‘ 2.4 RethinkDB support
    • โž• Added JSON tags to ConnectOpts to make it serializable
    • ๐Ÿคก Blocking mocks for responses
    • ๐Ÿ›  Fix Connect documentation
    • โž• Added Type to ChangeResponse
    • โž• Added bitwise operations support
    • โž• Added write hooks support
  • v5.1.0 Changes

    December 20, 2019
    • โž• Added JSON tags to ConnectOpts to make it serializable
    • ๐Ÿคก Blocking mocks for responses
    • ๐Ÿ›  Fix Connect documentation
    • โž• Added Type to ChangeResponse
    • โž• Added bitwise operations support
    • โž• Added write hooks support
  • v5.0.1 Changes

    October 18, 2018

    ๐Ÿ›  #451 Memory leak was fixed

  • v5.0.0 Changes

    September 12, 2018
    • ๐Ÿšš Moved to rethinkdb organization
    • ๐Ÿ“‡ Renamed to rethinkdb-go repo
    • ๐Ÿ“ฆ Renamed to rethinkdb package
    • ๐Ÿ›  Fixed instability integration tests due to same tables names
    • ๐Ÿ›  Fixed wrong asserts in integration tests
  • v4.1.0 Changes

    August 29, 2018

    ๐Ÿ›  Fixed

    • Rare Connection leaks if socket errors occurred
    • Updated ql2.proto file from rethinkdb repo

    โž• Added

    • Support for independent custom type marshalers
  • v4.0.0 Changes

    December 14, 2017

    ๐Ÿ›  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