Loading ChangeLog +3 −0 Original line number Diff line number Diff line Changes in version v2.12.1 - 2026-03-10 - Fix release pipeline Changes in version v2.12.0 - 2026-03-10 - Issue 40524: Disable periodic proxy stats if SummaryInterval is 0 - Update proxy README with v2.11.0 usage Loading common/version/version.go +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ import ( ) var version = func() string { ver := "2.12.0" ver := "2.12.1" if info, ok := debug.ReadBuildInfo(); ok { var revision string var modified string Loading Loading
ChangeLog +3 −0 Original line number Diff line number Diff line Changes in version v2.12.1 - 2026-03-10 - Fix release pipeline Changes in version v2.12.0 - 2026-03-10 - Issue 40524: Disable periodic proxy stats if SummaryInterval is 0 - Update proxy README with v2.11.0 usage Loading
common/version/version.go +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ import ( ) var version = func() string { ver := "2.12.0" ver := "2.12.1" if info, ok := debug.ReadBuildInfo(); ok { var revision string var modified string Loading