All Versions
58
Latest Version
Avg Release Cycle
68 days
Latest Release
1281 days ago
Changelog History
Page 1
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
toChangeResponse
- โ 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
- Rare
-
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