[PR #2425] [MERGED] bump version #4571

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2425
Author: @fatedier
Created: 6/2/2021
Status: Merged
Merged: 6/2/2021
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • fbaa5f8 add e2e tests (#2334)
  • 2408f1d frpc: fix that login_fail_exit invalid if protocol=kcp (#2363)
  • 0d84da9 change default value of dashboard_user and dashboard_pwd to empty string (#2383)
  • 630dad5 web: support sudp in dashboard (#2385)
  • 9cebfcc cmd: add verify command to verify if config file syntax is valid (#2389)
  • 9ae322c readme: fix toc hyperlinx (#2401)
  • c32a2ed frpc: support 'includes' in common section to include proxy configs in other files(#2421)
  • 02b12df frpc: consider include configs for verify and reload command (#2424)
  • ccb85a9 update README
  • 8637077 update version

📊 Changes

64 files changed (+1227 additions, -498 deletions)

View changed files

📝 README.md (+29 -5)
📝 assets/frpc/static/index.html (+1 -1)
📝 assets/frpc/static/manifest.js (+1 -1)
📝 assets/frpc/static/vendor.js (+1 -1)
📝 assets/frpc/statik/statik.go (+1 -1)
📝 assets/frps/static/index.html (+1 -1)
📝 assets/frps/static/manifest.js (+1 -1)
📝 assets/frps/static/vendor.js (+1 -1)
📝 assets/frps/statik/statik.go (+1 -1)
📝 client/admin_api.go (+4 -22)
📝 client/proxy/proxy_wrapper.go (+1 -1)
📝 client/visitor.go (+3 -2)
📝 cmd/frpc/sub/http.go (+1 -1)
📝 cmd/frpc/sub/https.go (+1 -1)
📝 cmd/frpc/sub/reload.go (+2 -8)
📝 cmd/frpc/sub/root.go (+8 -34)
📝 cmd/frpc/sub/status.go (+2 -9)
📝 cmd/frpc/sub/stcp.go (+1 -1)
📝 cmd/frpc/sub/sudp.go (+1 -1)
📝 cmd/frpc/sub/tcp.go (+1 -1)

...and 44 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/2425 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 6/2/2021 **Status:** ✅ Merged **Merged:** 6/2/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`fbaa5f8`](https://github.com/fatedier/frp/commit/fbaa5f866e244b9a3944c8ecbaff582c25635274) add e2e tests (#2334) - [`2408f1d`](https://github.com/fatedier/frp/commit/2408f1df04ad9128ee31a013799f5790dbda5cb3) frpc: fix that login_fail_exit invalid if `protocol=kcp` (#2363) - [`0d84da9`](https://github.com/fatedier/frp/commit/0d84da91d47b88fa32bdd41d3ecfccf7baf96297) change default value of dashboard_user and dashboard_pwd to empty string (#2383) - [`630dad5`](https://github.com/fatedier/frp/commit/630dad50ed1ad05fd0e96651fca54d3cdd10edb7) web: support sudp in dashboard (#2385) - [`9cebfcc`](https://github.com/fatedier/frp/commit/9cebfccb39aadf15d8be99f496ec33282e45e3bd) cmd: add verify command to verify if config file syntax is valid (#2389) - [`9ae322c`](https://github.com/fatedier/frp/commit/9ae322cccf4ab93173355ae0ee5807172f17a227) readme: fix toc hyperlinx (#2401) - [`c32a2ed`](https://github.com/fatedier/frp/commit/c32a2ed14078270148257bcbe4de904def9679c4) frpc: support 'includes' in common section to include proxy configs in other files(#2421) - [`02b12df`](https://github.com/fatedier/frp/commit/02b12df887bdfa7586e7121e34bf5ac60b17921e) frpc: consider include configs for verify and reload command (#2424) - [`ccb85a9`](https://github.com/fatedier/frp/commit/ccb85a99263cf55f57eb2a369bc33a8b7732d47b) update README - [`8637077`](https://github.com/fatedier/frp/commit/8637077d90d1419b85aaab373be2bf6369ff1a22) update version ### 📊 Changes **64 files changed** (+1227 additions, -498 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+29 -5) 📝 `assets/frpc/static/index.html` (+1 -1) 📝 `assets/frpc/static/manifest.js` (+1 -1) 📝 `assets/frpc/static/vendor.js` (+1 -1) 📝 `assets/frpc/statik/statik.go` (+1 -1) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `assets/frps/static/manifest.js` (+1 -1) 📝 `assets/frps/static/vendor.js` (+1 -1) 📝 `assets/frps/statik/statik.go` (+1 -1) 📝 `client/admin_api.go` (+4 -22) 📝 `client/proxy/proxy_wrapper.go` (+1 -1) 📝 `client/visitor.go` (+3 -2) 📝 `cmd/frpc/sub/http.go` (+1 -1) 📝 `cmd/frpc/sub/https.go` (+1 -1) 📝 `cmd/frpc/sub/reload.go` (+2 -8) 📝 `cmd/frpc/sub/root.go` (+8 -34) 📝 `cmd/frpc/sub/status.go` (+2 -9) 📝 `cmd/frpc/sub/stcp.go` (+1 -1) 📝 `cmd/frpc/sub/sudp.go` (+1 -1) 📝 `cmd/frpc/sub/tcp.go` (+1 -1) _...and 44 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:44:37 -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#4571
No description provided.