[PR #5147] [MERGED] bump version #5148

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5147
Author: @fatedier
Created: 1/31/2026
Status: Merged
Merged: 1/31/2026
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • bc378bc rotate gold sponsor order periodically (#5114)
  • 36718d8 server: add client registry with dashboard support (#5115)
  • a4175a2 update release notes (#5116)
  • 479e9f5 web/frpc: refactor dashboard with improved structure and API layer (#5117)
  • 1245f88 server: replace client metadata with IP address in registry (#5118)
  • 3370bd5 udp: fix proxy protocol header sent on every packet instead of first packet only (#5119)
  • ed13141 refactor: separate API handlers into dedicated packages with improved HTTP utilities (#5127)
  • fb2c98e rotate gold sponsor
  • 5dd70ac refactor: move web embeds to web/ directory (#5139)
  • 266c492 web/frps: add detailed client and proxy views with enhanced tracking (#5144)

📊 Changes

124 files changed (+20426 additions, -7616 deletions)

View changed files

📝 .circleci/config.yml (+8 -0)
📝 .github/workflows/golangci-lint.yml (+9 -0)
📝 .github/workflows/goreleaser.yml (+10 -2)
📝 Makefile (+12 -9)
📝 README.md (+10 -19)
📝 README_zh.md (+10 -18)
📝 Release.md (+3 -8)
📝 assets/assets.go (+1 -1)
assets/frpc/static/favicon.ico (+0 -0)
assets/frpc/static/index-bLBhaJo8.js (+0 -42)
assets/frpc/static/index-iuf46MlF.css (+0 -1)
assets/frpc/static/index.html (+0 -15)
assets/frps/embed.go (+0 -14)
assets/frps/static/favicon.ico (+0 -0)
assets/frps/static/index-82-40HIG.js (+0 -84)
assets/frps/static/index-rzPDshRD.css (+0 -1)
assets/frps/static/index.html (+0 -15)
📝 client/admin_api.go (+28 -216)
client/api/controller.go (+189 -0)
client/api/types.go (+29 -0)

...and 80 more files

📄 Description

WHY


🔄 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/5147 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`bc378bc`](https://github.com/fatedier/frp/commit/bc378bcbec9f7ce5fbb7bcd34252d75382bdb4d8) rotate gold sponsor order periodically (#5114) - [`36718d8`](https://github.com/fatedier/frp/commit/36718d88e4e832cd4b03deb03d7cc3e1538b6846) server: add client registry with dashboard support (#5115) - [`a4175a2`](https://github.com/fatedier/frp/commit/a4175a259592bbca549117b2d020f3e66144f953) update release notes (#5116) - [`479e9f5`](https://github.com/fatedier/frp/commit/479e9f50c2f7c94d2a7c875c4bdf2cac4ba2cec0) web/frpc: refactor dashboard with improved structure and API layer (#5117) - [`1245f88`](https://github.com/fatedier/frp/commit/1245f8804e6e48277d6a5dec701c45b7c76c185b) server: replace client metadata with IP address in registry (#5118) - [`3370bd5`](https://github.com/fatedier/frp/commit/3370bd53f520a5b86dd04ac16b6553c28269fb79) udp: fix proxy protocol header sent on every packet instead of first packet only (#5119) - [`ed13141`](https://github.com/fatedier/frp/commit/ed13141c5692c88f3850dcb62db1ecc16e81496c) refactor: separate API handlers into dedicated packages with improved HTTP utilities (#5127) - [`fb2c98e`](https://github.com/fatedier/frp/commit/fb2c98e87b9d94a5ae7f58e977f4da048a4f442a) rotate gold sponsor - [`5dd70ac`](https://github.com/fatedier/frp/commit/5dd70ace6b0be6786a1212fa8edb07ea64a9c281) refactor: move web embeds to web/ directory (#5139) - [`266c492`](https://github.com/fatedier/frp/commit/266c492b5d2af900176ea57beff4f1f0c98bafbb) web/frps: add detailed client and proxy views with enhanced tracking (#5144) ### 📊 Changes **124 files changed** (+20426 additions, -7616 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+8 -0) 📝 `.github/workflows/golangci-lint.yml` (+9 -0) 📝 `.github/workflows/goreleaser.yml` (+10 -2) 📝 `Makefile` (+12 -9) 📝 `README.md` (+10 -19) 📝 `README_zh.md` (+10 -18) 📝 `Release.md` (+3 -8) 📝 `assets/assets.go` (+1 -1) ➖ `assets/frpc/static/favicon.ico` (+0 -0) ➖ `assets/frpc/static/index-bLBhaJo8.js` (+0 -42) ➖ `assets/frpc/static/index-iuf46MlF.css` (+0 -1) ➖ `assets/frpc/static/index.html` (+0 -15) ➖ `assets/frps/embed.go` (+0 -14) ➖ `assets/frps/static/favicon.ico` (+0 -0) ➖ `assets/frps/static/index-82-40HIG.js` (+0 -84) ➖ `assets/frps/static/index-rzPDshRD.css` (+0 -1) ➖ `assets/frps/static/index.html` (+0 -15) 📝 `client/admin_api.go` (+28 -216) ➕ `client/api/controller.go` (+189 -0) ➕ `client/api/types.go` (+29 -0) _...and 80 more files_ </details> ### 📄 Description ### WHY <!-- author to complete --> --- <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:55:36 -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#5148
No description provided.