[PR #4324] [MERGED] bump version #4963

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4324
Author: @fatedier
Created: 7/9/2024
Status: Merged
Merged: 7/9/2024
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (4)

📊 Changes

17 files changed (+283 additions, -15 deletions)

View changed files

📝 README.md (+14 -3)
📝 README_zh.md (+14 -3)
📝 Release.md (+4 -5)
📝 conf/frpc_full_example.toml (+10 -0)
doc/pic/donate-wechatpay.png (+0 -0)
📝 doc/pic/sponsor_daytona.png (+0 -0)
doc/pic/sponsor_doppler.png (+0 -0)
doc/pic/sponsor_lokal.png (+0 -0)
doc/pic/sponsor_nango.png (+0 -0)
doc/pic/sponsor_terminusos.jpeg (+0 -0)
📝 pkg/config/v1/plugin.go (+38 -1)
📝 pkg/config/v1/proxy.go (+4 -0)
pkg/plugin/client/http2http.go (+91 -0)
📝 pkg/plugin/client/https2http.go (+17 -1)
📝 pkg/plugin/client/https2https.go (+17 -1)
📝 pkg/util/version/version.go (+1 -1)
📝 test/e2e/v1/plugin/client.go (+73 -0)

📄 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/4324 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 7/9/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`f390e4a`](https://github.com/fatedier/frp/commit/f390e4a401cf9a07fd7e8b9e0c50049c1993b967) add sponsor (#4265) - [`939c490`](https://github.com/fatedier/frp/commit/939c4907689832b6f15f6ff163e15d2b3adad9ff) Add http2http client plugin with hostHeaderRewrite and requestHeaders support (#4275) - [`c6f9d8d`](https://github.com/fatedier/frp/commit/c6f9d8d4031f6fba9a39fe9e1a79907ceedf0f5f) update sponsors (#4303) - [`b4d5d8c`](https://github.com/fatedier/frp/commit/b4d5d8c756bfa7c5f4fc73c3dff48678d0110fce) plugin https2http&https2https: return 421 if host not match sni (#4323) ### 📊 Changes **17 files changed** (+283 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+14 -3) 📝 `README_zh.md` (+14 -3) 📝 `Release.md` (+4 -5) 📝 `conf/frpc_full_example.toml` (+10 -0) ➖ `doc/pic/donate-wechatpay.png` (+0 -0) 📝 `doc/pic/sponsor_daytona.png` (+0 -0) ➖ `doc/pic/sponsor_doppler.png` (+0 -0) ➕ `doc/pic/sponsor_lokal.png` (+0 -0) ➖ `doc/pic/sponsor_nango.png` (+0 -0) ➕ `doc/pic/sponsor_terminusos.jpeg` (+0 -0) 📝 `pkg/config/v1/plugin.go` (+38 -1) 📝 `pkg/config/v1/proxy.go` (+4 -0) ➕ `pkg/plugin/client/http2http.go` (+91 -0) 📝 `pkg/plugin/client/https2http.go` (+17 -1) 📝 `pkg/plugin/client/https2https.go` (+17 -1) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `test/e2e/v1/plugin/client.go` (+73 -0) </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:52:05 -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#4963
No description provided.