[PR #4700] [MERGED] bump version #5030

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4700
Author: @fatedier
Created: 3/7/2025
Status: Merged
Merged: 3/7/2025
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

35 files changed (+159 additions, -106 deletions)

View changed files

📝 .circleci/config.yml (+1 -1)
📝 .github/workflows/stale.yml (+4 -4)
📝 .golangci.yml (+2 -1)
📝 README.md (+2 -2)
📝 Release.md (+5 -3)
📝 client/event/event.go (+1 -1)
📝 client/proxy/proxy_manager.go (+1 -1)
📝 go.mod (+2 -2)
📝 go.sum (+2 -2)
📝 pkg/config/flags.go (+2 -0)
📝 pkg/config/legacy/client.go (+2 -2)
📝 pkg/config/legacy/server.go (+1 -1)
📝 pkg/config/load.go (+2 -2)
📝 pkg/config/load_test.go (+23 -0)
📝 pkg/msg/ctl.go (+1 -1)
📝 pkg/msg/msg.go (+1 -1)
📝 pkg/plugin/server/http.go (+1 -1)
📝 pkg/plugin/server/manager.go (+5 -5)
📝 pkg/plugin/server/plugin.go (+1 -1)
📝 pkg/plugin/server/types.go (+7 -7)

...and 15 more files

📄 Description

WHY


🔄 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/4700 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`01fed8d`](https://github.com/fatedier/frp/commit/01fed8d1a97dce7d19d520877949f6e19054ee54) Update stale workflow (#4600) - [`092e5d3`](https://github.com/fatedier/frp/commit/092e5d3f94c76f744daed396195e6ca2f322ee96) client, pkg, server, test: replaced 'interface{}' with 'any' (#4611) - [`6542dcd`](https://github.com/fatedier/frp/commit/6542dcd4ed6bf660a142db7634bcc296bd00f8c5) Fix typos (#4615) - [`27db621`](https://github.com/fatedier/frp/commit/27db6217ecda9236f5bc25c65824f1e723810751) frpc: support metadatas and annotations in frpc proxy commands (#4623) - [`450b839`](https://github.com/fatedier/frp/commit/450b8393bc5a06fd1182690b967e8deb0c20b606) Fix goroutine leaks - [`b8d3ace`](https://github.com/fatedier/frp/commit/b8d3ace1139f5bcfee816d9844bba4780d052ba8) Use text/template instead of html/template for config pre-processing (#4656) - [`8b86e14`](https://github.com/fatedier/frp/commit/8b86e1473ca8d180e03b57c2ca50daa6f2880a82) Fix ports not being released on Service.Close() (#4666) - [`e0dd947`](https://github.com/fatedier/frp/commit/e0dd947e6af0bc1116e1120ee422f5a8ab18869d) frps: release resources in service.Close() (#4667) - [`1e8db66`](https://github.com/fatedier/frp/commit/1e8db667434f8f43cd60c16e9a6d694e9bd6e420) update Release.md (#4668) - [`9757a35`](https://github.com/fatedier/frp/commit/9757a351c66c89c15812a20e2fbd4f152bdefe9f) fix golangci lint config (#4698) ### 📊 Changes **35 files changed** (+159 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+1 -1) 📝 `.github/workflows/stale.yml` (+4 -4) 📝 `.golangci.yml` (+2 -1) 📝 `README.md` (+2 -2) 📝 `Release.md` (+5 -3) 📝 `client/event/event.go` (+1 -1) 📝 `client/proxy/proxy_manager.go` (+1 -1) 📝 `go.mod` (+2 -2) 📝 `go.sum` (+2 -2) 📝 `pkg/config/flags.go` (+2 -0) 📝 `pkg/config/legacy/client.go` (+2 -2) 📝 `pkg/config/legacy/server.go` (+1 -1) 📝 `pkg/config/load.go` (+2 -2) 📝 `pkg/config/load_test.go` (+23 -0) 📝 `pkg/msg/ctl.go` (+1 -1) 📝 `pkg/msg/msg.go` (+1 -1) 📝 `pkg/plugin/server/http.go` (+1 -1) 📝 `pkg/plugin/server/manager.go` (+5 -5) 📝 `pkg/plugin/server/plugin.go` (+1 -1) 📝 `pkg/plugin/server/types.go` (+7 -7) _...and 15 more files_ </details> ### 📄 Description ### WHY <!-- author to complete --> --- <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:53:23 -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#5030
No description provided.