[PR #1780] [MERGED] bump version #4452

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (7)

📊 Changes

28 files changed (+1161 additions, -98 deletions)

View changed files

📝 client/admin_api.go (+10 -0)
📝 client/proxy/proxy.go (+151 -0)
📝 client/visitor.go (+209 -0)
cmd/frpc/sub/sudp.go (+113 -0)
📝 doc/server_plugin.md (+20 -1)
📝 doc/server_plugin_zh.md (+58 -1)
📝 models/auth/token.go (+1 -1)
📝 models/config/proxy.go (+67 -0)
📝 models/config/visitor.go (+31 -0)
📝 models/consts/consts.go (+1 -0)
📝 models/plugin/server/manager.go (+39 -0)
📝 models/plugin/server/plugin.go (+1 -0)
📝 models/plugin/server/types.go (+7 -0)
📝 models/proto/udp/udp.go (+1 -1)
📝 package.sh (+2 -2)
📝 server/control.go (+8 -1)
📝 server/controller/resource.go (+7 -0)
server/group/tcpmux.go (+218 -0)
📝 server/proxy/proxy.go (+33 -1)
server/proxy/sudp.go (+48 -0)

...and 8 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/1780 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/27/2020 **Status:** ✅ Merged **Merged:** 4/27/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (7) - [`1c33018`](https://github.com/fatedier/frp/commit/1c330185c4c62924eb1dca684cc23c9f0952f909) typo - [`ad0c449`](https://github.com/fatedier/frp/commit/ad0c449a7518e2d40088ef644c2a85c17eede5a2) Server manager support the NewUserConn operation (#1740) - [`5a61fd8`](https://github.com/fatedier/frp/commit/5a61fd84adf83922e2e9d2f04cde84d03233bbbd) fix: auth token bug (#1762) - [`7728e35`](https://github.com/fatedier/frp/commit/7728e35c524037bb91b25acab2e8e3effaab2a36) fix: frps handle multi conn may happen data race (#1768) - [`6d78af6`](https://github.com/fatedier/frp/commit/6d78af61442b143976c00b6739d3bba0cec7a03e) feat: group TCP mux proxies (#1765) - [`4797136`](https://github.com/fatedier/frp/commit/47971369658dddf18dec34d65b462c2c8e81e8d9) feat: support sudp proxy (#1730) - [`7266154`](https://github.com/fatedier/frp/commit/7266154d5411dcb1db3bb0d174abaf5c23ea260a) bump version to v0.33.0 ### 📊 Changes **28 files changed** (+1161 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `client/admin_api.go` (+10 -0) 📝 `client/proxy/proxy.go` (+151 -0) 📝 `client/visitor.go` (+209 -0) ➕ `cmd/frpc/sub/sudp.go` (+113 -0) 📝 `doc/server_plugin.md` (+20 -1) 📝 `doc/server_plugin_zh.md` (+58 -1) 📝 `models/auth/token.go` (+1 -1) 📝 `models/config/proxy.go` (+67 -0) 📝 `models/config/visitor.go` (+31 -0) 📝 `models/consts/consts.go` (+1 -0) 📝 `models/plugin/server/manager.go` (+39 -0) 📝 `models/plugin/server/plugin.go` (+1 -0) 📝 `models/plugin/server/types.go` (+7 -0) 📝 `models/proto/udp/udp.go` (+1 -1) 📝 `package.sh` (+2 -2) 📝 `server/control.go` (+8 -1) 📝 `server/controller/resource.go` (+7 -0) ➕ `server/group/tcpmux.go` (+218 -0) 📝 `server/proxy/proxy.go` (+33 -1) ➕ `server/proxy/sudp.go` (+48 -0) _...and 8 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:42:21 -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#4452
No description provided.