[PR #3454] [MERGED] release v0.49.0 #4751

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (10+)

  • fccd518 frpc: add parameter nat_hole_server_addr (#3351)
  • 8f394db trace log adds join errors (#3352)
  • 9800b4c feat(pull request): add pull request template including summary and walkthrough (#3380)
  • a22d6c9 frpc: support nathole discover (#3381)
  • 3faae19 feat(nathole): use serverUDPPort in nathole discovery when available (#3382)
  • 2c2c4ec feat(nathole): add flag for STUN server in nathole discovery command (#3383)
  • f6b8645 nathole: support discover without configuration file (#3395)
  • db52f07 Update frpc_full.ini (#3399)
  • 738c53c web: fix el-popover bug (#3413)
  • 0214b97 Fix typo: dasboard -> dashboard (#3416)

📊 Changes

88 files changed (+4063 additions, -1806 deletions)

View changed files

.github/pull_request_template.md (+10 -0)
📝 Makefile (+3 -0)
📝 README.md (+9 -16)
📝 README_zh.md (+1 -5)
📝 Release.md (+15 -4)
assets/frpc/static/index-1c7ed8b0.js (+32 -0)
assets/frpc/static/index-1e2a7ce0.css (+1 -0)
assets/frpc/static/index-7dd223da.js (+0 -32)
assets/frpc/static/index-aa3c7267.css (+0 -1)
📝 assets/frpc/static/index.html (+2 -2)
assets/frps/static/index-1e0c7400.css (+1 -0)
assets/frps/static/index-7b4711f8.css (+0 -1)
assets/frps/static/index-93e38bbf.js (+74 -0)
assets/frps/static/index-b8250b3f.js (+0 -74)
📝 assets/frps/static/index.html (+2 -2)
📝 client/admin.go (+1 -1)
📝 client/admin_api.go (+3 -2)
📝 client/control.go (+30 -18)
📝 client/proxy/proxy.go (+20 -472)
📝 client/proxy/proxy_manager.go (+29 -19)

...and 68 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/3454 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/28/2023 **Status:** ✅ Merged **Merged:** 5/28/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`fccd518`](https://github.com/fatedier/frp/commit/fccd51851231d41708275a59eb67fd869ee6adad) frpc: add parameter nat_hole_server_addr (#3351) - [`8f394db`](https://github.com/fatedier/frp/commit/8f394dba27e492ffb856d5dd4b5cdd07fedaa8b1) trace log adds join errors (#3352) - [`9800b4c`](https://github.com/fatedier/frp/commit/9800b4cfcfc3b1cdd485d0749e9a9cd61988342f) feat(pull request): add pull request template including summary and walkthrough (#3380) - [`a22d6c9`](https://github.com/fatedier/frp/commit/a22d6c9504c9a24b0cc68a8ff9e9027bc6cd748e) frpc: support nathole discover (#3381) - [`3faae19`](https://github.com/fatedier/frp/commit/3faae194d0a637187539e4da1e6a993b3494b2ce) feat(nathole): use serverUDPPort in nathole discovery when available (#3382) - [`2c2c4ec`](https://github.com/fatedier/frp/commit/2c2c4ecdbcab252fcd816c33d9151e70d6670e08) feat(nathole): add flag for STUN server in nathole discovery command (#3383) - [`f6b8645`](https://github.com/fatedier/frp/commit/f6b8645f56887e3bfea738539b87f6e8b605c518) nathole: support discover without configuration file (#3395) - [`db52f07`](https://github.com/fatedier/frp/commit/db52f07d3492946037d85df7bfbfda0013481a27) Update frpc_full.ini (#3399) - [`738c53c`](https://github.com/fatedier/frp/commit/738c53ce474007f9a418e43cae6d23b0399f6052) web: fix el-popover bug (#3413) - [`0214b97`](https://github.com/fatedier/frp/commit/0214b974ddd928f74f0922dd28ee8aa9e5b0743f) Fix typo: dasboard -> dashboard (#3416) ### 📊 Changes **88 files changed** (+4063 additions, -1806 deletions) <details> <summary>View changed files</summary> ➕ `.github/pull_request_template.md` (+10 -0) 📝 `Makefile` (+3 -0) 📝 `README.md` (+9 -16) 📝 `README_zh.md` (+1 -5) 📝 `Release.md` (+15 -4) ➕ `assets/frpc/static/index-1c7ed8b0.js` (+32 -0) ➕ `assets/frpc/static/index-1e2a7ce0.css` (+1 -0) ➖ `assets/frpc/static/index-7dd223da.js` (+0 -32) ➖ `assets/frpc/static/index-aa3c7267.css` (+0 -1) 📝 `assets/frpc/static/index.html` (+2 -2) ➕ `assets/frps/static/index-1e0c7400.css` (+1 -0) ➖ `assets/frps/static/index-7b4711f8.css` (+0 -1) ➕ `assets/frps/static/index-93e38bbf.js` (+74 -0) ➖ `assets/frps/static/index-b8250b3f.js` (+0 -74) 📝 `assets/frps/static/index.html` (+2 -2) 📝 `client/admin.go` (+1 -1) 📝 `client/admin_api.go` (+3 -2) 📝 `client/control.go` (+30 -18) 📝 `client/proxy/proxy.go` (+20 -472) 📝 `client/proxy/proxy_manager.go` (+29 -19) _...and 68 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:02 -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#4751
No description provided.