[PR #2869] [MERGED] bump version to v0.41.0 #4646

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2869
Author: @fatedier
Created: 3/23/2022
Status: Merged
Merged: 3/23/2022
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (6)

📊 Changes

21 files changed (+113 additions, -43 deletions)

View changed files

📝 .circleci/config.yml (+2 -2)
📝 .github/workflows/build-and-push-image.yml (+1 -1)
📝 .github/workflows/goreleaser.yml (+1 -1)
📝 .github/workflows/stale.yml (+4 -2)
📝 .goreleaser.yml (+4 -1)
📝 Release.md (+3 -8)
📝 client/admin.go (+12 -2)
📝 client/control.go (+1 -0)
📝 client/service.go (+1 -0)
📝 client/visitor.go (+28 -15)
📝 conf/frpc_full.ini (+10 -1)
📝 conf/frps_full.ini (+10 -2)
📝 go.mod (+1 -1)
📝 go.sum (+2 -4)
📝 pkg/config/client.go (+8 -0)
📝 pkg/config/client_test.go (+1 -0)
📝 pkg/config/server.go (+8 -0)
📝 pkg/config/server_test.go (+2 -0)
📝 pkg/util/version/version.go (+1 -1)
📝 server/dashboard.go (+12 -2)

...and 1 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/2869 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/23/2022 **Status:** ✅ Merged **Merged:** 3/23/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (6) - [`37c2716`](https://github.com/fatedier/frp/commit/37c27169ac32fe8db8a98332b9555200653654ba) workflows: update stale action (#2846) - [`63efa6b`](https://github.com/fatedier/frp/commit/63efa6b7766678e3299af1865d4295d5905daac3) support pprof (#2849) - [`452fe25`](https://github.com/fatedier/frp/commit/452fe25cc6407a9fcdc9b0e01abaa0ff77f857e5) feat: SUDP alway reconnect and print too much log when no data ready (#2844) - [`100d556`](https://github.com/fatedier/frp/commit/100d556336218d8c066d33067aae5e679f9fb91f) support tcp keepalive params (#2863) - [`11b1353`](https://github.com/fatedier/frp/commit/11b13533a02b632fcda2b697e020a641dd5a5c55) add release note (#2867) - [`4acae54`](https://github.com/fatedier/frp/commit/4acae540c8ef7651456e926f95de9c36cd0c62b6) support go1.18 and remove go1.16 (#2868) ### 📊 Changes **21 files changed** (+113 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+2 -2) 📝 `.github/workflows/build-and-push-image.yml` (+1 -1) 📝 `.github/workflows/goreleaser.yml` (+1 -1) 📝 `.github/workflows/stale.yml` (+4 -2) 📝 `.goreleaser.yml` (+4 -1) 📝 `Release.md` (+3 -8) 📝 `client/admin.go` (+12 -2) 📝 `client/control.go` (+1 -0) 📝 `client/service.go` (+1 -0) 📝 `client/visitor.go` (+28 -15) 📝 `conf/frpc_full.ini` (+10 -1) 📝 `conf/frps_full.ini` (+10 -2) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -4) 📝 `pkg/config/client.go` (+8 -0) 📝 `pkg/config/client_test.go` (+1 -0) 📝 `pkg/config/server.go` (+8 -0) 📝 `pkg/config/server_test.go` (+2 -0) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `server/dashboard.go` (+12 -2) _...and 1 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:02 -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#4646
No description provided.