[PR #564] [MERGED] bump version to v0.14.1 #4211

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/564
Author: @fatedier
Created: 12/14/2017
Status: Merged
Merged: 12/14/2017
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (8)

  • 1a6a179 visitor: fix panic
  • de48d97 fix kcp port print error
  • cc16099 improve error role log info
  • 63037f1 typo fix
  • 7da61f0 improve http vhost package
  • 46358d4 support encryption and compression in new http reverser proxy
  • 4cc5ddc newhttp support BasicAuth
  • 92046a7 Merge pull request #561 from fatedier/http

📊 Changes

14 files changed (+657 additions, -37 deletions)

View changed files

📝 client/visitor.go (+5 -1)
📝 models/config/proxy.go (+2 -2)
📝 models/msg/msg.go (+1 -1)
📝 models/plugin/http_proxy.go (+1 -1)
📝 models/plugin/socks5.go (+1 -1)
📝 server/manager.go (+1 -1)
📝 server/proxy.go (+44 -12)
📝 server/service.go (+16 -11)
📝 utils/net/conn.go (+19 -1)
📝 utils/version/version.go (+1 -1)
utils/vhost/newhttp.go (+186 -0)
utils/vhost/reverseproxy.go (+370 -0)
📝 utils/vhost/router.go (+4 -3)
📝 utils/vhost/vhost.go (+6 -2)

📄 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/564 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/14/2017 **Status:** ✅ Merged **Merged:** 12/14/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (8) - [`1a6a179`](https://github.com/fatedier/frp/commit/1a6a179b68f4bd40717e3e76b529ade102b86c72) visitor: fix panic - [`de48d97`](https://github.com/fatedier/frp/commit/de48d97cb2bb2b8269111ac8bee4fcce2748e70d) fix kcp port print error - [`cc16099`](https://github.com/fatedier/frp/commit/cc160995daa9bb2e5a37abd0295ca0837fd671d4) improve error role log info - [`63037f1`](https://github.com/fatedier/frp/commit/63037f1c652a11f49b2a56541f33d873b9212402) typo fix - [`7da61f0`](https://github.com/fatedier/frp/commit/7da61f004bceacb107dfa93509eabbcee300226a) improve http vhost package - [`46358d4`](https://github.com/fatedier/frp/commit/46358d466d0505728c610a6c064ca9239d42b39b) support encryption and compression in new http reverser proxy - [`4cc5ddc`](https://github.com/fatedier/frp/commit/4cc5ddc0128360541dcc2ef75036dfd1094dfff0) newhttp support BasicAuth - [`92046a7`](https://github.com/fatedier/frp/commit/92046a7ca26951c50c9100e0bed9dfd7e15c7c42) Merge pull request #561 from fatedier/http ### 📊 Changes **14 files changed** (+657 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `client/visitor.go` (+5 -1) 📝 `models/config/proxy.go` (+2 -2) 📝 `models/msg/msg.go` (+1 -1) 📝 `models/plugin/http_proxy.go` (+1 -1) 📝 `models/plugin/socks5.go` (+1 -1) 📝 `server/manager.go` (+1 -1) 📝 `server/proxy.go` (+44 -12) 📝 `server/service.go` (+16 -11) 📝 `utils/net/conn.go` (+19 -1) 📝 `utils/version/version.go` (+1 -1) ➕ `utils/vhost/newhttp.go` (+186 -0) ➕ `utils/vhost/reverseproxy.go` (+370 -0) 📝 `utils/vhost/router.go` (+4 -3) 📝 `utils/vhost/vhost.go` (+6 -2) </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:46 -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#4211
No description provided.