[PR #1588] [MERGED] bump version to v0.31.0 #4410

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1588
Author: @fatedier
Created: 1/3/2020
Status: Merged
Merged: 1/3/2020
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (7)

📊 Changes

27 files changed (+815 additions, -34 deletions)

View changed files

📝 README.md (+7 -2)
📝 README_zh.md (+8 -3)
📝 client/proxy/proxy.go (+2 -2)
📝 client/service.go (+1 -0)
📝 conf/frpc_full.ini (+7 -0)
📝 conf/frps_full.ini (+10 -0)
doc/server_plugin.md (+171 -0)
doc/server_plugin_zh.md (+171 -0)
📝 models/config/client_common.go (+8 -0)
📝 models/config/proxy.go (+13 -1)
📝 models/config/server_common.go (+24 -0)
📝 models/msg/msg.go (+16 -14)
📝 models/plugin/client/http2https.go (+1 -2)
📝 models/plugin/client/http_proxy.go (+0 -0)
📝 models/plugin/client/https2http.go (+1 -1)
📝 models/plugin/client/plugin.go (+0 -0)
📝 models/plugin/client/socks5.go (+0 -0)
📝 models/plugin/client/static_file.go (+0 -0)
📝 models/plugin/client/unix_domain_socket.go (+0 -0)
models/plugin/server/http.go (+104 -0)

...and 7 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/1588 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/3/2020 **Status:** ✅ Merged **Merged:** 1/3/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (7) - [`a57679f`](https://github.com/fatedier/frp/commit/a57679f8375986abc970d22bad52644ba62a4969) support meta info for client and proxy - [`91e46a2`](https://github.com/fatedier/frp/commit/91e46a2c5318b66088b169d9ea91b5bd261e5bf5) support server plugin feature - [`31e2cb7`](https://github.com/fatedier/frp/commit/31e2cb76bb3a420b114851064ad9bc84f993bb75) bump version - [`13e48c6`](https://github.com/fatedier/frp/commit/13e48c6ca0232f7161b2378e720cafec9f4e4344) Merge pull request #1575 from fatedier/new - [`e91c947`](https://github.com/fatedier/frp/commit/e91c9473be33a1c9fccdcb20b78e113c8872f5fa) add server manage plugin doc - [`c2da396`](https://github.com/fatedier/frp/commit/c2da396230d09262cb1a46b0edd74855e7519a6b) Merge pull request #1587 from fatedier/doc - [`42014ee`](https://github.com/fatedier/frp/commit/42014eea2321ac6df900553d1edefb34f9045871) improve xtcp, fix #1585 ### 📊 Changes **27 files changed** (+815 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -2) 📝 `README_zh.md` (+8 -3) 📝 `client/proxy/proxy.go` (+2 -2) 📝 `client/service.go` (+1 -0) 📝 `conf/frpc_full.ini` (+7 -0) 📝 `conf/frps_full.ini` (+10 -0) ➕ `doc/server_plugin.md` (+171 -0) ➕ `doc/server_plugin_zh.md` (+171 -0) 📝 `models/config/client_common.go` (+8 -0) 📝 `models/config/proxy.go` (+13 -1) 📝 `models/config/server_common.go` (+24 -0) 📝 `models/msg/msg.go` (+16 -14) 📝 `models/plugin/client/http2https.go` (+1 -2) 📝 `models/plugin/client/http_proxy.go` (+0 -0) 📝 `models/plugin/client/https2http.go` (+1 -1) 📝 `models/plugin/client/plugin.go` (+0 -0) 📝 `models/plugin/client/socks5.go` (+0 -0) 📝 `models/plugin/client/static_file.go` (+0 -0) 📝 `models/plugin/client/unix_domain_socket.go` (+0 -0) ➕ `models/plugin/server/http.go` (+104 -0) _...and 7 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:41:35 -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#4410
No description provided.