mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5287] [MERGED] bump version to v0.68.1 #5231
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:dev📝 Commits (9)
c694b1fbump pion/stun to v3 to fix vulnerability (#5245)76abeffci: remove security vulnerability scan workflow (#5266)98ee1adclient: close TCP connection when fmux session creation fails (#5262)061c141update README.md (#5267)31e2719test/e2e: allocate dynamic ports outside whitelist ranges in server whitelist test (#5268)31c3debdeps: bump golib to v0.6.0 (#5269)d667be7update architecture pic (#5270)a9a4416vhost/http: fix auth bypass when routeByHTTPUser is used with proxy-style requests (#5285)e8dfd6eweb/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.