[PR #1990] [MERGED] bump version to v0.34.0 #4486

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1990
Author: @fatedier
Created: 9/18/2020
Status: Merged
Merged: 9/19/2020
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

114 files changed (+3414 additions, -2822 deletions)

View changed files

📝 Makefile (+4 -1)
📝 README.md (+1 -0)
📝 README_zh.md (+16 -981)
📝 client/admin.go (+2 -2)
📝 client/admin_api.go (+44 -44)
📝 client/control.go (+31 -23)
📝 client/event/event.go (+3 -3)
📝 client/health/health.go (+12 -12)
📝 client/proxy/proxy.go (+123 -97)
📝 client/proxy/proxy_manager.go (+14 -14)
📝 client/proxy/proxy_wrapper.go (+50 -50)
📝 client/service.go (+24 -16)
📝 client/visitor.go (+48 -34)
📝 cmd/frpc/sub/http.go (+7 -14)
📝 cmd/frpc/sub/https.go (+5 -12)
📝 cmd/frpc/sub/root.go (+26 -5)
📝 cmd/frpc/sub/status.go (+12 -12)
📝 cmd/frpc/sub/stcp.go (+7 -14)
📝 cmd/frpc/sub/sudp.go (+7 -14)
📝 cmd/frpc/sub/tcp.go (+5 -12)

...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/1990 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 9/18/2020 **Status:** ✅ Merged **Merged:** 9/19/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d193519`](https://github.com/fatedier/frp/commit/d1935193294d4188875c2c0aa83b5550423788a2) feat: Support user specify udp packet size in config (#1794) - [`1ab23b5`](https://github.com/fatedier/frp/commit/1ab23b5e0e73709451510cd96ddde6286bc875e7) fix: typo (#1799) - [`591023a`](https://github.com/fatedier/frp/commit/591023a1f04831999863e0f9deafb2c6e234c71d) fix: add frpc tls_enable flag and frps tls_only flag (#1798) - [`bd6435c`](https://github.com/fatedier/frp/commit/bd6435c982d1fc07ebfd831fc756fcf1106f4bb2) fix: frps plugin manager (#1803) - [`228e225`](https://github.com/fatedier/frp/commit/228e225f8418457ee398fb24d3b5009204483d2f) fix: sync/atomic bug, fix #1804 (#1805) - [`964a1bb`](https://github.com/fatedier/frp/commit/964a1bbf39961ceee98d0b61c208a5f3e3f0e921) refine: frpc flags (#1811) - [`dfbf9c4`](https://github.com/fatedier/frp/commit/dfbf9c4542102a8980e6d784dbb7e64224e25152) style: adjust frps files (#1820) - [`2170c48`](https://github.com/fatedier/frp/commit/2170c481ce66634e897f9f5a607fdc30724bacb0) update doc (#1821) - [`8b75b8b`](https://github.com/fatedier/frp/commit/8b75b8b837f44c75778eca9629f551e2388183de) fix by golint (#1822) - [`2623171`](https://github.com/fatedier/frp/commit/262317192c97d1518ebd9ebbb1e79b72ec575f15) new e2e framework (#1835) ### 📊 Changes **114 files changed** (+3414 additions, -2822 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+4 -1) 📝 `README.md` (+1 -0) 📝 `README_zh.md` (+16 -981) 📝 `client/admin.go` (+2 -2) 📝 `client/admin_api.go` (+44 -44) 📝 `client/control.go` (+31 -23) 📝 `client/event/event.go` (+3 -3) 📝 `client/health/health.go` (+12 -12) 📝 `client/proxy/proxy.go` (+123 -97) 📝 `client/proxy/proxy_manager.go` (+14 -14) 📝 `client/proxy/proxy_wrapper.go` (+50 -50) 📝 `client/service.go` (+24 -16) 📝 `client/visitor.go` (+48 -34) 📝 `cmd/frpc/sub/http.go` (+7 -14) 📝 `cmd/frpc/sub/https.go` (+5 -12) 📝 `cmd/frpc/sub/root.go` (+26 -5) 📝 `cmd/frpc/sub/status.go` (+12 -12) 📝 `cmd/frpc/sub/stcp.go` (+7 -14) 📝 `cmd/frpc/sub/sudp.go` (+7 -14) 📝 `cmd/frpc/sub/tcp.go` (+5 -12) _...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:01 -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#4486
No description provided.