[PR #2018] [MERGED] bump version to v0.34.1 #4495

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2018
Author: @fatedier
Created: 9/30/2020
Status: Merged
Merged: 9/30/2020
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

118 files changed (+388 additions, -230 deletions)

View changed files

.github/workflows/build-and-push-image.yml (+115 -0)
.github/workflows/stale.yml (+26 -0)
📝 Makefile (+5 -5)
📝 client/admin.go (+1 -1)
📝 client/admin_api.go (+2 -2)
📝 client/control.go (+9 -8)
📝 client/event/event.go (+1 -1)
📝 client/health/health.go (+1 -1)
📝 client/proxy/proxy.go (+7 -7)
📝 client/proxy/proxy_manager.go (+3 -3)
📝 client/proxy/proxy_wrapper.go (+3 -3)
📝 client/service.go (+8 -8)
📝 client/visitor.go (+6 -6)
📝 client/visitor_manager.go (+2 -2)
📝 cmd/frpc/sub/http.go (+3 -3)
📝 cmd/frpc/sub/https.go (+2 -2)
📝 cmd/frpc/sub/reload.go (+2 -2)
📝 cmd/frpc/sub/root.go (+6 -6)
📝 cmd/frpc/sub/status.go (+3 -3)
📝 cmd/frpc/sub/stcp.go (+3 -3)

...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/2018 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 9/30/2020 **Status:** ✅ Merged **Merged:** 9/30/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c6aa74a`](https://github.com/fatedier/frp/commit/c6aa74a2bb33e7f452c4b450491c9b1a6b2a9482) Add action to build and push image to dockerhub&github packages (#1998) - [`04dafd7`](https://github.com/fatedier/frp/commit/04dafd7ff06a2a112a9b886cd9f00cfeb0d5b9fa) Remove comments (#2004) - [`710ecf4`](https://github.com/fatedier/frp/commit/710ecf44f571f2f2f8f063b37e666f5ef9fc9ae2) feat: support ntlm proxy set in http_proxy env (#2002) - [`3fbdea0`](https://github.com/fatedier/frp/commit/3fbdea0f6bb1bccaed955dd73c888a50349b1c67) rename models to pkg (#2005) - [`cd53144`](https://github.com/fatedier/frp/commit/cd5314466c5f912476b4a3012d342a8a5a17f1b7) update workflows build-and-push-image - [`317f901`](https://github.com/fatedier/frp/commit/317f901c1c07f5e9d470a1000210137e0dcfd1ca) typo - [`008933f`](https://github.com/fatedier/frp/commit/008933f304bd2f2d4ecbe400ae46c0963db123bd) typo fix - [`26e54b9`](https://github.com/fatedier/frp/commit/26e54b901f396276fe3a377e184093fecded7fb7) dockerfile: remove ca-certificates - [`edf9596`](https://github.com/fatedier/frp/commit/edf9596ca85d6cd604ceb391560bd491e65609b7) ci: add close stale (#2001) - [`1089eb9`](https://github.com/fatedier/frp/commit/1089eb9d22d0cfb3e1e1a4f08c97ad0892182312) update stale workflow ### 📊 Changes **118 files changed** (+388 additions, -230 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-and-push-image.yml` (+115 -0) ➕ `.github/workflows/stale.yml` (+26 -0) 📝 `Makefile` (+5 -5) 📝 `client/admin.go` (+1 -1) 📝 `client/admin_api.go` (+2 -2) 📝 `client/control.go` (+9 -8) 📝 `client/event/event.go` (+1 -1) 📝 `client/health/health.go` (+1 -1) 📝 `client/proxy/proxy.go` (+7 -7) 📝 `client/proxy/proxy_manager.go` (+3 -3) 📝 `client/proxy/proxy_wrapper.go` (+3 -3) 📝 `client/service.go` (+8 -8) 📝 `client/visitor.go` (+6 -6) 📝 `client/visitor_manager.go` (+2 -2) 📝 `cmd/frpc/sub/http.go` (+3 -3) 📝 `cmd/frpc/sub/https.go` (+2 -2) 📝 `cmd/frpc/sub/reload.go` (+2 -2) 📝 `cmd/frpc/sub/root.go` (+6 -6) 📝 `cmd/frpc/sub/status.go` (+3 -3) 📝 `cmd/frpc/sub/stcp.go` (+3 -3) _...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:43:12 -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#4495
No description provided.