[PR #4392] [MERGED] bump version #4973

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4392
Author: @fatedier
Created: 8/19/2024
Status: Merged
Merged: 8/19/2024
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (7)

  • 69cc422 client plugin: added plugin tls2raw (#4341)
  • e804519 Fix loginFailExit = false bug (#4354)
  • ae73ec2 added a 30s timeout for frpc subcommands to avoid long delays (#4359)
  • f1fb2d7 update .github/FUNDING.yml (#4365)
  • d47e138 bump templexxx/cpu version and add support for linux/loong64 (#4367)
  • 2dcdb24 replace github.com/templexxx/xorsimd to the new version (#4373)
  • 03c8d7b bump kcp-go to add linux/loong64 support (#4384)

📊 Changes

33 files changed (+272 additions, -132 deletions)

View changed files

📝 .github/FUNDING.yml (+1 -1)
📝 .golangci.yml (+1 -0)
📝 Makefile.cross-compiles (+1 -1)
📝 README.md (+0 -5)
📝 README_zh.md (+0 -5)
📝 Release.md (+4 -4)
📝 client/proxy/proxy.go (+1 -1)
📝 client/service.go (+9 -8)
📝 cmd/frpc/sub/admin.go (+27 -19)
📝 conf/frpc_full_example.toml (+10 -0)
📝 go.mod (+3 -4)
📝 go.sum (+8 -8)
📝 package.sh (+1 -1)
📝 pkg/config/v1/plugin.go (+11 -0)
📝 pkg/config/v1/validation/plugin.go (+9 -0)
📝 pkg/plugin/client/http2http.go (+4 -1)
📝 pkg/plugin/client/http2https.go (+2 -1)
📝 pkg/plugin/client/http_proxy.go (+2 -1)
📝 pkg/plugin/client/https2http.go (+3 -21)
📝 pkg/plugin/client/https2https.go (+3 -21)

...and 13 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/4392 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/19/2024 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (7) - [`69cc422`](https://github.com/fatedier/frp/commit/69cc422edf695a7f1f524e427fa175aee79ac3e3) client plugin: added plugin tls2raw (#4341) - [`e804519`](https://github.com/fatedier/frp/commit/e8045194cd133b0981ad7ab781095e9ba76795cf) Fix loginFailExit = false bug (#4354) - [`ae73ec2`](https://github.com/fatedier/frp/commit/ae73ec2fedc13cc2c44039dabba719a318221be5) added a 30s timeout for frpc subcommands to avoid long delays (#4359) - [`f1fb2d7`](https://github.com/fatedier/frp/commit/f1fb2d721a901cd1e91368f0a5f8b9618bb530c3) update .github/FUNDING.yml (#4365) - [`d47e138`](https://github.com/fatedier/frp/commit/d47e138bc9d181b1ec1550787f3ebcb145220d9b) bump templexxx/cpu version and add support for linux/loong64 (#4367) - [`2dcdb24`](https://github.com/fatedier/frp/commit/2dcdb24cc4a0792a5e75527d43ccb8fd2e40da92) replace github.com/templexxx/xorsimd to the new version (#4373) - [`03c8d7b`](https://github.com/fatedier/frp/commit/03c8d7bf962bbc536a021fc7710da2307701b1b5) bump kcp-go to add linux/loong64 support (#4384) ### 📊 Changes **33 files changed** (+272 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `.github/FUNDING.yml` (+1 -1) 📝 `.golangci.yml` (+1 -0) 📝 `Makefile.cross-compiles` (+1 -1) 📝 `README.md` (+0 -5) 📝 `README_zh.md` (+0 -5) 📝 `Release.md` (+4 -4) 📝 `client/proxy/proxy.go` (+1 -1) 📝 `client/service.go` (+9 -8) 📝 `cmd/frpc/sub/admin.go` (+27 -19) 📝 `conf/frpc_full_example.toml` (+10 -0) 📝 `go.mod` (+3 -4) 📝 `go.sum` (+8 -8) 📝 `package.sh` (+1 -1) 📝 `pkg/config/v1/plugin.go` (+11 -0) 📝 `pkg/config/v1/validation/plugin.go` (+9 -0) 📝 `pkg/plugin/client/http2http.go` (+4 -1) 📝 `pkg/plugin/client/http2https.go` (+2 -1) 📝 `pkg/plugin/client/http_proxy.go` (+2 -1) 📝 `pkg/plugin/client/https2http.go` (+3 -21) 📝 `pkg/plugin/client/https2https.go` (+3 -21) _...and 13 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:52:15 -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#4973
No description provided.