Skip to content

Commit fec56cb

Browse files
author
robot
committed
Release v3.44.0
1 parent aec0f59 commit fec56cb

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.44.0
12
* Added `table/options.WithCallOptions` options for append custom grpc call options into `session.{BulkUpsert,Execute,StreamExecuteScanQuery}`
23
* Supported fake transactions in `database/sql` driver over connector option `ydb.WithFakeTx(queryMode)` and connection string param `go_fake_tx`
34
* Removed `testutil/timeutil` package (all usages replaced with `clockwork` package)

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package meta
22

33
const (
44
VersionMajor = "3"
5-
VersionMinor = "43"
5+
VersionMinor = "44"
66
VersionPatch = "0"
77
)
88

0 commit comments

Comments
 (0)