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 790bef4 commit d3e278dCopy full SHA for d3e278d
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.16.8
2
* Added `config.ExcludeGRPCCodesForPessimization()` opttion for exclude some grpc codes from pessimization rules
3
* Refactored pessimization node conditions
4
* Added closing of ticker in `conn.Conn.connParker`
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "16"
6
- VersionPatch = "7"
+ VersionPatch = "8"
7
)
0 commit comments