[PR #344] [MERGED] bump version to 0.11.0 #4181

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/344
Author: @fatedier
Created: 6/1/2017
Status: Merged
Merged: 6/1/2017
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • 738e5da new feature plugin and unix domian socket plugin
  • 1c04de3 Merge pull request #328 from fatedier/plugin
  • 6c13b6d net: fix HTTP_PROXY include escape characters error, fix #275
  • 4dc96f4 client: add login_fail_exit params, default is true
  • 150682e Merge pull request #334 from fatedier/start
  • 49b503c client: add start params
  • 08b0885 Merge pull request #335 from fatedier/start
  • f0dc3ed metric: clear useless proxy statistics data
  • 67bfae5 dashboard: add frps version in Overview page
  • 716ec28 net: add WrapReadWriteCloserConn

📊 Changes

37 files changed (+870 additions, -205 deletions)

View changed files

📝 .travis.yml (+1 -2)
📝 Dockerfile (+1 -1)
📝 Makefile (+1 -1)
📝 assets/static/index.html (+1 -1)
📝 assets/static/index.js (+3 -3)
📝 assets/static/manifest.js (+1 -1)
📝 assets/statik/statik.go (+1 -1)
📝 client/control.go (+15 -4)
📝 client/proxy.go (+62 -20)
📝 cmd/frpc/main.go (+2 -2)
📝 conf/frpc.ini (+2 -76)
conf/frpc_full.ini (+107 -0)
conf/frpc_min.ini (+0 -10)
📝 conf/frps.ini (+0 -49)
conf/frps_full.ini (+51 -0)
conf/frps_min.ini (+0 -7)
📝 models/config/client_common.go (+20 -0)
📝 models/config/proxy.go (+42 -7)
models/plugin/http_proxy.go (+227 -0)
models/plugin/plugin.go (+45 -0)

...and 17 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/344 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 6/1/2017 **Status:** ✅ Merged **Merged:** 6/1/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`738e5da`](https://github.com/fatedier/frp/commit/738e5dad224263c5b3f6fb0214faf9c094497af2) new feature plugin and unix domian socket plugin - [`1c04de3`](https://github.com/fatedier/frp/commit/1c04de380dbeb978130eab3e572bab850a4f315e) Merge pull request #328 from fatedier/plugin - [`6c13b6d`](https://github.com/fatedier/frp/commit/6c13b6d37a7ae28d3e109d8ac04cbb1ea1ccaebd) net: fix HTTP_PROXY include escape characters error, fix #275 - [`4dc96f4`](https://github.com/fatedier/frp/commit/4dc96f41c976f157f22f8da7d9608df6e5079b74) client: add login_fail_exit params, default is true - [`150682e`](https://github.com/fatedier/frp/commit/150682ec63222058687bbc0853541d695c934b9d) Merge pull request #334 from fatedier/start - [`49b503c`](https://github.com/fatedier/frp/commit/49b503c17b52c358889b4f4c01fd3d92e3f7e0b2) client: add start params - [`08b0885`](https://github.com/fatedier/frp/commit/08b08855647abc71399f221fe2776c6ae656eed1) Merge pull request #335 from fatedier/start - [`f0dc3ed`](https://github.com/fatedier/frp/commit/f0dc3ed47bebb9731323c2450a490ac239c8c6d0) metric: clear useless proxy statistics data - [`67bfae5`](https://github.com/fatedier/frp/commit/67bfae5d239a39678fb4f4ab37a12047f0ae981a) dashboard: add frps version in Overview page - [`716ec28`](https://github.com/fatedier/frp/commit/716ec281f6fec1d0e6004b9dfd84c70e03c845f3) net: add WrapReadWriteCloserConn ### 📊 Changes **37 files changed** (+870 additions, -205 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -2) 📝 `Dockerfile` (+1 -1) 📝 `Makefile` (+1 -1) 📝 `assets/static/index.html` (+1 -1) 📝 `assets/static/index.js` (+3 -3) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/statik/statik.go` (+1 -1) 📝 `client/control.go` (+15 -4) 📝 `client/proxy.go` (+62 -20) 📝 `cmd/frpc/main.go` (+2 -2) 📝 `conf/frpc.ini` (+2 -76) ➕ `conf/frpc_full.ini` (+107 -0) ➖ `conf/frpc_min.ini` (+0 -10) 📝 `conf/frps.ini` (+0 -49) ➕ `conf/frps_full.ini` (+51 -0) ➖ `conf/frps_min.ini` (+0 -7) 📝 `models/config/client_common.go` (+20 -0) 📝 `models/config/proxy.go` (+42 -7) ➕ `models/plugin/http_proxy.go` (+227 -0) ➕ `models/plugin/plugin.go` (+45 -0) _...and 17 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:37: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#4181
No description provided.