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 be339ca commit b4b5c1eCopy full SHA for b4b5c1e
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.26.0
2
* Fixed data race on session stream queries
3
* Renamed `internal/router` package to `internal/balancer` for unambiguous understanding of package mission
4
* Implemented detection of local data-center with measuring tcp dial RTT
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "25"
6
- VersionPatch = "3"
+ VersionMinor = "26"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments