Skip to content

Commit 873a1ac

Browse files
author
robot
committed
Release v3.99.9
1 parent d485067 commit 873a1ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.99.9
12
* Fixed broken compatibility `database/sql` driver which worked on query engine (usnig `ydb.WithQueryService(true)` connector option):
23
- fixed list of valid data types for `database/sql.Row.Scan()`
34
- allowed legacy option `ydb.WithTxControl(ctx, txControl)` for query engine

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "99"
6-
Patch = "8"
6+
Patch = "9"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)