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 c7334d4 commit 2fe7275Copy full SHA for 2fe7275
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.99.11
2
* Added stacktrace record to row scan errors for detect broken client code
3
* Fixed DescribeConsumer ignoring PartitionConsumerStats
4
* Added virtualtimestamps field to cdc description
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "99"
6
- Patch = "10"
+ Patch = "11"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments