[PR #4925] [MERGED] bump version #5076

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4925
Author: @fatedier
Created: 8/10/2025
Status: Merged
Merged: 8/10/2025
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (8)

📊 Changes

30 files changed (+901 additions, -55 deletions)

View changed files

📝 .github/workflows/golangci-lint.yml (+1 -11)
📝 .golangci.yml (+3 -0)
📝 README.md (+32 -0)
📝 Release.md (+5 -2)
📝 client/connector.go (+1 -1)
📝 client/service.go (+12 -3)
📝 client/visitor/xtcp.go (+1 -1)
📝 cmd/frpc/sub/nathole.go (+4 -1)
📝 cmd/frpc/sub/proxy.go (+8 -2)
📝 cmd/frps/root.go (+4 -1)
📝 conf/frpc_full_example.toml (+5 -0)
📝 conf/frps_full_example.toml (+5 -0)
📝 go.mod (+1 -2)
📝 go.sum (+2 -4)
📝 pkg/config/load.go (+6 -2)
📝 pkg/config/v1/client.go (+25 -5)
📝 pkg/config/v1/client_test.go (+71 -1)
📝 pkg/config/v1/server.go (+22 -3)
📝 pkg/config/v1/server_test.go (+71 -1)
📝 pkg/config/v1/validation/client.go (+12 -0)

...and 10 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/4925 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/10/2025 **Status:** ✅ Merged **Merged:** 8/10/2025 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (8) - [`61330d4`](https://github.com/fatedier/frp/commit/61330d4d794180c38d1f8ff7e9024b7f0f69d717) Update quic-go dependency from v0.48.2 to v0.53.0 (#4862) - [`f9065a6`](https://github.com/fatedier/frp/commit/f9065a6a78f91f31ca9522209194346755ac4d87) add tokenSource support for auth configuration (#4865) - [`c3bf952`](https://github.com/fatedier/frp/commit/c3bf952d8f49dfb23ef9dfc430cec1d9dab1c967) fix webserver port not being released on frpc svr.Close() (#4896) - [`7fe295f`](https://github.com/fatedier/frp/commit/7fe295f4f4f8edf7f5b1a8b7452a9f8dec4b85f0) update golangci-lint version (#4897) - [`e6dacf3`](https://github.com/fatedier/frp/commit/e6dacf3a67c127c005f5e7416bf87ec887f47e15) Fix SSH tunnel gateway binding address issue #4900 (#4902) - [`dc3bc91`](https://github.com/fatedier/frp/commit/dc3bc9182c403c897830c0366c720c691df75545) update sponsor info (#4917) - [`024e4f5`](https://github.com/fatedier/frp/commit/024e4f5f1dd0a408f588ce53eecbc0851613f134) improve random TLS certificate generation (#4923) - [`f795950`](https://github.com/fatedier/frp/commit/f795950742a9edb8174cf0cdf97e53eb49865914) bump version to v0.64.0 (#4924) ### 📊 Changes **30 files changed** (+901 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golangci-lint.yml` (+1 -11) 📝 `.golangci.yml` (+3 -0) 📝 `README.md` (+32 -0) 📝 `Release.md` (+5 -2) 📝 `client/connector.go` (+1 -1) 📝 `client/service.go` (+12 -3) 📝 `client/visitor/xtcp.go` (+1 -1) 📝 `cmd/frpc/sub/nathole.go` (+4 -1) 📝 `cmd/frpc/sub/proxy.go` (+8 -2) 📝 `cmd/frps/root.go` (+4 -1) 📝 `conf/frpc_full_example.toml` (+5 -0) 📝 `conf/frps_full_example.toml` (+5 -0) 📝 `go.mod` (+1 -2) 📝 `go.sum` (+2 -4) 📝 `pkg/config/load.go` (+6 -2) 📝 `pkg/config/v1/client.go` (+25 -5) 📝 `pkg/config/v1/client_test.go` (+71 -1) 📝 `pkg/config/v1/server.go` (+22 -3) 📝 `pkg/config/v1/server_test.go` (+71 -1) 📝 `pkg/config/v1/validation/client.go` (+12 -0) _...and 10 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:54:16 -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#5076
No description provided.