[PR #5112] [MERGED] bump version #5130

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5112
Author: @fatedier
Created: 1/4/2026
Status: Merged
Merged: 1/4/2026
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

60 files changed (+1153 additions, -367 deletions)

View changed files

📝 .golangci.yml (+1 -0)
📝 README.md (+29 -23)
📝 README_zh.md (+28 -29)
📝 Release.md (+11 -3)
📝 client/admin_api.go (+1 -1)
📝 client/control.go (+7 -7)
📝 client/proxy/proxy.go (+4 -1)
📝 client/proxy/proxy_manager.go (+5 -2)
📝 client/proxy/proxy_wrapper.go (+2 -1)
📝 client/proxy/sudp.go (+1 -1)
📝 client/proxy/udp.go (+1 -1)
📝 client/service.go (+12 -6)
📝 client/visitor/stcp.go (+17 -1)
📝 client/visitor/visitor.go (+1 -1)
📝 client/visitor/xtcp.go (+11 -0)
📝 cmd/frpc/sub/proxy.go (+10 -4)
📝 cmd/frpc/sub/root.go (+19 -8)
📝 cmd/frpc/sub/verify.go (+3 -1)
📝 cmd/frps/root.go (+8 -1)
📝 cmd/frps/verify.go (+4 -1)

...and 40 more files

📄 Description

WHY


🔄 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/5112 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/4/2026 **Status:** ✅ Merged **Merged:** 1/4/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`e382676`](https://github.com/fatedier/frp/commit/e382676659cc8d5974ea2e3fa3c4fb94eda1fb76) update README (#5001) - [`ee3cc4b`](https://github.com/fatedier/frp/commit/ee3cc4b14ea2f8c9581fa06b7151593b94f4ddcc) Fix CloseNotifyConn.Close function (#5022) - [`2def23b`](https://github.com/fatedier/frp/commit/2def23bb0b506efd0ed66c8aaa73abe0d631d48f) update sponsor (#5030) - [`469097a`](https://github.com/fatedier/frp/commit/469097a54971a3f1026ceb32c440d618da950e2d) update sponsor pic (#5031) - [`1cf325b`](https://github.com/fatedier/frp/commit/1cf325bb0c7662788247660b799c38c982e8b905) https: add load balancing group support (#5032) - [`a75320e`](https://github.com/fatedier/frp/commit/a75320ef2fcbb6103c06bbd5b4ad85f9c35b4cc3) update quic-go dependency from v0.53.0 to v0.55.0 (#5033) - [`e025843`](https://github.com/fatedier/frp/commit/e025843d3c14a1a6801d3a277882cb43b6548e2b) vnet: add exponential backoff for failed reconnections (#5035) - [`b27b846`](https://github.com/fatedier/frp/commit/b27b846971cd9f7b08023314437fdafc939f6664) config: add enabled field for individual proxy and visitor (#5048) - [`f736d17`](https://github.com/fatedier/frp/commit/f736d171ac98db09061d78271edbfd3012c61834) rotate gold sponsor order periodically (#5067) - [`66973a0`](https://github.com/fatedier/frp/commit/66973a03dbe8e300f2607ad3ada8d515948bac93) Add `exec` value source type (#5050) ### 📊 Changes **60 files changed** (+1153 additions, -367 deletions) <details> <summary>View changed files</summary> 📝 `.golangci.yml` (+1 -0) 📝 `README.md` (+29 -23) 📝 `README_zh.md` (+28 -29) 📝 `Release.md` (+11 -3) 📝 `client/admin_api.go` (+1 -1) 📝 `client/control.go` (+7 -7) 📝 `client/proxy/proxy.go` (+4 -1) 📝 `client/proxy/proxy_manager.go` (+5 -2) 📝 `client/proxy/proxy_wrapper.go` (+2 -1) 📝 `client/proxy/sudp.go` (+1 -1) 📝 `client/proxy/udp.go` (+1 -1) 📝 `client/service.go` (+12 -6) 📝 `client/visitor/stcp.go` (+17 -1) 📝 `client/visitor/visitor.go` (+1 -1) 📝 `client/visitor/xtcp.go` (+11 -0) 📝 `cmd/frpc/sub/proxy.go` (+10 -4) 📝 `cmd/frpc/sub/root.go` (+19 -8) 📝 `cmd/frpc/sub/verify.go` (+3 -1) 📝 `cmd/frps/root.go` (+8 -1) 📝 `cmd/frps/verify.go` (+4 -1) _...and 40 more files_ </details> ### 📄 Description ### WHY <!-- author to complete --> --- <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:55:16 -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#5130
No description provided.