[PR #4092] [MERGED] bump v0.56.0 #4918

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

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


📝 Commits (10+)

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

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/4092 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`86c2ad7`](https://github.com/fatedier/frp/commit/86c2ad78c859bc2172404d7327336bab230b8660) disable quic-go's receive buffer warning (#4063) - [`fa977c8`](https://github.com/fatedier/frp/commit/fa977c839f0863f2dd4b7ce560552d85a6fff777) fix daily log rotate (#4066) - [`8383d52`](https://github.com/fatedier/frp/commit/8383d528d982fdb746e939dfb9d170b53ef93f7b) disable quic-go's ECN support by default (#4069) - [`3585f5c`](https://github.com/fatedier/frp/commit/3585f5c0c08a23cc840df1c16e4deb8c4ad719b9) support range ports mapping by go template (#4073) - [`acf33db`](https://github.com/fatedier/frp/commit/acf33db4e4b6c9cf9182d93280299010637b6324) update release notes (#4074) - [`002831e`](https://github.com/fatedier/frp/commit/002831ea823edfa2ab3695b3f4fc0404979bcedf) add doc for port range mapping (#4081) - [`bc5fb91`](https://github.com/fatedier/frp/commit/bc5fb91c055eb1befdad5d5051c91290fab3d816) add header for http healthcheck (#4085) - [`c08be0f`](https://github.com/fatedier/frp/commit/c08be0fd926f46f1f5fd9b2105b9ba3753522548) update release notes (#4086) - [`b36f383`](https://github.com/fatedier/frp/commit/b36f3834eb5cefbd25c85777df9b362ddc6c2820) use math/rand/v2 (#4020) - [`f16ef00`](https://github.com/fatedier/frp/commit/f16ef0097565f4835fb1fd04074c9310fa22a30b) set CompatibilityMode for android (#4091) ### 📊 Changes **32 files changed** (+317 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </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:51:13 -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#4918
No description provided.