[PR #4773] [MERGED] bump version #5043

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (3)

📊 Changes

22 files changed (+273 additions, -196 deletions)

View changed files

📝 README.md (+1 -3)
📝 Release.md (+2 -7)
📝 client/admin_api.go (+6 -6)
📝 client/control.go (+1 -1)
📝 client/service.go (+1 -1)
📝 doc/virtual_net.md (+1 -3)
📝 pkg/plugin/client/virtual_net.go (+32 -11)
📝 pkg/plugin/visitor/virtual_net.go (+20 -60)
📝 pkg/util/version/version.go (+1 -1)
📝 pkg/util/vhost/http.go (+1 -1)
📝 pkg/util/vhost/vhost.go (+1 -1)
📝 pkg/vnet/controller.go (+72 -46)
📝 pkg/vnet/message.go (+4 -4)
📝 pkg/vnet/tun.go (+47 -15)
📝 pkg/vnet/tun_linux.go (+55 -8)
📝 server/control.go (+1 -1)
📝 server/dashboard_api.go (+10 -10)
📝 server/service.go (+9 -9)
📝 test/e2e/e2e.go (+1 -1)
📝 test/e2e/framework/request.go (+3 -3)

...and 2 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/4773 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/27/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (3) - [`a23455a`](https://github.com/fatedier/frp/commit/a23455a73799670d31f7bfaeebf12ccd793a1391) update feature gates doc (#4755) - [`e687aef`](https://github.com/fatedier/frp/commit/e687aef37e18eb5e2d5012982d216990752d3f66) vnet: fix issues (#4771) - [`75edea3`](https://github.com/fatedier/frp/commit/75edea33707f1c3be91b4593e3cc55ab878d58d8) update release notes (#4772) ### 📊 Changes **22 files changed** (+273 additions, -196 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -3) 📝 `Release.md` (+2 -7) 📝 `client/admin_api.go` (+6 -6) 📝 `client/control.go` (+1 -1) 📝 `client/service.go` (+1 -1) 📝 `doc/virtual_net.md` (+1 -3) 📝 `pkg/plugin/client/virtual_net.go` (+32 -11) 📝 `pkg/plugin/visitor/virtual_net.go` (+20 -60) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `pkg/util/vhost/http.go` (+1 -1) 📝 `pkg/util/vhost/vhost.go` (+1 -1) 📝 `pkg/vnet/controller.go` (+72 -46) 📝 `pkg/vnet/message.go` (+4 -4) 📝 `pkg/vnet/tun.go` (+47 -15) 📝 `pkg/vnet/tun_linux.go` (+55 -8) 📝 `server/control.go` (+1 -1) 📝 `server/dashboard_api.go` (+10 -10) 📝 `server/service.go` (+9 -9) 📝 `test/e2e/e2e.go` (+1 -1) 📝 `test/e2e/framework/request.go` (+3 -3) _...and 2 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:35 -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#5043
No description provided.