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 8433105 commit 2bd7589Copy full SHA for 2bd7589
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.121.1
2
* Added support for `Timestamp64` type in `value.Any` converter
3
* Masked the sensitive credential data in the connection string (DSN, data source name) from error messages for security reasons
4
* Fixed issue with topic offsets update in transactions
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "121"
6
- Patch = "0"
+ Patch = "1"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments