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 4e0ed55 commit 6872cc7Copy full SHA for 6872cc7
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.28.1
2
* Marked dial errors as retryable
3
* Supported node pessimization on dialing errors
4
* Marked error from `Invoke` and `NewStream` as retryable if request not sended to server
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "28"
6
- VersionPatch = "0"
+ VersionPatch = "1"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments