[PR #4205] [MERGED] bump version #4945

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

48 files changed (+493 additions, -243 deletions)

View changed files

📝 .golangci.yml (+1 -5)
📝 Makefile.cross-compiles (+22 -10)
📝 README.md (+11 -5)
📝 README_zh.md (+6 -5)
📝 Release.md (+9 -2)
📝 assets/frps/static/index-82-40HIG.js (+16 -16)
📝 assets/frps/static/index.html (+1 -1)
📝 client/admin_api.go (+1 -1)
📝 client/connector.go (+17 -17)
📝 client/control.go (+3 -9)
📝 client/proxy/proxy.go (+3 -3)
📝 client/service.go (+20 -7)
📝 conf/frpc_full_example.toml (+1 -0)
📝 go.mod (+3 -3)
📝 go.sum (+6 -6)
📝 package.sh (+42 -35)
📝 pkg/config/v1/client.go (+8 -2)
📝 pkg/config/v1/proxy.go (+3 -0)
📝 pkg/config/v1/server.go (+6 -1)
📝 pkg/msg/msg.go (+1 -0)

...and 28 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/4205 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ba937e9`](https://github.com/fatedier/frp/commit/ba937e9fbf4e5a28e7f3280aa596eae79ab4d247) update README (#4139) - [`e52727e`](https://github.com/fatedier/frp/commit/e52727e01c11cebdd08eb7e2f6a4509874e6ad13) update golib (#4142) - [`07946e9`](https://github.com/fatedier/frp/commit/07946e9752a5f829d1bb5cdf6cfbaeef906f278f) fix: revert gorilla/websocket from 1.5.1 to 1.5.0 (#4149) - [`dd7e2e8`](https://github.com/fatedier/frp/commit/dd7e2e84737dc4a78b311d8b53ccfc66a26e09d8) return 504 instead of 404 for proxy type http request timeout (#4151) - [`f3a71bc`](https://github.com/fatedier/frp/commit/f3a71bc08f0e606ff407638a34ddf09ecffe2364) show tcpmux proxies on the frps dashboard (#4152) - [`2626d6e`](https://github.com/fatedier/frp/commit/2626d6ed926745a6dda4301ceee79d00d44f696c) support linux/arm v6 (#4154) - [`885278c`](https://github.com/fatedier/frp/commit/885278c045d6d7c865f0e7e5937f86057ce22b33) README add releated projects (#4167) - [`eaae212`](https://github.com/fatedier/frp/commit/eaae212d2d1b17360754afd9432c21640f15c832) Makefile.cross-compiles: Fix softfloat flag not being honored for mipsle. (#4176) - [`c1893ee`](https://github.com/fatedier/frp/commit/c1893ee1b45278215c70b2852ededcde126da6d1) adjust arm compilation configuration (#4181) - [`4059690`](https://github.com/fatedier/frp/commit/405969085fb6b5c8058c88ca250e930ba6092153) client: add StatusExporter in service (#4182) ### 📊 Changes **48 files changed** (+493 additions, -243 deletions) <details> <summary>View changed files</summary> 📝 `.golangci.yml` (+1 -5) 📝 `Makefile.cross-compiles` (+22 -10) 📝 `README.md` (+11 -5) 📝 `README_zh.md` (+6 -5) 📝 `Release.md` (+9 -2) 📝 `assets/frps/static/index-82-40HIG.js` (+16 -16) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `client/admin_api.go` (+1 -1) 📝 `client/connector.go` (+17 -17) 📝 `client/control.go` (+3 -9) 📝 `client/proxy/proxy.go` (+3 -3) 📝 `client/service.go` (+20 -7) 📝 `conf/frpc_full_example.toml` (+1 -0) 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -6) 📝 `package.sh` (+42 -35) 📝 `pkg/config/v1/client.go` (+8 -2) 📝 `pkg/config/v1/proxy.go` (+3 -0) 📝 `pkg/config/v1/server.go` (+6 -1) 📝 `pkg/msg/msg.go` (+1 -0) _...and 28 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:51:46 -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#4945
No description provided.