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 c26bf6e commit e241a4dCopy full SHA for e241a4d
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.99.2
2
* Fixed panic when error returned from parsing sql params
3
* Fixed explicit null dereferenced issue in internal/credentials/static.go (CWE-476)
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "99"
6
- Patch = "1"
+ Patch = "2"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments