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 e47193d commit 94a33dcCopy full SHA for 94a33dc
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.99.3
2
* Fixed potential infinity loop for local dc detection (CWE-835)
3
* Fixed nil pointer dereferenced in a topic listener (CWE-476)
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "99"
6
- Patch = "2"
+ Patch = "3"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments