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 0983841 commit 6d5eab2Copy full SHA for 6d5eab2
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.44.3
2
* Fixed bug of processing endpoint with `node_id=0`
3
* Refactored of checking node ID in cluster discovery before `Get` and during in `Put` of session into session pool
4
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "44"
6
- VersionPatch = "2"
+ VersionPatch = "3"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments