[PR #1349] [MERGED] bump version to v0.28.0 #4362

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1349
Author: @fatedier
Created: 8/1/2019
Status: Merged
Merged: 8/1/2019
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (9)

📊 Changes

17 files changed (+346 additions, -118 deletions)

View changed files

📝 README.md (+6 -1)
📝 README_zh.md (+6 -4)
📝 client/service.go (+2 -0)
📝 conf/frpc_full.ini (+1 -1)
📝 server/controller/resource.go (+4 -1)
📝 server/group/group.go (+1 -0)
server/group/http.go (+157 -0)
📝 server/group/tcp.go (+71 -51)
📝 server/proxy/http.go (+51 -17)
📝 server/proxy/https.go (+5 -0)
📝 server/proxy/proxy.go (+2 -0)
📝 server/service.go (+9 -2)
📝 tests/ci/health/health_test.go (+1 -1)
📝 utils/version/version.go (+1 -1)
📝 utils/vhost/http.go (+12 -20)
📝 utils/vhost/router.go (+12 -5)
📝 utils/vhost/vhost.go (+5 -14)

📄 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/1349 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/1/2019 **Status:** ✅ Merged **Merged:** 8/1/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (9) - [`a388bb2`](https://github.com/fatedier/frp/commit/a388bb2c95f44aa0ea7152ac0ad2d7c9dedb8078) Typo - [`f22c8e0`](https://github.com/fatedier/frp/commit/f22c8e0882be4a3270d268f6e12135d0c4e91396) Merge pull request #1323 from skyrocknroll/skyrocknroll-patch-1 - [`0b40ac2`](https://github.com/fatedier/frp/commit/0b40ac2dbc05b6b40790456308009145e88c7383) Fixed typos in comments - [`310e8dd`](https://github.com/fatedier/frp/commit/310e8dd768a3218f32a9f293ff48551834631946) Merge pull request #1331 from muesli/typo-fixes - [`5796c27`](https://github.com/fatedier/frp/commit/5796c27ed5719b3c7de970fc6be3424b096065d6) doc: update - [`b3ed863`](https://github.com/fatedier/frp/commit/b3ed863021035ec69856f34cccd48e4a38720cbb) support http load balancing - [`6b08985`](https://github.com/fatedier/frp/commit/6b089858db7567f1eaeb256730c61aa66d2ca20e) bump version to v0.28.0 - [`5680a88`](https://github.com/fatedier/frp/commit/5680a88267dad322cd09f3aeda34d01661c6a2d7) fix connection leak when login_fail_exit is false, fix #1335 - [`30cb0a3`](https://github.com/fatedier/frp/commit/30cb0a3ab0047ded4edee0044e0475b35b2045b9) Merge pull request #1344 from fatedier/new ### 📊 Changes **17 files changed** (+346 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -1) 📝 `README_zh.md` (+6 -4) 📝 `client/service.go` (+2 -0) 📝 `conf/frpc_full.ini` (+1 -1) 📝 `server/controller/resource.go` (+4 -1) 📝 `server/group/group.go` (+1 -0) ➕ `server/group/http.go` (+157 -0) 📝 `server/group/tcp.go` (+71 -51) 📝 `server/proxy/http.go` (+51 -17) 📝 `server/proxy/https.go` (+5 -0) 📝 `server/proxy/proxy.go` (+2 -0) 📝 `server/service.go` (+9 -2) 📝 `tests/ci/health/health_test.go` (+1 -1) 📝 `utils/version/version.go` (+1 -1) 📝 `utils/vhost/http.go` (+12 -20) 📝 `utils/vhost/router.go` (+12 -5) 📝 `utils/vhost/vhost.go` (+5 -14) </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:36 -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#4362
No description provided.