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 f9810b6 commit 8245643Copy full SHA for 8245643
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.37.3
2
* Fixed alter topic request - stop send empty setSupportedCodecs if customer not set them
3
* Marked the context errors as required to delete session
4
* Added log topic api reader for internal logger
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "37"
6
- VersionPatch = "2"
+ VersionPatch = "3"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments