We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a21f9 commit e5c21a8Copy full SHA for e5c21a8
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.99.7
2
* Fixed not passing request context to topic event logs
3
* Fixed deadlock on closing table session with internal query session core
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "99"
6
- Patch = "6"
+ Patch = "7"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments