[PR #4056] [MERGED] bump version #4902

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4056
Author: @fatedier
Created: 3/12/2024
Status: Merged
Merged: 3/12/2024
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • cf025d6 Update README.md - add note for public purpose (#3971)
  • 2af2cf7 Updated readme for the HTTP Proxy (#3999)
  • 9152c59 fix nil map error when using plugin headers in legacy format (#3996)
  • 3529158 proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000)
  • dc34a68 support go1.22 and drop support for go1.20 (#4001)
  • 2f958c2 bump quic-go to 0.41.0 (#4002)
  • 4957fd2 display go version in make (#4003)
  • 518ca2c ReverseProxy: use Rewrite to replace Director (#4005)
  • adb04e8 bump pion/stun to v2 (#4006)
  • b6361fb use go built-in min & max functions to replace lo.Min and lo.Max (#4007)

📊 Changes

108 files changed (+891 additions, -927 deletions)

View changed files

📝 .circleci/config.yml (+5 -14)
📝 .github/workflows/build-and-push-image.yml (+6 -6)
📝 .github/workflows/golangci-lint.yml (+21 -20)
📝 .github/workflows/goreleaser.yml (+4 -4)
📝 .golangci.yml (+1 -1)
📝 Makefile (+5 -2)
📝 README.md (+8 -4)
📝 README_zh.md (+4 -2)
📝 Release.md (+6 -5)
assets/frps/static/index-1gecbKzv.js (+0 -84)
assets/frps/static/index-Lf6B06jY.css (+0 -1)
assets/frps/static/index-Q42Pu2_S.js (+84 -0)
assets/frps/static/index-rzPDshRD.css (+1 -0)
📝 assets/frps/static/index.html (+2 -2)
📝 client/admin_api.go (+24 -26)
📝 client/connector.go (+3 -3)
📝 client/control.go (+13 -13)
📝 client/health/health.go (+4 -4)
📝 client/proxy/proxy.go (+9 -9)
📝 client/proxy/proxy_manager.go (+2 -2)

...and 80 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/4056 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/12/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`cf025d6`](https://github.com/fatedier/frp/commit/cf025d63207b4a2872ba946dc32ab56b3f98053a) Update README.md - add note for public purpose (#3971) - [`2af2cf7`](https://github.com/fatedier/frp/commit/2af2cf7dbd7482906c0d78efb243a47b7670c773) Updated readme for the HTTP Proxy (#3999) - [`9152c59`](https://github.com/fatedier/frp/commit/9152c595708fa9b8bb61473b3aec139ebda84c10) fix nil map error when using plugin headers in legacy format (#3996) - [`3529158`](https://github.com/fatedier/frp/commit/3529158f312777986c83640355a901fa04f83396) proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000) - [`dc34a68`](https://github.com/fatedier/frp/commit/dc34a68542b8566ce22de983dd890428922838fc) support go1.22 and drop support for go1.20 (#4001) - [`2f958c2`](https://github.com/fatedier/frp/commit/2f958c20955cda65a7391e26412b34983531d89d) bump quic-go to 0.41.0 (#4002) - [`4957fd2`](https://github.com/fatedier/frp/commit/4957fd23eed324ba3a2b6087dd74461d6d68bb87) display go version in make (#4003) - [`518ca2c`](https://github.com/fatedier/frp/commit/518ca2ceb275706a0b6a4a8b6954837fae587c0a) ReverseProxy: use Rewrite to replace Director (#4005) - [`adb04e8`](https://github.com/fatedier/frp/commit/adb04e81e737a7d05e132e68a439d56874c4b32d) bump pion/stun to v2 (#4006) - [`b6361fb`](https://github.com/fatedier/frp/commit/b6361fb143c727cdf034ccebb4068e4f2117899c) use go built-in min & max functions to replace lo.Min and lo.Max (#4007) ### 📊 Changes **108 files changed** (+891 additions, -927 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+5 -14) 📝 `.github/workflows/build-and-push-image.yml` (+6 -6) 📝 `.github/workflows/golangci-lint.yml` (+21 -20) 📝 `.github/workflows/goreleaser.yml` (+4 -4) 📝 `.golangci.yml` (+1 -1) 📝 `Makefile` (+5 -2) 📝 `README.md` (+8 -4) 📝 `README_zh.md` (+4 -2) 📝 `Release.md` (+6 -5) ➖ `assets/frps/static/index-1gecbKzv.js` (+0 -84) ➖ `assets/frps/static/index-Lf6B06jY.css` (+0 -1) ➕ `assets/frps/static/index-Q42Pu2_S.js` (+84 -0) ➕ `assets/frps/static/index-rzPDshRD.css` (+1 -0) 📝 `assets/frps/static/index.html` (+2 -2) 📝 `client/admin_api.go` (+24 -26) 📝 `client/connector.go` (+3 -3) 📝 `client/control.go` (+13 -13) 📝 `client/health/health.go` (+4 -4) 📝 `client/proxy/proxy.go` (+9 -9) 📝 `client/proxy/proxy_manager.go` (+2 -2) _...and 80 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:50:54 -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#4902
No description provided.