Skip to content

Commit fbf3502

Browse files
author
robot
committed
Release v3.121.0
1 parent e252b8b commit fbf3502

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.121.0
12
* Changed internal pprof label to pyroscope supported format
23
* Added `query.ImplicitTxControl()` transaction control (the same as `query.NoTx()` and `query.EmptyTxControl()`). See more about implicit transactions on [ydb.tech](https://ydb.tech/docs/en/concepts/transactions?version=v25.2#implicit)
34
* Added `SnapshotReadWrite` isolation mode support to `database/sql` driver using `sql.TxOptions{Isolation: sql.LevelSnapshot, ReadOnly: false}`

internal/version/version.go

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

33
const (
44
Major = "3"
5-
Minor = "120"
5+
Minor = "121"
66
Patch = "0"
77

88
Package = "ydb-go-sdk"

0 commit comments

Comments
 (0)