[PR #2782] [MERGED] bump version #4622

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2782
Author: @fatedier
Created: 1/26/2022
Status: Merged
Merged: 1/26/2022
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

35 files changed (+513 additions, -530 deletions)

View changed files

📝 README.md (+21 -2)
📝 README_zh.md (+19 -0)
📝 Release.md (+7 -3)
📝 client/admin.go (+11 -9)
📝 client/control.go (+47 -11)
📝 client/proxy/proxy.go (+2 -1)
📝 client/service.go (+29 -3)
📝 conf/frpc_full.ini (+9 -1)
📝 conf/frps_full.ini (+4 -1)
doc/pic/sponsor_doppler.png (+0 -0)
📝 doc/server_plugin.md (+2 -1)
doc/server_plugin_zh.md (+0 -228)
📝 dockerfiles/Dockerfile-for-frpc (+2 -2)
📝 dockerfiles/Dockerfile-for-frps (+2 -2)
📝 go.mod (+1 -7)
📝 go.sum (+21 -16)
📝 pkg/config/client.go (+44 -38)
📝 pkg/config/client_test.go (+28 -27)
📝 pkg/config/server.go (+41 -37)
📝 pkg/config/server_test.go (+32 -30)

...and 15 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/2782 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/26/2022 **Status:** ✅ Merged **Merged:** 1/26/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`bf06e3b`](https://github.com/fatedier/frp/commit/bf06e3b107777a5c200506d8efe52cb323f29142) doc for v2 (#2648) - [`cbdd73b`](https://github.com/fatedier/frp/commit/cbdd73b94f2eec988d553c2916a792d74a55051c) typo - [`05b1ace`](https://github.com/fatedier/frp/commit/05b1ace21fc87d96e330971998859404a65ba572) remove authentication for healthz api (#2672) - [`bbc8b43`](https://github.com/fatedier/frp/commit/bbc8b438d5cf666687866106be97fc88cf7e097f) doc: add local_port for tcpmux example (#2695) - [`032f33f`](https://github.com/fatedier/frp/commit/032f33fe5a6a759745617a79c2c9be7c54c0e45f) update readme add sponsor pic (#2704) - [`0fb6aee`](https://github.com/fatedier/frp/commit/0fb6aeef583c59e2d97fa0cf8e02e39868a0fae7) update sponsor content - [`ea568e8`](https://github.com/fatedier/frp/commit/ea568e8a4fdb979748e4d456e24344eeacc8d275) refactor: refine pkg net utils (#2720) - [`491c1d7`](https://github.com/fatedier/frp/commit/491c1d7dc4ae466478986c3c7dfdc74cc26bc1b2) add new sponsor (#2729) - [`ff7b8b0`](https://github.com/fatedier/frp/commit/ff7b8b0b62d553b614e5cfc597f38991a8447bd3) ISSUE: 2730 Alpine version update for security fixes (#2731) - [`e9775bd`](https://github.com/fatedier/frp/commit/e9775bd70f048f0ca8da8c75bc2fb3deac7b574b) doc: no X-Real-IP in http proxy (#2743) ### 📊 Changes **35 files changed** (+513 additions, -530 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+21 -2) 📝 `README_zh.md` (+19 -0) 📝 `Release.md` (+7 -3) 📝 `client/admin.go` (+11 -9) 📝 `client/control.go` (+47 -11) 📝 `client/proxy/proxy.go` (+2 -1) 📝 `client/service.go` (+29 -3) 📝 `conf/frpc_full.ini` (+9 -1) 📝 `conf/frps_full.ini` (+4 -1) ➕ `doc/pic/sponsor_doppler.png` (+0 -0) 📝 `doc/server_plugin.md` (+2 -1) ➖ `doc/server_plugin_zh.md` (+0 -228) 📝 `dockerfiles/Dockerfile-for-frpc` (+2 -2) 📝 `dockerfiles/Dockerfile-for-frps` (+2 -2) 📝 `go.mod` (+1 -7) 📝 `go.sum` (+21 -16) 📝 `pkg/config/client.go` (+44 -38) 📝 `pkg/config/client_test.go` (+28 -27) 📝 `pkg/config/server.go` (+41 -37) 📝 `pkg/config/server_test.go` (+32 -30) _...and 15 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:45:33 -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#4622
No description provided.