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 4dc77d6 commit 782946eCopy full SHA for 782946e
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.76.4
2
* Added traces and logs for read messages from topic within transaction
3
* Changed result type of `query.Session.NodeID()` from `int64` to `uint32` for compatibility with table session and discovery
4
* Removed experimental method `query.Result.Err()`
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "76"
6
- Patch = "3"
+ Patch = "4"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments