Skip to content

Commit 09f8033

Browse files
authored
Cluster discovery & rare connection leak fixes (#483)
1 parent ae5ca4b commit 09f8033

16 files changed

+937
-278
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ before_script:
2222
script:
2323
- go test -race .
2424
- go test -tags='cluster' -short -race -v ./...
25+
- GOMODULE111=off go test .

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## v6.2.0 - 2020-03-16
6+
7+
- Backoff v4
8+
- Reworked cluster discovery
9+
- Fix rare connection goroutine leak
10+
511
## v6.1.0 - 2020-03-09
612

713
- Reworked and tested new connection pools with multiple queries per connection

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
![RethinkDB-go Logo](https://raw.github.com/wiki/rethinkdb/rethinkdb-go/gopher-and-thinker-s.png "Golang Gopher and RethinkDB Thinker")
1010

11-
Current version: v6.1.0 (RethinkDB v2.4)
11+
Current version: v6.2.0 (RethinkDB v2.4)
1212

1313
Please note that this version of the driver only supports versions of RethinkDB using the v0.4 protocol (any versions of the driver older than RethinkDB 2.0 will not work).
1414

0 commit comments

Comments
 (0)