mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4092] [MERGED] bump v0.56.0 #4918
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#4918
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/4092
Author: @fatedier
Created: 3/21/2024
Status: ✅ Merged
Merged: 3/21/2024
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
86c2ad7disable quic-go's receive buffer warning (#4063)fa977c8fix daily log rotate (#4066)8383d52disable quic-go's ECN support by default (#4069)3585f5csupport range ports mapping by go template (#4073)acf33dbupdate release notes (#4074)002831eadd doc for port range mapping (#4081)bc5fb91add header for http healthcheck (#4085)c08be0fupdate release notes (#4086)b36f383use math/rand/v2 (#4020)f16ef00set CompatibilityMode for android (#4091)📊 Changes
32 files changed (+317 additions, -57 deletions)
View changed files
📝
.github/workflows/golangci-lint.yml(+1 -1)📝
.golangci.yml(+9 -18)📝
Makefile.cross-compiles(+1 -1)📝
README.md(+19 -0)📝
Release.md(+25 -1)📝
client/health/health.go(+10 -2)📝
client/service.go(+7 -0)📝
cmd/frpc/main.go(+2 -0)📝
cmd/frps/main.go(+2 -3)📝
conf/frpc_full_example.toml(+4 -0)📝
go.mod(+1 -1)📝
go.sum(+2 -2)📝
pkg/config/load.go(+4 -1)➕
pkg/config/template.go(+52 -0)📝
pkg/config/v1/common.go(+5 -0)📝
pkg/config/v1/proxy.go(+3 -0)📝
pkg/nathole/nathole.go(+3 -3)📝
pkg/util/net/dns.go(+2 -2)➕
pkg/util/system/system.go(+22 -0)➕
pkg/util/system/system_android.go(+66 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.