[PR #1542] [MERGED] bump version to v0.30.0 #4404

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1542
Author: @fatedier
Created: 11/28/2019
Status: Merged
Merged: 11/28/2019
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

21 files changed (+933 additions, -14 deletions)

View changed files

📝 README.md (+17 -0)
📝 README_zh.md (+19 -0)
📝 assets/assets.go (+2 -0)
📝 client/proxy/proxy.go (+32 -10)
📝 conf/frpc_full.ini (+10 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 models/config/proxy.go (+14 -3)
models/config/types.go (+112 -0)
models/config/types_test.go (+40 -0)
models/plugin/http2https.go (+112 -0)
📝 models/plugin/https2http.go (+3 -0)
utils/limit/reader.go (+51 -0)
utils/limit/writer.go (+60 -0)
📝 utils/version/version.go (+1 -1)
vendor/golang.org/x/time/AUTHORS (+3 -0)
vendor/golang.org/x/time/CONTRIBUTORS (+3 -0)
vendor/golang.org/x/time/LICENSE (+27 -0)
vendor/golang.org/x/time/PATENTS (+22 -0)
vendor/golang.org/x/time/rate/rate.go (+400 -0)

...and 1 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/1542 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 11/28/2019 **Status:** ✅ Merged **Merged:** 11/28/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6da093a`](https://github.com/fatedier/frp/commit/6da093a4028eb5b6ef1d5cc6d0f98f047557d8a1) support bandwith limit for one proxy - [`42425d8`](https://github.com/fatedier/frp/commit/42425d8218b215d8ee941a0364eb72ffd6dd839b) update vendor files - [`2ab832b`](https://github.com/fatedier/frp/commit/2ab832bb8946e6d801439ebce8e8579ebeb6bfd7) Merge pull request #1495 from fatedier/new - [`12cc53d`](https://github.com/fatedier/frp/commit/12cc53d69938860daedfbce89d4d29923555270f) update bandwidth_limit - [`8affab1`](https://github.com/fatedier/frp/commit/8affab1a2b42e71916fa08c666edf3a5c6ca0e37) Close file - [`21a126e`](https://github.com/fatedier/frp/commit/21a126e4e4cc7dfe3fa83bba7223e071009f48f6) Merge pull request #1510 from CallanTaylor/close-file - [`56c5390`](https://github.com/fatedier/frp/commit/56c53909aa5181d6b5c3e929f4c9a6e2ed3150a1) plugin http2https - [`62af5c8`](https://github.com/fatedier/frp/commit/62af5c8844f2436d6366fbf6192620abc52e99be) handle close - [`694c434`](https://github.com/fatedier/frp/commit/694c434b9eec70631e154f7fd404608303c121e2) Merge pull request #1529 from kingjcy/20191118 - [`1cdceee`](https://github.com/fatedier/frp/commit/1cdceee347b13dc9198595183e3b66e2970c23cc) bump version to v0.30.0 ### 📊 Changes **21 files changed** (+933 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+17 -0) 📝 `README_zh.md` (+19 -0) 📝 `assets/assets.go` (+2 -0) 📝 `client/proxy/proxy.go` (+32 -10) 📝 `conf/frpc_full.ini` (+10 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `models/config/proxy.go` (+14 -3) ➕ `models/config/types.go` (+112 -0) ➕ `models/config/types_test.go` (+40 -0) ➕ `models/plugin/http2https.go` (+112 -0) 📝 `models/plugin/https2http.go` (+3 -0) ➕ `utils/limit/reader.go` (+51 -0) ➕ `utils/limit/writer.go` (+60 -0) 📝 `utils/version/version.go` (+1 -1) ➕ `vendor/golang.org/x/time/AUTHORS` (+3 -0) ➕ `vendor/golang.org/x/time/CONTRIBUTORS` (+3 -0) ➕ `vendor/golang.org/x/time/LICENSE` (+27 -0) ➕ `vendor/golang.org/x/time/PATENTS` (+22 -0) ➕ `vendor/golang.org/x/time/rate/rate.go` (+400 -0) _...and 1 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:29 -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#4404
No description provided.