[PR #1122] [MERGED] bump version to v0.25.0 #4328

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1122
Author: @fatedier
Created: 3/11/2019
Status: Merged
Merged: 3/11/2019
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

28 files changed (+604 additions, -132 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 README.md (+27 -3)
📝 README_zh.md (+29 -0)
📝 client/control.go (+9 -2)
📝 client/proxy/proxy.go (+79 -10)
📝 client/service.go (+9 -2)
📝 client/visitor.go (+31 -44)
📝 cmd/frpc/sub/xtcp.go (+2 -2)
📝 conf/frpc_full.ini (+3 -0)
📝 go.mod (+1 -1)
📝 go.sum (+2 -1)
📝 models/config/client_common.go (+8 -0)
📝 models/msg/msg.go (+39 -34)
📝 models/nathole/nathole.go (+12 -5)
📝 server/proxy/xtcp.go (+24 -2)
📝 server/service.go (+41 -0)
📝 tests/ci/cmd_test.go (+6 -6)
📝 tests/ci/reconnect_test.go (+5 -5)
📝 tests/ci/reload_test.go (+2 -2)
📝 tests/ci/template_test.go (+2 -2)

...and 8 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/1122 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/11/2019 **Status:** ✅ Merged **Merged:** 3/11/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`178d134`](https://github.com/fatedier/frp/commit/178d134f468b8299b01c61dc08688fab6b921607) Update instruction of 'Rewriting the Host Header' - [`03e4318`](https://github.com/fatedier/frp/commit/03e4318d7941be4e2bf749dbbb624e5623368e71) Merge pull request #1107 from likev/patch-1 - [`3cf83f5`](https://github.com/fatedier/frp/commit/3cf83f57a863a74194e3b767fb029efd8881b0a5) update yamux version - [`ba45d29`](https://github.com/fatedier/frp/commit/ba45d29b7c1eb2840646ac26baaa035a1a2e3664) fix xtcp cmd - [`3df27b9`](https://github.com/fatedier/frp/commit/3df27b9c043d435fca41cd09b7c2f8c8081898af) xtcp: wrap yamux on kcp connections - [`3c03690`](https://github.com/fatedier/frp/commit/3c03690ab7a3c7f8219255a591a53e5c2bcf414a) Merge pull request #1112 from fatedier/p2p - [`d812488`](https://github.com/fatedier/frp/commit/d8124887671bf4f0ae5dd6f41e5b8f391006002b) support tls connection - [`e691a40`](https://github.com/fatedier/frp/commit/e691a402606c492d614027008fa6ec7f4614e827) improve the stability of xtcp - [`5e64bbf`](https://github.com/fatedier/frp/commit/5e64bbfa7c110c96782a1dae1bc86bba607daaa3) vendor: update package - [`dbfeea9`](https://github.com/fatedier/frp/commit/dbfeea99f3c47b987dab3472a521aa3880058ae0) update .travis.yml, support go1.12 ### 📊 Changes **28 files changed** (+604 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `README.md` (+27 -3) 📝 `README_zh.md` (+29 -0) 📝 `client/control.go` (+9 -2) 📝 `client/proxy/proxy.go` (+79 -10) 📝 `client/service.go` (+9 -2) 📝 `client/visitor.go` (+31 -44) 📝 `cmd/frpc/sub/xtcp.go` (+2 -2) 📝 `conf/frpc_full.ini` (+3 -0) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -1) 📝 `models/config/client_common.go` (+8 -0) 📝 `models/msg/msg.go` (+39 -34) 📝 `models/nathole/nathole.go` (+12 -5) 📝 `server/proxy/xtcp.go` (+24 -2) 📝 `server/service.go` (+41 -0) 📝 `tests/ci/cmd_test.go` (+6 -6) 📝 `tests/ci/reconnect_test.go` (+5 -5) 📝 `tests/ci/reload_test.go` (+2 -2) 📝 `tests/ci/template_test.go` (+2 -2) _...and 8 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:39:56 -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#4328
No description provided.