[PR #372] [MERGED] bump verson to v0.12.0 #4188

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (10+)

  • 80ba931 support protocol kcp
  • 84341b7 vendor: add kcp-go package
  • 3a4d769 update packages
  • 04f4fd0 proto/tcp: fix unexpected close function, fix #332
  • 1eaf17f fix ci
  • 511503d io.Copy use pool buffer
  • 6742fa2 io: WithCompression resuse snappy.Reader and snappy.Writer
  • 70e2aee format
  • 2a044c9 http_proxy: fix error using encryption or compression
  • 5b303f5 vhost: return 404 not found page if domain doesn't exist

📊 Changes

257 files changed (+23103 additions, -216 deletions)

View changed files

📝 Godeps/Godeps.json (+60 -1)
📝 Makefile (+6 -1)
📝 README.md (+128 -3)
📝 README_zh.md (+128 -2)
📝 client/control.go (+5 -2)
📝 client/proxy.go (+5 -5)
📝 conf/frpc_full.ini (+5 -0)
📝 conf/frps_full.ini (+4 -0)
doc/pic/donate-wechatpay.png (+0 -0)
📝 models/config/client_common.go (+11 -0)
📝 models/config/server_common.go (+13 -3)
📝 models/msg/msg.go (+6 -0)
📝 models/plugin/http_proxy.go (+65 -9)
📝 models/plugin/unix_domain_socket.go (+2 -2)
models/proto/tcp/process_test.go (+0 -67)
📝 server/control.go (+26 -3)
📝 server/proxy.go (+4 -4)
📝 server/service.go (+29 -5)
📝 utils/io/io.go (+64 -13)
📝 utils/io/io_test.go (+54 -9)

...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/372 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 6/19/2017 **Status:** ✅ Merged **Merged:** 6/19/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`80ba931`](https://github.com/fatedier/frp/commit/80ba931326162c1e516d8107229ea37fd01f89ca) support protocol kcp - [`84341b7`](https://github.com/fatedier/frp/commit/84341b7fccd3f2d60ca863bca9aee5670e756c49) vendor: add kcp-go package - [`3a4d769`](https://github.com/fatedier/frp/commit/3a4d769bb3063cca9d1ab27081d91707b280faa9) update packages - [`04f4fd0`](https://github.com/fatedier/frp/commit/04f4fd0a81acf343d0c16f640a6bff580b415de3) proto/tcp: fix unexpected close function, fix #332 - [`1eaf17f`](https://github.com/fatedier/frp/commit/1eaf17fd0566d2e80a7e727d9ce252b4bbd2dd10) fix ci - [`511503d`](https://github.com/fatedier/frp/commit/511503d34c39ff806ee68f28c45aebfcb78ea27e) io.Copy use pool buffer - [`6742fa2`](https://github.com/fatedier/frp/commit/6742fa2ea88c1893b615991bea03cc97a5ab6af1) io: WithCompression resuse snappy.Reader and snappy.Writer - [`70e2aee`](https://github.com/fatedier/frp/commit/70e2aee46da45844e5b38eead12f30a6846fddd9) format - [`2a044c9`](https://github.com/fatedier/frp/commit/2a044c9d6dfbbb39ad7901048b3c40d35b7bb8c0) http_proxy: fix error using encryption or compression - [`5b303f5`](https://github.com/fatedier/frp/commit/5b303f5148cb650e6df5c755699dcb3eb9201285) vhost: return 404 not found page if domain doesn't exist ### 📊 Changes **257 files changed** (+23103 additions, -216 deletions) <details> <summary>View changed files</summary> 📝 `Godeps/Godeps.json` (+60 -1) 📝 `Makefile` (+6 -1) 📝 `README.md` (+128 -3) 📝 `README_zh.md` (+128 -2) 📝 `client/control.go` (+5 -2) 📝 `client/proxy.go` (+5 -5) 📝 `conf/frpc_full.ini` (+5 -0) 📝 `conf/frps_full.ini` (+4 -0) ➕ `doc/pic/donate-wechatpay.png` (+0 -0) 📝 `models/config/client_common.go` (+11 -0) 📝 `models/config/server_common.go` (+13 -3) 📝 `models/msg/msg.go` (+6 -0) 📝 `models/plugin/http_proxy.go` (+65 -9) 📝 `models/plugin/unix_domain_socket.go` (+2 -2) ➖ `models/proto/tcp/process_test.go` (+0 -67) 📝 `server/control.go` (+26 -3) 📝 `server/proxy.go` (+4 -4) 📝 `server/service.go` (+29 -5) 📝 `utils/io/io.go` (+64 -13) 📝 `utils/io/io_test.go` (+54 -9) _...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:37:18 -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#4188
No description provided.