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 dc547f2 commit e7e1a2bCopy full SHA for e7e1a2b
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.112.0
2
* Added support for the `json.Unmarshaler` interface in the `CastTo` function for use in scanners, such as the `ScanStruct` method
3
* Fixed the support of server-side session balancing in `database/sql` driver
4
* Added `ydb.WithDisableSessionBalancer()` driver option for disable server-side session balancing on table and query clients
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "111"
6
- Patch = "3"
+ Minor = "112"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments