[PR #1216] [MERGED] bump version to v0.27.0 #4344

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1216
Author: @fatedier
Created: 4/25/2019
Status: Merged
Merged: 4/25/2019
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (5)

  • 9f47c32 api error fix due to status code
  • 6a1f15b support proxy protocol in unix_domain_socket
  • 0dfd3a4 frps: support custom_404_page
  • 285d1eb bump version to v0.27.0
  • 9f9c01b Merge pull request #1215 from fatedier/new

📊 Changes

14 files changed (+86 additions, -44 deletions)

View changed files

📝 client/proxy/proxy.go (+36 -29)
📝 conf/frps_full.ini (+3 -0)
📝 models/config/server_common.go (+6 -0)
📝 models/plugin/http_proxy.go (+1 -1)
📝 models/plugin/https2http.go (+1 -6)
📝 models/plugin/plugin.go (+1 -1)
📝 models/plugin/socks5.go (+1 -1)
📝 models/plugin/static_file.go (+1 -1)
📝 models/plugin/unix_domain_socket.go (+4 -1)
📝 server/dashboard_api.go (+1 -0)
📝 server/service.go (+3 -0)
📝 utils/version/version.go (+1 -1)
📝 utils/vhost/resource.go (+25 -2)
📝 utils/vhost/reverseproxy.go (+2 -1)

📄 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/1216 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/25/2019 **Status:** ✅ Merged **Merged:** 4/25/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (5) - [`9f47c32`](https://github.com/fatedier/frp/commit/9f47c324b7ee3e5a7dc80edf4391fb841c28d3e3) api error fix due to status code - [`6a1f15b`](https://github.com/fatedier/frp/commit/6a1f15b25ed3fe5b71b097a187d0975c31445a73) support proxy protocol in unix_domain_socket - [`0dfd3a4`](https://github.com/fatedier/frp/commit/0dfd3a421cc40717ba8f19aa43a4117aec233952) frps: support custom_404_page - [`285d1eb`](https://github.com/fatedier/frp/commit/285d1eba0dfc900b41e34bd94d0e15f43cfef9cc) bump version to v0.27.0 - [`9f9c01b`](https://github.com/fatedier/frp/commit/9f9c01b52036b85e4f43f93d2f2c7322bf31b31b) Merge pull request #1215 from fatedier/new ### 📊 Changes **14 files changed** (+86 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `client/proxy/proxy.go` (+36 -29) 📝 `conf/frps_full.ini` (+3 -0) 📝 `models/config/server_common.go` (+6 -0) 📝 `models/plugin/http_proxy.go` (+1 -1) 📝 `models/plugin/https2http.go` (+1 -6) 📝 `models/plugin/plugin.go` (+1 -1) 📝 `models/plugin/socks5.go` (+1 -1) 📝 `models/plugin/static_file.go` (+1 -1) 📝 `models/plugin/unix_domain_socket.go` (+4 -1) 📝 `server/dashboard_api.go` (+1 -0) 📝 `server/service.go` (+3 -0) 📝 `utils/version/version.go` (+1 -1) 📝 `utils/vhost/resource.go` (+25 -2) 📝 `utils/vhost/reverseproxy.go` (+2 -1) </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:40: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#4344
No description provided.