[PR #5287] [MERGED] bump version to v0.68.1 #5231

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5287
Author: @fatedier
Created: 4/13/2026
Status: Merged
Merged: 4/13/2026
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (9)

  • c694b1f bump pion/stun to v3 to fix vulnerability (#5245)
  • 76abeff ci: remove security vulnerability scan workflow (#5266)
  • 98ee1ad client: close TCP connection when fmux session creation fails (#5262)
  • 061c141 update README.md (#5267)
  • 31e2719 test/e2e: allocate dynamic ports outside whitelist ranges in server whitelist test (#5268)
  • 31c3deb deps: bump golib to v0.6.0 (#5269)
  • d667be7 update architecture pic (#5270)
  • a9a4416 vhost/http: fix auth bypass when routeByHTTPUser is used with proxy-style requests (#5285)
  • e8dfd6e web/frpc: use static imports for proxy and visitor route components (#5286)

📊 Changes

19 files changed (+420 additions, -240 deletions)

View changed files

📝 README.md (+28 -12)
📝 README_zh.md (+10 -10)
📝 Release.md (+2 -9)
📝 client/connector.go (+1 -0)
doc/pic/architecture.jpg (+0 -0)
doc/pic/architecture.png (+0 -0)
📝 go.mod (+16 -16)
📝 go.sum (+34 -71)
📝 pkg/nathole/discovery.go (+1 -1)
📝 pkg/nathole/utils.go (+1 -1)
📝 pkg/util/version/version.go (+1 -1)
📝 pkg/util/vhost/http.go (+41 -22)
pkg/util/vhost/http_test.go (+102 -0)
📝 test/e2e/framework/framework.go (+25 -0)
📝 test/e2e/legacy/basic/server.go (+8 -6)
📝 test/e2e/v1/basic/http.go (+73 -0)
📝 test/e2e/v1/basic/server.go (+8 -6)
📝 web/frpc/src/router/index.ts (+8 -4)
📝 web/package-lock.json (+61 -81)

📄 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/5287 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/13/2026 **Status:** ✅ Merged **Merged:** 4/13/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (9) - [`c694b1f`](https://github.com/fatedier/frp/commit/c694b1f6a9f33178aab7b68333c4a6c7a386770a) bump pion/stun to v3 to fix vulnerability (#5245) - [`76abeff`](https://github.com/fatedier/frp/commit/76abeff8812b7f10a609e625be66671bee394508) ci: remove security vulnerability scan workflow (#5266) - [`98ee1ad`](https://github.com/fatedier/frp/commit/98ee1adb13e4962cfe40aaa8fa2048d099e0b2b3) client: close TCP connection when fmux session creation fails (#5262) - [`061c141`](https://github.com/fatedier/frp/commit/061c141756e2328b3b847e0b8367ba14e4e20e66) update README.md (#5267) - [`31e2719`](https://github.com/fatedier/frp/commit/31e271939b7b494396c1fb35f560a641968d4025) test/e2e: allocate dynamic ports outside whitelist ranges in server whitelist test (#5268) - [`31c3deb`](https://github.com/fatedier/frp/commit/31c3deb4f7c31a59e37b5fc0b8e6f2523ac531ec) deps: bump golib to v0.6.0 (#5269) - [`d667be7`](https://github.com/fatedier/frp/commit/d667be7a0a4c6fb62185461f5ebeeac3ede1cb30) update architecture pic (#5270) - [`a9a4416`](https://github.com/fatedier/frp/commit/a9a4416ecf20a1d90515cbc366c006db0db5b5fa) vhost/http: fix auth bypass when routeByHTTPUser is used with proxy-style requests (#5285) - [`e8dfd6e`](https://github.com/fatedier/frp/commit/e8dfd6efcccded4affeee9bb25f542c8280edf6e) web/frpc: use static imports for proxy and visitor route components (#5286) ### 📊 Changes **19 files changed** (+420 additions, -240 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+28 -12) 📝 `README_zh.md` (+10 -10) 📝 `Release.md` (+2 -9) 📝 `client/connector.go` (+1 -0) ➕ `doc/pic/architecture.jpg` (+0 -0) ➖ `doc/pic/architecture.png` (+0 -0) 📝 `go.mod` (+16 -16) 📝 `go.sum` (+34 -71) 📝 `pkg/nathole/discovery.go` (+1 -1) 📝 `pkg/nathole/utils.go` (+1 -1) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `pkg/util/vhost/http.go` (+41 -22) ➕ `pkg/util/vhost/http_test.go` (+102 -0) 📝 `test/e2e/framework/framework.go` (+25 -0) 📝 `test/e2e/legacy/basic/server.go` (+8 -6) 📝 `test/e2e/v1/basic/http.go` (+73 -0) 📝 `test/e2e/v1/basic/server.go` (+8 -6) 📝 `web/frpc/src/router/index.ts` (+8 -4) 📝 `web/package-lock.json` (+61 -81) </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:57:09 -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#5231
No description provided.