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 a985d55 commit 13dee52Copy full SHA for 13dee52
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.41.0
2
* Added option for set interval of auth token update in topic streams
3
* Supported internal allocator in `{session,statement}.Execute` for decrease memory usage
4
* Fixed typo in `topic/README.md`
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "40"
6
- VersionPatch = "1"
+ VersionMinor = "41"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments