mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4849] [MERGED] bump version #5059
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#5059
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/4849
Author: @fatedier
Created: 6/25/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (7)
c99986fbuild: add x64 openbsd (#4780)077ba80fix: type error in server_plugin doc (#4799)8eb525afeat: support YAML merge in strict configuration mode (#4809)3fa76b7add proxy protocol support for UDP proxies (#4810)720c09cupdate test package (#4814)43cf168update golangci-lint version (#4817)c777891update .golangci.yml (#4848)📊 Changes
39 files changed (+664 additions, -279 deletions)
View changed files
📝
.github/workflows/golangci-lint.yml(+2 -8)📝
.github/workflows/stale.yml(+1 -1)📝
.gitignore(+3 -0)📝
.golangci.yml(+92 -119)📝
Makefile.cross-compiles(+1 -1)📝
README.md(+1 -1)📝
Release.md(+3 -2)📝
client/proxy/proxy.go(+4 -20)📝
client/proxy/sudp.go(+1 -1)📝
client/proxy/udp.go(+3 -1)📝
client/service.go(+3 -4)📝
doc/server_plugin.md(+1 -1)📝
go.mod(+8 -8)📝
go.sum(+18 -14)📝
hack/run-e2e.sh(+3 -3)📝
package.sh(+1 -1)📝
pkg/config/legacy/client.go(+2 -5)📝
pkg/config/legacy/conversion.go(+22 -22)📝
pkg/config/legacy/proxy.go(+1 -1)📝
pkg/config/load.go(+32 -2)...and 19 more files
📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.