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 af525ce commit ac8cc8aCopy full SHA for ac8cc8a
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.75.0
2
* Improve config validation before start topic reader
3
* Added metrics over `db.Table().Do()` and `db.Table().DoTx()`
4
* Added method `ydb.ParamsBuilder().Param(name).Any(value)` to add custom `types.Value`
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "74"
6
- Patch = "5"
+ Minor = "75"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments