[PR #1191] [MERGED] Bump version to v0.26.0 #4341

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1191
Author: @fatedier
Created: 4/10/2019
Status: Merged
Merged: 4/10/2019
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (9)

📊 Changes

34 files changed (+1179 additions, -41 deletions)

View changed files

📝 README.md (+51 -4)
📝 README_zh.md (+60 -2)
📝 client/control.go (+8 -1)
📝 client/proxy/proxy.go (+45 -13)
📝 client/proxy/proxy_manager.go (+2 -2)
📝 client/proxy/proxy_wrapper.go (+2 -2)
📝 cmd/frpc/sub/root.go (+1 -1)
📝 cmd/frps/root.go (+1 -1)
📝 conf/frpc_full.ini (+12 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 models/config/proxy.go (+12 -2)
📝 models/msg/msg.go (+4 -0)
models/plugin/https2http.go (+119 -0)
📝 server/control.go (+1 -0)
📝 server/proxy/http.go (+13 -2)
📝 server/proxy/https.go (+4 -0)
📝 server/proxy/proxy.go (+26 -3)
📝 server/proxy/udp.go (+1 -1)
📝 server/proxy/xtcp.go (+1 -1)

...and 14 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/1191 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/10/2019 **Status:** ✅ Merged **Merged:** 4/10/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (9) - [`74a8752`](https://github.com/fatedier/frp/commit/74a87525702cffa0da01f2a4a3e280d9e4290fbd) fix route conflict - [`9c4ec56`](https://github.com/fatedier/frp/commit/9c4ec56491efd534b9eac98155c76455cc9b329e) support proxy protocol - [`79237d2`](https://github.com/fatedier/frp/commit/79237d2b94c934f18da45a8ee82b3010745b60f0) bump version to v0.26.0 - [`7f9d88c`](https://github.com/fatedier/frp/commit/7f9d88c10ab03522637769a4e1ba65233ed3e6ec) fix - [`b7a73d3`](https://github.com/fatedier/frp/commit/b7a73d34692a8481feba53da4944814f733d10d7) support proxy protocol for type http - [`c67b4e7`](https://github.com/fatedier/frp/commit/c67b4e7b9465f6cf2e8d9b6573b2ab3100824ef4) vendor: add packages - [`db6bbc5`](https://github.com/fatedier/frp/commit/db6bbc5187614dd1692a84f2e5d1fb5a17315085) frpc: new plugin https2http - [`988e9b1`](https://github.com/fatedier/frp/commit/988e9b1de3eb54c0c11dee85c4cbb11c7a0b0fb7) update doc - [`12c5c55`](https://github.com/fatedier/frp/commit/12c5c553c33eefabd9f83983acacc1cfc699a566) Merge pull request #1190 from fatedier/new ### 📊 Changes **34 files changed** (+1179 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+51 -4) 📝 `README_zh.md` (+60 -2) 📝 `client/control.go` (+8 -1) 📝 `client/proxy/proxy.go` (+45 -13) 📝 `client/proxy/proxy_manager.go` (+2 -2) 📝 `client/proxy/proxy_wrapper.go` (+2 -2) 📝 `cmd/frpc/sub/root.go` (+1 -1) 📝 `cmd/frps/root.go` (+1 -1) 📝 `conf/frpc_full.ini` (+12 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `models/config/proxy.go` (+12 -2) 📝 `models/msg/msg.go` (+4 -0) ➕ `models/plugin/https2http.go` (+119 -0) 📝 `server/control.go` (+1 -0) 📝 `server/proxy/http.go` (+13 -2) 📝 `server/proxy/https.go` (+4 -0) 📝 `server/proxy/proxy.go` (+26 -3) 📝 `server/proxy/udp.go` (+1 -1) 📝 `server/proxy/xtcp.go` (+1 -1) _...and 14 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:40: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#4341
No description provided.