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 64fdb80 commit e0268b8Copy full SHA for e0268b8
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.37.6
2
* Added to balancer notifying mechanism for listening in table client event about removing some nodes and closing sessions on them
3
* Removed from public client interfaces `closer.Closer` (for exclude undefined behaviour on client-side)
4
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "37"
6
- VersionPatch = "5"
+ VersionPatch = "6"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments