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 daefd2b commit c475608Copy full SHA for c475608
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.101.3
2
* Added `query.TransactionActor` type alias to `query.TxActor` for compatibility with `table.Client` API's
3
* Removed comment `experimental` from `ydb.ParamsBuilder` and `ydb.ParamsFromMap`
4
* Fixed panic on closing `internal/query/sessionCore.done` channel twice
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "101"
6
- Patch = "2"
+ Patch = "3"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments