[PR #3651] [MERGED] bump version to v0.52.0 #4798

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3651
Author: @fatedier
Created: 10/10/2023
Status: Merged
Merged: 10/10/2023
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (9)

  • 885b029 remove arch 386 (#3593)
  • c95311d support yaml/json/toml configuration format, make ini deprecated (#3599)
  • 7cd02f5 add e2e tests for v1 config (#3608)
  • 74255f7 config: add some validations (#3610)
  • bae0b4d optimize the code of the command line (#3614)
  • 5c8ea51 return ssl alert unrecognized_name when https domain not registered (#3620)
  • 5e70d5b code optimization (#3625)
  • 21d8e67 mentioned antivirus detection in installation instructions, added recommendation to whitelist client binaries in antivirus (#3647)
  • 3ae1a4f update confugration examples and README (#3650)

📊 Changes

170 files changed (+9453 additions, -5716 deletions)

View changed files

📝 .golangci.yml (+12 -10)
📝 Makefile.cross-compiles (+1 -3)
📝 README.md (+490 -508)
📝 README_zh.md (+0 -4)
📝 Release.md (+7 -1)
📝 client/admin.go (+2 -2)
📝 client/admin_api.go (+13 -58)
📝 client/control.go (+15 -13)
📝 client/health/health.go (+22 -13)
📝 client/proxy/general_tcp.go (+8 -8)
📝 client/proxy/proxy.go (+36 -38)
📝 client/proxy/proxy_manager.go (+12 -6)
📝 client/proxy/proxy_wrapper.go (+16 -15)
📝 client/proxy/sudp.go (+8 -8)
📝 client/proxy/udp.go (+8 -8)
📝 client/proxy/xtcp.go (+12 -12)
📝 client/service.go (+44 -46)
📝 client/visitor/stcp.go (+8 -8)
📝 client/visitor/sudp.go (+8 -8)
📝 client/visitor/visitor.go (+8 -8)

...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/3651 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (9) - [`885b029`](https://github.com/fatedier/frp/commit/885b029fcff5d6f19cfd2c394d6436346ca22277) remove arch 386 (#3593) - [`c95311d`](https://github.com/fatedier/frp/commit/c95311d1a03ef7c7dcb3f0d41705e45cdada5280) support yaml/json/toml configuration format, make ini deprecated (#3599) - [`7cd02f5`](https://github.com/fatedier/frp/commit/7cd02f5bd862840dce1e244716dde81b42ca072e) add e2e tests for v1 config (#3608) - [`74255f7`](https://github.com/fatedier/frp/commit/74255f711eba8fd2550ea2669cb4b03109d9ce44) config: add some validations (#3610) - [`bae0b4d`](https://github.com/fatedier/frp/commit/bae0b4d7c00837743766808bc4f02e93a8313f39) optimize the code of the command line (#3614) - [`5c8ea51`](https://github.com/fatedier/frp/commit/5c8ea51eb574dfcc5efc0bec788d321588d4c01b) return ssl alert unrecognized_name when https domain not registered (#3620) - [`5e70d5b`](https://github.com/fatedier/frp/commit/5e70d5bee0e99eeaccd555cc24bd76a3d5bfe045) code optimization (#3625) - [`21d8e67`](https://github.com/fatedier/frp/commit/21d8e674f0e7a167e2ab40183a512f8d29126cc2) mentioned antivirus detection in installation instructions, added recommendation to whitelist client binaries in antivirus (#3647) - [`3ae1a4f`](https://github.com/fatedier/frp/commit/3ae1a4f45af2e875820a095d53202cef20363474) update confugration examples and README (#3650) ### 📊 Changes **170 files changed** (+9453 additions, -5716 deletions) <details> <summary>View changed files</summary> 📝 `.golangci.yml` (+12 -10) 📝 `Makefile.cross-compiles` (+1 -3) 📝 `README.md` (+490 -508) 📝 `README_zh.md` (+0 -4) 📝 `Release.md` (+7 -1) 📝 `client/admin.go` (+2 -2) 📝 `client/admin_api.go` (+13 -58) 📝 `client/control.go` (+15 -13) 📝 `client/health/health.go` (+22 -13) 📝 `client/proxy/general_tcp.go` (+8 -8) 📝 `client/proxy/proxy.go` (+36 -38) 📝 `client/proxy/proxy_manager.go` (+12 -6) 📝 `client/proxy/proxy_wrapper.go` (+16 -15) 📝 `client/proxy/sudp.go` (+8 -8) 📝 `client/proxy/udp.go` (+8 -8) 📝 `client/proxy/xtcp.go` (+12 -12) 📝 `client/service.go` (+44 -46) 📝 `client/visitor/stcp.go` (+8 -8) 📝 `client/visitor/sudp.go` (+8 -8) 📝 `client/visitor/visitor.go` (+8 -8) _...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:48:56 -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#4798
No description provided.