[PR #3517] [MERGED] bump version to v0.51.0 #4769

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3517
Author: @fatedier
Created: 7/5/2023
Status: Merged
Merged: 7/5/2023
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (5)

📊 Changes

22 files changed (+398 additions, -80 deletions)

View changed files

📝 .github/pull_request_template.md (+0 -4)
📝 README.md (+69 -0)
📝 README_zh.md (+22 -7)
📝 Release.md (+4 -10)
📝 client/admin.go (+1 -0)
📝 client/admin_api.go (+21 -4)
📝 client/service.go (+36 -14)
📝 cmd/frpc/sub/root.go (+9 -10)
cmd/frpc/sub/stop.go (+84 -0)
📝 cmd/frps/root.go (+2 -1)
📝 conf/frpc_full.ini (+1 -1)
📝 go.mod (+4 -1)
📝 go.sum (+4 -4)
📝 pkg/config/client.go (+3 -2)
📝 pkg/util/net/dial.go (+8 -2)
📝 pkg/util/version/version.go (+1 -1)
📝 server/dashboard_api.go (+4 -4)
📝 server/service.go (+20 -6)
📝 test/e2e/basic/basic.go (+13 -5)
📝 test/e2e/basic/client.go (+28 -0)

...and 2 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/3517 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 7/5/2023 **Status:** ✅ Merged **Merged:** 7/5/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (5) - [`801e8c6`](https://github.com/fatedier/frp/commit/801e8c6742b34e14a2dbf653e8fa867faac5e1e8) support wss between frpc and frps (#3503) - [`4c4d5f0`](https://github.com/fatedier/frp/commit/4c4d5f0d0daa2e88be1d90945d9fa9ad52ed5911) service.Run supports passing in context (#3504) - [`fc4e787`](https://github.com/fatedier/frp/commit/fc4e787fe2683ba16a2847724e461de798587369) frpc: support stop command (#3511) - [`88c7e8b`](https://github.com/fatedier/frp/commit/88c7e8bf7c8bc598be2a1ad39adfab3899a88efa) update doc (#3512) - [`b1789af`](https://github.com/fatedier/frp/commit/b1789afbab25f251752de444d8c06197b460f54c) update version (#3516) ### 📊 Changes **22 files changed** (+398 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+0 -4) 📝 `README.md` (+69 -0) 📝 `README_zh.md` (+22 -7) 📝 `Release.md` (+4 -10) 📝 `client/admin.go` (+1 -0) 📝 `client/admin_api.go` (+21 -4) 📝 `client/service.go` (+36 -14) 📝 `cmd/frpc/sub/root.go` (+9 -10) ➕ `cmd/frpc/sub/stop.go` (+84 -0) 📝 `cmd/frps/root.go` (+2 -1) 📝 `conf/frpc_full.ini` (+1 -1) 📝 `go.mod` (+4 -1) 📝 `go.sum` (+4 -4) 📝 `pkg/config/client.go` (+3 -2) 📝 `pkg/util/net/dial.go` (+8 -2) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `server/dashboard_api.go` (+4 -4) 📝 `server/service.go` (+20 -6) 📝 `test/e2e/basic/basic.go` (+13 -5) 📝 `test/e2e/basic/client.go` (+28 -0) _...and 2 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:26 -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#4769
No description provided.