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 1ca1a85 commit 9d698e7Copy full SHA for 9d698e7
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.117.1
2
* Fixed scan a column of type `Decimal(precision,scale)` into a struct field of type `types.Decimal{}` using `ScanStruct()`
3
* Fixed race in integration test `TestTopicWriterLogMessagesWithoutData`
4
* Fixed traces handling in `topic.Reader`
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "117"
6
- Patch = "0"
+ Patch = "1"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments