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 e815415 commit fe6beb2Copy full SHA for fe6beb2
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.118.1
2
* Fixed connection timeout issue in topics writer
3
* Supported `sql.Null*` from `database/sql` as query params in `toValue` func
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "118"
6
- Patch = "0"
+ Patch = "1"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments