Skip to content

Commit

Permalink
Cluster discovery & rare connection leak fixes (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
CMogilko committed Mar 18, 2020
1 parent ae5ca4b commit 09f8033
Show file tree
Hide file tree
Showing 16 changed files with 937 additions and 278 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,3 +22,4 @@ before_script:
script:
- go test -race .
- go test -tags='cluster' -short -race -v ./...
- GOMODULE111=off go test .
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v6.2.0 - 2020-03-16

- Backoff v4
- Reworked cluster discovery
- Fix rare connection goroutine leak

## v6.1.0 - 2020-03-09

- Reworked and tested new connection pools with multiple queries per connection
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@

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

Current version: v6.1.0 (RethinkDB v2.4)
Current version: v6.2.0 (RethinkDB v2.4)

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).

Expand Down

0 comments on commit 09f8033

Please sign in to comment.