mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1780] [MERGED] bump version #4452
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4452
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:dev📝 Commits (7)
1c33018typoad0c449Server manager support the NewUserConn operation (#1740)5a61fd8fix: auth token bug (#1762)7728e35fix: frps handle multi conn may happen data race (#1768)6d78af6feat: group TCP mux proxies (#1765)4797136feat: support sudp proxy (#1730)7266154bump version to v0.33.0📊 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.