[PR #630] [MERGED] bump version to v0.16.0 #4227

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/630
Author: @fatedier
Created: 1/29/2018
Status: Merged
Merged: 1/29/2018
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • 68dfc89 plugin: new plugin static_file for getting files by http protocol
  • 41c4178 plugin: socks5 support user password auth, close #484
  • eede31c doc: about static_file plugin
  • ce8fde7 new feature: range section for mapping range ports
  • 637ddbc frpc: udpate proxies check and start logic
  • 8e719ff frps: new params max_ports_per_client
  • 1c35e9a doc: update
  • 44e8108 ci: add test case for range ports mapping
  • 9b990ad frpc: add proxy status 'wait start'
  • 5d23912 Merge pull request #629 from fatedier/new

📊 Changes

22 files changed (+563 additions, -146 deletions)

View changed files

📝 Makefile (+0 -3)
📝 README.md (+43 -5)
📝 README_zh.md (+52 -5)
📝 client/control.go (+12 -12)
📝 client/proxy_manager.go (+34 -20)
📝 cmd/frpc/main.go (+1 -1)
📝 conf/frpc_full.ini (+34 -0)
📝 conf/frps_full.ini (+3 -0)
📝 models/config/proxy.go (+68 -6)
📝 models/config/server_common.go (+34 -39)
📝 models/plugin/http_proxy.go (+0 -44)
📝 models/plugin/plugin.go (+44 -0)
📝 models/plugin/socks5.go (+13 -3)
models/plugin/static_file.go (+87 -0)
📝 server/control.go (+30 -1)
📝 server/proxy.go (+13 -4)
📝 tests/conf/auto_test_frpc.ini (+6 -0)
📝 tests/conf/auto_test_frps.ini (+1 -1)
📝 tests/func_test.go (+14 -1)
📝 utils/util/util.go (+47 -0)

...and 2 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/630 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/29/2018 **Status:** ✅ Merged **Merged:** 1/29/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`68dfc89`](https://github.com/fatedier/frp/commit/68dfc89bce16cf6cd08ca94893d384fc8e5e4c70) plugin: new plugin static_file for getting files by http protocol - [`41c4178`](https://github.com/fatedier/frp/commit/41c41789b6f7098e043f6043f2aeeac16426bf15) plugin: socks5 support user password auth, close #484 - [`eede31c`](https://github.com/fatedier/frp/commit/eede31c0645e5f5d76aa4eb4093f28758df2f4ba) doc: about static_file plugin - [`ce8fde7`](https://github.com/fatedier/frp/commit/ce8fde793cdc794c7e3bcd3f7a20427acd288f4a) new feature: range section for mapping range ports - [`637ddbc`](https://github.com/fatedier/frp/commit/637ddbce1f23bae495a2aba0b3d6b51dbc3fbbaa) frpc: udpate proxies check and start logic - [`8e719ff`](https://github.com/fatedier/frp/commit/8e719ff0ff16289ad4f487283fe094d402a937ef) frps: new params max_ports_per_client - [`1c35e9a`](https://github.com/fatedier/frp/commit/1c35e9a0c6a3a99935813ccd473ea45c6d38a628) doc: update - [`44e8108`](https://github.com/fatedier/frp/commit/44e8108910d79fa504c7b2ecb0d5a488bc213bc2) ci: add test case for range ports mapping - [`9b990ad`](https://github.com/fatedier/frp/commit/9b990adf96085d6294e26a7dc2d33d17452097da) frpc: add proxy status 'wait start' - [`5d23912`](https://github.com/fatedier/frp/commit/5d239127bb75af616bee93deba12ae4bbb8d78f8) Merge pull request #629 from fatedier/new ### 📊 Changes **22 files changed** (+563 additions, -146 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+0 -3) 📝 `README.md` (+43 -5) 📝 `README_zh.md` (+52 -5) 📝 `client/control.go` (+12 -12) 📝 `client/proxy_manager.go` (+34 -20) 📝 `cmd/frpc/main.go` (+1 -1) 📝 `conf/frpc_full.ini` (+34 -0) 📝 `conf/frps_full.ini` (+3 -0) 📝 `models/config/proxy.go` (+68 -6) 📝 `models/config/server_common.go` (+34 -39) 📝 `models/plugin/http_proxy.go` (+0 -44) 📝 `models/plugin/plugin.go` (+44 -0) 📝 `models/plugin/socks5.go` (+13 -3) ➕ `models/plugin/static_file.go` (+87 -0) 📝 `server/control.go` (+30 -1) 📝 `server/proxy.go` (+13 -4) 📝 `tests/conf/auto_test_frpc.ini` (+6 -0) 📝 `tests/conf/auto_test_frps.ini` (+1 -1) 📝 `tests/func_test.go` (+14 -1) 📝 `utils/util/util.go` (+47 -0) _...and 2 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:38:03 -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#4227
No description provided.