mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3499] [MERGED] release v0.50.0 #4763
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#4763
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/3499
Author: @fatedier
Created: 6/26/2023
Status: ✅ Merged
Merged: 6/26/2023
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
555db9dformat import package name (#3455)c7a0cfcxtcp: when connection timeout occurs, support fallback to STCP (#3460)341a5e3frps dashboard: remove bind_udp_port (#3463)9aef3b9adjust code style about config (#3464)cceab7eclient/proxy: simplify the code (#3465)de85c94stcp, xtcp, sudp: support allow_users and specified server user (#3472)ea08de6yamux: change default MaxStreamWindowSize to 6MB (#3474)9ba6a06e2e: updatee1cef05server/proxy: simplify the code (#3488)15a2457fix the issue of duplicate xtcp proxies will cause the previous proxy to become ineffective (#3489)📊 Changes
79 files changed (+1456 additions, -1317 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Makefile(+15 -0)📝
README.md(+2 -5)📝
Release.md(+9 -10)📝
assets/frps/static/index-ea3edf22.js(+11 -11)📝
assets/frps/static/index.html(+1 -1)📝
client/admin.go(+3 -3)📝
client/admin_api.go(+1 -1)📝
client/control.go(+1 -1)➕
client/proxy/general_tcp.go(+47 -0)📝
client/proxy/proxy.go(+57 -209)📝
client/proxy/proxy_manager.go(+4 -6)📝
client/proxy/proxy_wrapper.go(+1 -1)📝
client/proxy/sudp.go(+23 -6)📝
client/proxy/udp.go(+23 -7)📝
client/proxy/xtcp.go(+20 -23)📝
client/service.go(+9 -6)📝
client/visitor/stcp.go(+25 -10)📝
client/visitor/sudp.go(+8 -6)📝
client/visitor/visitor.go(+38 -11)...and 59 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.