mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4999] [MERGED] bump version #5097
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#5097
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/4999
Author: @fatedier
Created: 9/25/2025
Status: ✅ Merged
Merged: 9/25/2025
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
024c334Merge pull request #4928 from fatedier/xtcp14253afremove quotes (#4938)80d3f33xtcp: add configuration to disable assisted addresses in NAT traversal (#4951)610e5edimprove yamux logging (#4952)604700cupdate README (#4957)0a798a7update go version to 1.24 (#4960)7cfa546add proxy name label to the proxy_count prometheus metric (#4985)abf4942auth: enhance OIDC client with TLS and proxy configuration options (#4990)6561107chore: fix struct field name in comment (#4993)b642a63update sponsors info (#4997)📊 Changes
27 files changed (+328 additions, -70 deletions)
View changed files
📝
.circleci/config.yml(+1 -1)📝
.github/workflows/golangci-lint.yml(+1 -1)📝
.github/workflows/goreleaser.yml(+1 -1)📝
README.md(+9 -2)📝
README_zh.md(+24 -0)📝
Release.md(+3 -5)📝
client/connector.go(+2 -2)📝
client/control.go(+2 -0)📝
client/proxy/xtcp.go(+9 -1)📝
client/service.go(+7 -1)📝
client/visitor/xtcp.go(+32 -27)📝
conf/frpc_full_example.toml(+29 -0)📝
dockerfiles/Dockerfile-for-frpc(+1 -1)📝
dockerfiles/Dockerfile-for-frps(+1 -1)📝
go.mod(+2 -2)📝
go.sum(+2 -2)📝
pkg/auth/auth.go(+7 -4)📝
pkg/auth/oidc.go(+68 -3)📝
pkg/config/v1/client.go(+11 -0)📝
pkg/config/v1/common.go(+10 -2)...and 7 more files
📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.