We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fd97e commit 45296b6Copy full SHA for 45296b6
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.18.1
2
* Added `conn.Ping(ctx)` method for check availability of `conn.Conn`
3
* Refactored `cluster.Cluster.Get(ctx)` to return only available connection (instead of returning any connection from balancer)
4
* Added address to error description thrown from `conn.take()`
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "18"
6
- VersionPatch = "0"
+ VersionPatch = "1"
7
)
0 commit comments