mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3845] [MERGED] bump version to v0.53.0 #4845
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#4845
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/3845
Author: @fatedier
Created: 12/14/2023
Status: ✅ Merged
Merged: 12/14/2023
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
46266e4fix: set ping (#3734)5c4d820chore: Update dependencies (#3738)5760c1cfrpc: exit with code 1 if first login failed (#3740)184223cCode refactoring related to message handling and retry logic. (#3745)e8deb65Strict configuration parsing (#3773)526e809update for strict config (#3779)f5d5a00Fix various typos (#3783)8b432e1feat: ssh client implement (#3671)d5b41f1sshTunnelGateway refactor (#3784)69ae2b0optimize some code (#3801)📊 Changes
103 files changed (+3470 additions, -1545 deletions)
View changed files
📝
.github/workflows/golangci-lint.yml(+1 -1)📝
.gitignore(+1 -0)📝
.golangci.yml(+1 -1)📝
Makefile(+2 -2)📝
README.md(+58 -2)📝
README_zh.md(+5 -1)📝
Release.md(+9 -1)➖
client/admin.go(+0 -85)📝
client/admin_api.go(+46 -9)➕
client/connector.go(+227 -0)📝
client/control.go(+137 -205)📝
client/proxy/proxy.go(+13 -4)📝
client/proxy/proxy_manager.go(+23 -6)📝
client/proxy/proxy_wrapper.go(+4 -0)📝
client/proxy/sudp.go(+4 -2)📝
client/proxy/udp.go(+5 -3)📝
client/proxy/xtcp.go(+5 -3)📝
client/service.go(+238 -354)📝
client/visitor/sudp.go(+2 -2)📝
client/visitor/visitor.go(+4 -4)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.