[PR #3550] [MERGED] release v0.51.2 #4780

Closed
opened 2026-05-05 14:48:37 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3550
Author: @fatedier
Created: 7/25/2023
Status: Merged
Merged: 7/25/2023
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (4)

📊 Changes

43 files changed (+269 additions, -977 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yml (+2 -2)
📝 .github/workflows/golangci-lint.yml (+2 -2)
📝 .github/workflows/goreleaser.yml (+3 -3)
📝 .github/workflows/stale.yml (+1 -1)
📝 Release.md (+6 -2)
📝 client/admin_api.go (+5 -5)
📝 client/control.go (+1 -1)
📝 client/proxy/general_tcp.go (+1 -1)
📝 client/proxy/proxy.go (+5 -3)
📝 client/proxy/sudp.go (+2 -4)
📝 client/proxy/udp.go (+2 -4)
📝 client/service.go (+1 -1)
📝 client/visitor/stcp.go (+3 -3)
📝 client/visitor/xtcp.go (+5 -5)
📝 go.mod (+44 -39)
📝 go.sum (+99 -790)
📝 pkg/config/proxy.go (+10 -25)
📝 pkg/config/proxy_test.go (+1 -1)
📝 pkg/config/visitor_test.go (+1 -1)
📝 pkg/metrics/mem/server.go (+4 -4)

...and 23 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3550 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 7/25/2023 **Status:** ✅ Merged **Merged:** 7/25/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`46ff405`](https://github.com/fatedier/frp/commit/46ff40543a65c096a8ad774e3f2c210d1dd66a85) update github actions (#3538) - [`3235add`](https://github.com/fatedier/frp/commit/3235addaaa412590433640150d081db362155016) update dependencies (#3539) - [`6430afc`](https://github.com/fatedier/frp/commit/6430afcfa53fec6bb5a6cf85e0e66a4ad4d07902) fix a goroutine leak issue caused by Login plugin timeout (#3547) - [`e9e12cf`](https://github.com/fatedier/frp/commit/e9e12cf888c9bf76489c66d45685f43906f70f5c) fix incorrect use of snappy pool (#3549) ### 📊 Changes **43 files changed** (+269 additions, -977 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yml` (+2 -2) 📝 `.github/workflows/golangci-lint.yml` (+2 -2) 📝 `.github/workflows/goreleaser.yml` (+3 -3) 📝 `.github/workflows/stale.yml` (+1 -1) 📝 `Release.md` (+6 -2) 📝 `client/admin_api.go` (+5 -5) 📝 `client/control.go` (+1 -1) 📝 `client/proxy/general_tcp.go` (+1 -1) 📝 `client/proxy/proxy.go` (+5 -3) 📝 `client/proxy/sudp.go` (+2 -4) 📝 `client/proxy/udp.go` (+2 -4) 📝 `client/service.go` (+1 -1) 📝 `client/visitor/stcp.go` (+3 -3) 📝 `client/visitor/xtcp.go` (+5 -5) 📝 `go.mod` (+44 -39) 📝 `go.sum` (+99 -790) 📝 `pkg/config/proxy.go` (+10 -25) 📝 `pkg/config/proxy_test.go` (+1 -1) 📝 `pkg/config/visitor_test.go` (+1 -1) 📝 `pkg/metrics/mem/server.go` (+4 -4) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:48:37 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4780
No description provided.