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 116905c commit 099075bCopy full SHA for 099075b
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.75.1
2
* Fixed return more than one row error if real error raised on try read next row
3
* Fixed checking errors for session must be deleted
4
* Changed signature of filter func in balancers (replaced argument from `conn.Conn` type to `endpoint.Info`)
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "75"
6
- Patch = "0"
+ Patch = "1"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments