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 335fe27 commit 329010fCopy full SHA for 329010f
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.108.4
2
* Removed `experimental` from coordination API
3
* Added `WithReaderLogContext`, `WithWriterLogContext` options to topic reader/writer to supply log entries with user context fields
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "108"
6
- Patch = "3"
+ Patch = "4"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments