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 40074fd commit c0fe75fCopy full SHA for c0fe75f
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.39.0
2
* Removed message level partitioning from experimental topic API. It is unavailable on server side yet.
3
* Supported `NullValue` type as received type from `YDB`
4
* Supported `types.SetValue` type
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "38"
6
- VersionPatch = "5"
+ VersionMinor = "39"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments