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 62b3351 commit b7c5a62Copy full SHA for b7c5a62
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.95.3
2
* Supported of `database/sql/driver.Valuer` interfaces for params which passed to query using sql driver
3
* Exposed `credentials/credentials.OAuth2Config` OAuth2 config
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "95"
6
- Patch = "2"
+ Patch = "3"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments