Skip to content

Commit e5c21a8

Browse files
author
robot
committed
Release v3.99.7
1 parent 92a21f9 commit e5c21a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.99.7
12
* Fixed not passing request context to topic event logs
23
* Fixed deadlock on closing table session with internal query session core
34

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "99"
6-
Patch = "6"
6+
Patch = "7"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)