[PR #3146] [MERGED] bump version #4688

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

128 files changed (+1250 additions, -1561 deletions)

View changed files

📝 .circleci/config.yml (+4 -2)
📝 .github/workflows/build-and-push-image.yml (+2 -2)
.github/workflows/golangci-lint.yml (+41 -0)
📝 .github/workflows/goreleaser.yml (+1 -1)
.golangci.yml (+140 -0)
📝 Makefile.cross-compiles (+1 -1)
📝 README.md (+3 -14)
📝 README_zh.md (+0 -11)
📝 Release.md (+2 -7)
📝 client/admin.go (+5 -3)
📝 client/admin_api.go (+5 -7)
📝 client/control.go (+19 -26)
📝 client/event/event.go (+2 -11)
📝 client/health/health.go (+5 -7)
📝 client/proxy/proxy.go (+40 -28)
📝 client/proxy/proxy_manager.go (+5 -7)
📝 client/proxy/proxy_wrapper.go (+9 -9)
📝 client/service.go (+17 -9)
📝 client/visitor.go (+21 -20)
📝 client/visitor_manager.go (+4 -7)

...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/3146 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/26/2022 **Status:** ✅ Merged **Merged:** 10/26/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6f25719`](https://github.com/fatedier/frp/commit/6f2571980c2688cbfd5ed0bf2a0cbf753d3352c6) [client] Fixed a bug where service loops reconnection after disconnection.service is shut down and can not exit goroutine (#3012) - [`1bc899e`](https://github.com/fatedier/frp/commit/1bc899ec12cd9dae74f695e122c7ebebcb7a6dcb) [client] Remove redundant function parameters (#3016) - [`3e721d1`](https://github.com/fatedier/frp/commit/3e721d122b2d5b33fdb90be279fcec2568ff14be) Update README.md (#3062) - [`f4e4fbe`](https://github.com/fatedier/frp/commit/f4e4fbea62096710f1f228be46ca42f4fee54951) Add support for riscv64 (#3071) - [`9d077b0`](https://github.com/fatedier/frp/commit/9d077b02cfd6967d0f2aa06f5f65cc3239bbac3f) lint by golangci-lint (#3080) - [`ba492f0`](https://github.com/fatedier/frp/commit/ba492f07c36dd7b7f479c15ebae4ac7354e6e7a7) chore: remove duplicate word in comments (#3081) - [`6ecc97c`](https://github.com/fatedier/frp/commit/6ecc97c8571df002dd7cf42522e3f2ce9de9a14d) update deps (#3094) - [`6a71d71`](https://github.com/fatedier/frp/commit/6a71d71e587357521b2f8002f7c78f79c1c8e609) improve not found response (#3121) - [`3fbe6b6`](https://github.com/fatedier/frp/commit/3fbe6b659ea4a55459f0533735af0c4b27cd3f8f) adjust sponsors (#3136) - [`cf66ca1`](https://github.com/fatedier/frp/commit/cf66ca10b4f318eacaf59733909902172a2ba4f0) improve http group load balancing (#3131) ### 📊 Changes **128 files changed** (+1250 additions, -1561 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+4 -2) 📝 `.github/workflows/build-and-push-image.yml` (+2 -2) ➕ `.github/workflows/golangci-lint.yml` (+41 -0) 📝 `.github/workflows/goreleaser.yml` (+1 -1) ➕ `.golangci.yml` (+140 -0) 📝 `Makefile.cross-compiles` (+1 -1) 📝 `README.md` (+3 -14) 📝 `README_zh.md` (+0 -11) 📝 `Release.md` (+2 -7) 📝 `client/admin.go` (+5 -3) 📝 `client/admin_api.go` (+5 -7) 📝 `client/control.go` (+19 -26) 📝 `client/event/event.go` (+2 -11) 📝 `client/health/health.go` (+5 -7) 📝 `client/proxy/proxy.go` (+40 -28) 📝 `client/proxy/proxy_manager.go` (+5 -7) 📝 `client/proxy/proxy_wrapper.go` (+9 -9) 📝 `client/service.go` (+17 -9) 📝 `client/visitor.go` (+21 -20) 📝 `client/visitor_manager.go` (+4 -7) _...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:46:49 -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#4688
No description provided.