[PR #4753] [MERGED] bump version #5038

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4753
Author: @fatedier
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (2)

📊 Changes

48 files changed (+1823 additions, -179 deletions)

View changed files

📝 README.md (+40 -5)
📝 README_zh.md (+0 -5)
📝 Release.md (+5 -4)
📝 client/control.go (+6 -2)
📝 client/proxy/proxy.go (+19 -10)
📝 client/proxy/proxy_manager.go (+5 -1)
📝 client/proxy/proxy_wrapper.go (+6 -1)
📝 client/service.go (+26 -6)
📝 client/visitor/stcp.go (+4 -0)
📝 client/visitor/visitor.go (+31 -3)
📝 client/visitor/visitor_manager.go (+13 -1)
📝 client/visitor/xtcp.go (+7 -3)
📝 cmd/frpc/sub/root.go (+7 -0)
📝 conf/frpc_full_example.toml (+26 -0)
doc/virtual_net.md (+75 -0)
📝 go.mod (+14 -11)
📝 go.sum (+36 -29)
📝 pkg/config/v1/client.go (+12 -3)
📝 pkg/config/v1/proxy_plugin.go (+32 -24)
📝 pkg/config/v1/validation/client.go (+8 -0)

...and 28 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/4753 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (2) - [`a78814a`](https://github.com/fatedier/frp/commit/a78814a2e9fef204d0fb06fa0b0b7ae0d8b39589) virtual-net: initial (#4751) - [`e208043`](https://github.com/fatedier/frp/commit/e208043323d0ffb5d495c32e14787f509572174c) vnet: update tun_unsupported function (#4752) ### 📊 Changes **48 files changed** (+1823 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+40 -5) 📝 `README_zh.md` (+0 -5) 📝 `Release.md` (+5 -4) 📝 `client/control.go` (+6 -2) 📝 `client/proxy/proxy.go` (+19 -10) 📝 `client/proxy/proxy_manager.go` (+5 -1) 📝 `client/proxy/proxy_wrapper.go` (+6 -1) 📝 `client/service.go` (+26 -6) 📝 `client/visitor/stcp.go` (+4 -0) 📝 `client/visitor/visitor.go` (+31 -3) 📝 `client/visitor/visitor_manager.go` (+13 -1) 📝 `client/visitor/xtcp.go` (+7 -3) 📝 `cmd/frpc/sub/root.go` (+7 -0) 📝 `conf/frpc_full_example.toml` (+26 -0) ➕ `doc/virtual_net.md` (+75 -0) 📝 `go.mod` (+14 -11) 📝 `go.sum` (+36 -29) 📝 `pkg/config/v1/client.go` (+12 -3) 📝 `pkg/config/v1/proxy_plugin.go` (+32 -24) 📝 `pkg/config/v1/validation/client.go` (+8 -0) _...and 28 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:53:30 -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#5038
No description provided.