[PR #4999] [MERGED] bump version #5097

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

📋 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: masterHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/4999 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`024c334`](https://github.com/fatedier/frp/commit/024c334d9dcf47ac4d69099c1ef658b6468d6b48) Merge pull request #4928 from fatedier/xtcp - [`14253af`](https://github.com/fatedier/frp/commit/14253afe2f5deb66cddbd9a0aac37dd31ace7d29) remove quotes (#4938) - [`80d3f33`](https://github.com/fatedier/frp/commit/80d3f332e184331172f94567b6f5f5606aa4fe18) xtcp: add configuration to disable assisted addresses in NAT traversal (#4951) - [`610e5ed`](https://github.com/fatedier/frp/commit/610e5ed4798db5452cc0b62bf4a89ab50d1ee65d) improve yamux logging (#4952) - [`604700c`](https://github.com/fatedier/frp/commit/604700cea5e56b0a607f3e243bd85850824b495b) update README (#4957) - [`0a798a7`](https://github.com/fatedier/frp/commit/0a798a7a69adf3ccad352644b01c97763567be70) update go version to 1.24 (#4960) - [`7cfa546`](https://github.com/fatedier/frp/commit/7cfa546b55ee485240c3a713b01a4923ee6b714c) add proxy name label to the proxy_count prometheus metric (#4985) - [`abf4942`](https://github.com/fatedier/frp/commit/abf4942e8a48dacf3689982d41c23a0bfc3470a9) auth: enhance OIDC client with TLS and proxy configuration options (#4990) - [`6561107`](https://github.com/fatedier/frp/commit/6561107945b8bbfaccfa2dc0beab0444ce6a1afe) chore: fix struct field name in comment (#4993) - [`b642a63`](https://github.com/fatedier/frp/commit/b642a6323cf504ed555cdb984cc1ce731cfba42f) update sponsors info (#4997) ### 📊 Changes **27 files changed** (+328 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </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:54:38 -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#5097
No description provided.