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 082b514 commit e563693Copy full SHA for e563693
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.79.1
2
* Changed `trace.Table` and `trace.Query` traces
3
* Implemented `internal/pool` the same as table client pool from `internal/table.Client`
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "79"
6
- Patch = "0"
+ Patch = "1"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments