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 e509053 commit 9e0f8e3Copy full SHA for 9e0f8e3
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.108.5
2
* Fixed stop topic reader after TLI in transaction
3
4
## v3.108.4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "108"
6
- Patch = "4"
+ Patch = "5"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments