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 87d6fa9 commit 4c4ed51Copy full SHA for 4c4ed51
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.29.2
2
* Enabled server-side session balancing for sessions created from internal session pool
3
* Removed unused public `meta.Meta` methods
4
* Renamed `meta.Meta.Meta(ctx)` public method to `meta.Meta.Context(ctx)`
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "29"
6
- VersionPatch = "1"
+ VersionPatch = "2"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments