[PR #3845] [MERGED] bump version to v0.53.0 #4845

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

📋 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: masterHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3845 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`46266e4`](https://github.com/fatedier/frp/commit/46266e4d3063703d597526a673567df4db4f2324) fix: set ping (#3734) - [`5c4d820`](https://github.com/fatedier/frp/commit/5c4d820eb4eea4c5bc8e6e8c7d753d7a00ed2d65) chore: Update dependencies (#3738) - [`5760c1c`](https://github.com/fatedier/frp/commit/5760c1cf92b87a9d734e6c31c626f9a4d282fde0) frpc: exit with code 1 if first login failed (#3740) - [`184223c`](https://github.com/fatedier/frp/commit/184223cb2f240b844f90b3390645672d2225da88) Code refactoring related to message handling and retry logic. (#3745) - [`e8deb65`](https://github.com/fatedier/frp/commit/e8deb65c4b173407bad116ed349534ae159107fc) Strict configuration parsing (#3773) - [`526e809`](https://github.com/fatedier/frp/commit/526e809bd50eed4ff5c2211adc91126abb864530) update for strict config (#3779) - [`f5d5a00`](https://github.com/fatedier/frp/commit/f5d5a00eefbfc060046a8ff04ad3a116334ef227) Fix various typos (#3783) - [`8b432e1`](https://github.com/fatedier/frp/commit/8b432e179d6789838c22da78014da08c7c81616a) feat: ssh client implement (#3671) - [`d5b41f1`](https://github.com/fatedier/frp/commit/d5b41f1e1485f7205d96ea4522ed7655d145d47e) sshTunnelGateway refactor (#3784) - [`69ae2b0`](https://github.com/fatedier/frp/commit/69ae2b0b690b659d023d1ec2d5b4b33e89def555) optimize some code (#3801) ### 📊 Changes **103 files changed** (+3470 additions, -1545 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </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:49:51 -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#4845
No description provided.