[PR #3668] [MERGED] bump version to v0.52.1 #4806

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (6)

📊 Changes

26 files changed (+261 additions, -238 deletions)

View changed files

📝 README.md (+2 -0)
📝 Release.md (+5 -8)
📝 assets/frps/static/index-9465253b.js (+19 -19)
📝 assets/frps/static/index.html (+1 -1)
📝 client/service.go (+3 -0)
📝 conf/frps.toml (+1 -1)
📝 pkg/config/legacy/conversion.go (+1 -0)
📝 pkg/config/legacy/server.go (+1 -1)
📝 pkg/config/v1/client.go (+1 -0)
📝 pkg/config/v1/client_test.go (+1 -0)
📝 pkg/config/v1/common.go (+1 -1)
📝 pkg/config/v1/plugin.go (+4 -2)
📝 pkg/util/version/version.go (+1 -1)
📝 server/dashboard_api.go (+35 -35)
📝 test/e2e/framework/consts/consts.go (+2 -0)
📝 test/e2e/framework/process.go (+1 -0)
📝 test/e2e/v1/basic/client_server.go (+19 -1)
📝 web/frps/auto-imports.d.ts (+3 -1)
📝 web/frps/src/components/ProxiesHTTP.vue (+6 -6)
📝 web/frps/src/components/ProxiesHTTPS.vue (+6 -6)

...and 6 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/3668 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (6) - [`5eb8f3d`](https://github.com/fatedier/frp/commit/5eb8f3db03d35598182637d416a1dd5defa7112b) fix tlsVerify json tag (#3654) - [`307d1bf`](https://github.com/fatedier/frp/commit/307d1bfa3f2aff6d6ee1e43b0e0caeee115da443) Fix log.level configuration in frps.toml (#3655) - [`7cc67e8`](https://github.com/fatedier/frp/commit/7cc67e852e358ffc111201ed2bf081f171b4388d) fix that transport.tls.disableCustomTLSFirstByte doesn't take effect (#3660) - [`df12cc2`](https://github.com/fatedier/frp/commit/df12cc2b9d24eb0cbf0b64078c97bf32d8c2da9c) fix broken server api and dashboard info (#3662) - [`b9c24e9`](https://github.com/fatedier/frp/commit/b9c24e9b69f5bed04da23c57d38acdf67096cfc6) natHoleSTUNServer set default value (#3664) - [`01a0d55`](https://github.com/fatedier/frp/commit/01a0d557efddf4a6de81b2d98b386b79e05d6ac6) fix legacy ini proxy conversion panic (#3667) ### 📊 Changes **26 files changed** (+261 additions, -238 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `Release.md` (+5 -8) 📝 `assets/frps/static/index-9465253b.js` (+19 -19) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `client/service.go` (+3 -0) 📝 `conf/frps.toml` (+1 -1) 📝 `pkg/config/legacy/conversion.go` (+1 -0) 📝 `pkg/config/legacy/server.go` (+1 -1) 📝 `pkg/config/v1/client.go` (+1 -0) 📝 `pkg/config/v1/client_test.go` (+1 -0) 📝 `pkg/config/v1/common.go` (+1 -1) 📝 `pkg/config/v1/plugin.go` (+4 -2) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `server/dashboard_api.go` (+35 -35) 📝 `test/e2e/framework/consts/consts.go` (+2 -0) 📝 `test/e2e/framework/process.go` (+1 -0) 📝 `test/e2e/v1/basic/client_server.go` (+19 -1) 📝 `web/frps/auto-imports.d.ts` (+3 -1) 📝 `web/frps/src/components/ProxiesHTTP.vue` (+6 -6) 📝 `web/frps/src/components/ProxiesHTTPS.vue` (+6 -6) _...and 6 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:05 -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#4806
No description provided.