[PR #66] [MERGED] release v0.8.0 #4131

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/66
Author: @fatedier
Created: 8/12/2016
Status: Merged
Merged: 8/12/2016
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • a9bf25f build: add go 1.6.2
  • ac09ba3 all: add /api/proxies api for statistics info
  • 9a3564f Merge pull request #49 from fatedier/fatedier/statistics
  • dee4cbd models/metric: sort for metric result
  • fd6b949 models/server: add statistics for proxies enabled privilege mode.
  • 4f49458 frp/models/msg: fix a bug if local service write to socket immediately every time accept one user connection, fix #20
  • 926d0b7 utils/vhost: update TcpConn with bufio.Reader
  • 4067591 Merge pull request #50 from fatedier/fatedier/fix_package_loss
  • e0f2993 change the Host value in http request header
  • 6dd51e0 remove the extra filed

📊 Changes

174 files changed (+3220 additions, -28022 deletions)

View changed files

📝 .travis.yml (+3 -2)
📝 Godeps/Godeps.json (+9 -40)
Godeps/_workspace/.gitignore (+0 -2)
Godeps/_workspace/src/github.com/astaxie/beego/logs/console.go (+0 -95)
Godeps/_workspace/src/github.com/astaxie/beego/logs/es/es.go (+0 -76)
Godeps/_workspace/src/github.com/astaxie/beego/logs/file.go (+0 -283)
Godeps/_workspace/src/github.com/astaxie/beego/utils/captcha/LICENSE (+0 -19)
Godeps/_workspace/src/github.com/gin-gonic/gin/.gitignore (+0 -4)
Godeps/_workspace/src/github.com/gin-gonic/gin/.travis.yml (+0 -23)
Godeps/_workspace/src/github.com/gin-gonic/gin/AUTHORS.md (+0 -229)
Godeps/_workspace/src/github.com/gin-gonic/gin/BENCHMARKS.md (+0 -298)
Godeps/_workspace/src/github.com/gin-gonic/gin/CHANGELOG.md (+0 -150)
Godeps/_workspace/src/github.com/gin-gonic/gin/LICENSE (+0 -21)
Godeps/_workspace/src/github.com/gin-gonic/gin/README.md (+0 -710)
Godeps/_workspace/src/github.com/gin-gonic/gin/auth.go (+0 -92)
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/binding.go (+0 -67)
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/default_validator.go (+0 -41)
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/form.go (+0 -54)
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/form_mapping.go (+0 -150)
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/json.go (+0 -25)

...and 80 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/66 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/12/2016 **Status:** ✅ Merged **Merged:** 8/12/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`a9bf25f`](https://github.com/fatedier/frp/commit/a9bf25f255ecd88f1d85dc85d42bdc1b3f157aaf) build: add go 1.6.2 - [`ac09ba3`](https://github.com/fatedier/frp/commit/ac09ba3982c2094dba135e17ea9b499a061a0e75) all: add /api/proxies api for statistics info - [`9a3564f`](https://github.com/fatedier/frp/commit/9a3564f29cab6b366beef36b032f7fb5c509bfe8) Merge pull request #49 from fatedier/fatedier/statistics - [`dee4cbd`](https://github.com/fatedier/frp/commit/dee4cbd48c54253984fbf5d0a373753a8499d438) models/metric: sort for metric result - [`fd6b949`](https://github.com/fatedier/frp/commit/fd6b94908b483882e1b53976b204ea3328ea8f1d) models/server: add statistics for proxies enabled privilege mode. - [`4f49458`](https://github.com/fatedier/frp/commit/4f49458af0cd69c203c2185bb10d9b3183bd93b7) frp/models/msg: fix a bug if local service write to socket immediately every time accept one user connection, fix #20 - [`926d0b7`](https://github.com/fatedier/frp/commit/926d0b74a9a99bed17bf0deaa7e7eb2cc1059acf) utils/vhost: update TcpConn with bufio.Reader - [`4067591`](https://github.com/fatedier/frp/commit/4067591a4d2ea3f7f80b4ee0fbcdde8a3c41cedb) Merge pull request #50 from fatedier/fatedier/fix_package_loss - [`e0f2993`](https://github.com/fatedier/frp/commit/e0f2993b707966be84b4972c6ee4e80477860dbc) change the Host value in http request header - [`6dd51e0`](https://github.com/fatedier/frp/commit/6dd51e095137aff36ba66dc0417402fa68bbf823) remove the extra filed ### 📊 Changes **174 files changed** (+3220 additions, -28022 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -2) 📝 `Godeps/Godeps.json` (+9 -40) ➖ `Godeps/_workspace/.gitignore` (+0 -2) ➖ `Godeps/_workspace/src/github.com/astaxie/beego/logs/console.go` (+0 -95) ➖ `Godeps/_workspace/src/github.com/astaxie/beego/logs/es/es.go` (+0 -76) ➖ `Godeps/_workspace/src/github.com/astaxie/beego/logs/file.go` (+0 -283) ➖ `Godeps/_workspace/src/github.com/astaxie/beego/utils/captcha/LICENSE` (+0 -19) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/.gitignore` (+0 -4) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/.travis.yml` (+0 -23) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/AUTHORS.md` (+0 -229) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/BENCHMARKS.md` (+0 -298) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/CHANGELOG.md` (+0 -150) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/LICENSE` (+0 -21) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/README.md` (+0 -710) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/auth.go` (+0 -92) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/binding/binding.go` (+0 -67) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/binding/default_validator.go` (+0 -41) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/binding/form.go` (+0 -54) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/binding/form_mapping.go` (+0 -150) ➖ `Godeps/_workspace/src/github.com/gin-gonic/gin/binding/json.go` (+0 -25) _...and 80 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:36:15 -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#4131
No description provided.