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 bfefc5d commit 00d2bf4Copy full SHA for 00d2bf4
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.42.13
2
* Fixed default state of `internal/xerrors.retryableError`: it inherit properties from parent error as possible
3
* Marked event `grpc/stats.End` as ignored at observing status of grpc connection
4
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "42"
6
- VersionPatch = "12"
+ VersionPatch = "13"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments