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 5513df2 commit 3c2b921Copy full SHA for 3c2b921
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.25.1
2
* Fixed bug with unexpected failing of call `Invoke` and `NewStream` on closed cluster
3
* Fixed bug with releasing `internal/conn/conn.Pool` in cluster
4
* Replaced interface `internal/conn/conn.Pool` to struct `internal/conn/conn.Pool`
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "25"
6
- VersionPatch = "0"
+ VersionPatch = "1"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments