mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4925] [MERGED] bump version #5076
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#5076
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/4925
Author: @fatedier
Created: 8/10/2025
Status: ✅ Merged
Merged: 8/10/2025
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (8)
61330d4Update quic-go dependency from v0.48.2 to v0.53.0 (#4862)f9065a6add tokenSource support for auth configuration (#4865)c3bf952fix webserver port not being released on frpc svr.Close() (#4896)7fe295fupdate golangci-lint version (#4897)e6dacf3Fix SSH tunnel gateway binding address issue #4900 (#4902)dc3bc91update sponsor info (#4917)024e4f5improve random TLS certificate generation (#4923)f795950bump version to v0.64.0 (#4924)📊 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.