We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251128a commit d0ab11dCopy full SHA for d0ab11d
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.104.6
2
* Refactored `table.TransactionControl` and `query.TransactionControl` for use single implementation in `internal/tx`
3
* Changed `ydb.WithTxControl` context modifier for allow both `table.TransactionControl` and `query.TransactionControl`
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "104"
6
- Patch = "5"
+ Patch = "6"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments