Skip to content

Commit 4656781

Browse files
committed
* Added conn.Ping(ctx) method for check avalability of conn.Conn
* Refactored `cluster.Cluster.Get(ctx)` for return only available connection (instead return any connection from balancer) * Added address to error description which thrown from `conn.take()`
1 parent 80378d9 commit 4656781

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
* Added address to error description which thrown from `conn.take()`
2-
* Renamed package `internal/db` to `internal/database` for exclude collisions with variable name `db`
3-
* Added `conn.Ping(ctx)` method for check avalability of `conn.Conn`
1+
* Added `conn.Ping(ctx)` method for check availability of `conn.Conn`
42
* Refactored `cluster.Cluster.Get(ctx)` for return only available connection (instead return any connection from balancer)
3+
* Added address to error description which thrown from `conn.take()`
54
* Renamed package `internal/db` to `internal/database` for exclude collisions with variable name `db`
65

76
## v3.18.0

0 commit comments

Comments
 (0)