[PR #890] [MERGED] bump version to v0.21.0 #4273

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/890
Author: @fatedier
Created: 8/12/2018
Status: Merged
Merged: 8/12/2018
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • e64fcce cmd: frps: allow_ports option
  • 71603c6 Merge pull request #807 from kac-/allowPorts
  • f577834 config: fix server_name not using user as prefix, fix #804
  • bbc36be update xtcp log info
  • b6c219a Merge pull request #814 from neohe/dev
  • b803747 websocket protocol
  • 64136a3 Merge pull request #875 from jettyu/jettyu-websocket
  • 9bb0839 Fix the problem of long connection for more than 30 seconds and disconnection of the server
  • 6e305db Merge pull request #882 from 235832289/master
  • ca88b07 optimize

📊 Changes

19 files changed (+1534 additions, -70 deletions)

View changed files

📝 Gopkg.lock (+4 -3)
📝 client/visitor.go (+1 -1)
📝 cmd/frps/root.go (+17 -0)
📝 conf/frpc_full.ini (+1 -1)
📝 conf/frps_full.ini (+3 -0)
📝 models/config/client_common.go (+4 -3)
📝 models/config/proxy.go (+0 -2)
📝 models/config/server_common.go (+16 -2)
📝 server/service.go (+25 -11)
📝 utils/net/conn.go (+66 -34)
utils/net/websocket.go (+105 -0)
📝 utils/version/version.go (+1 -1)
📝 utils/vhost/newhttp.go (+13 -6)
📝 vendor/github.com/fatedier/golib/net/mux/mux.go (+4 -6)
vendor/golang.org/x/net/websocket/client.go (+106 -0)
vendor/golang.org/x/net/websocket/dial.go (+24 -0)
vendor/golang.org/x/net/websocket/hybi.go (+583 -0)
vendor/golang.org/x/net/websocket/server.go (+113 -0)
vendor/golang.org/x/net/websocket/websocket.go (+448 -0)

📄 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/890 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/12/2018 **Status:** ✅ Merged **Merged:** 8/12/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`e64fcce`](https://github.com/fatedier/frp/commit/e64fcce417311fe22e7f2afe07743fcbc1d7de9a) cmd: frps: allow_ports option - [`71603c6`](https://github.com/fatedier/frp/commit/71603c6d0bd49fd6640946b46188cd13204e3585) Merge pull request #807 from kac-/allowPorts - [`f577834`](https://github.com/fatedier/frp/commit/f5778349d5402ce80aa9828b12ae57efad1d8dc8) config: fix server_name not using user as prefix, fix #804 - [`bbc36be`](https://github.com/fatedier/frp/commit/bbc36be0521eed5a4203527dd09c63e4b4463448) update xtcp log info - [`b6c219a`](https://github.com/fatedier/frp/commit/b6c219aa979d3913143c979d88722d32389c44c9) Merge pull request #814 from neohe/dev - [`b803747`](https://github.com/fatedier/frp/commit/b8037475ed8c5a6c9e99f5fdbc69fd0c306c1805) websocket protocol - [`64136a3`](https://github.com/fatedier/frp/commit/64136a3b3e01b61293c5925f5acbefb2cbbc1dd7) Merge pull request #875 from jettyu/jettyu-websocket - [`9bb0839`](https://github.com/fatedier/frp/commit/9bb08396c78c0595c3aeb3053141892f77de25b0) Fix the problem of long connection for more than 30 seconds and disconnection of the server - [`6e305db`](https://github.com/fatedier/frp/commit/6e305db4be8d0c824f26ef45247971dfb18d9de8) Merge pull request #882 from 235832289/master - [`ca88b07`](https://github.com/fatedier/frp/commit/ca88b07ecf3c034df505bb6520473bc88cdac18d) optimize ### 📊 Changes **19 files changed** (+1534 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+4 -3) 📝 `client/visitor.go` (+1 -1) 📝 `cmd/frps/root.go` (+17 -0) 📝 `conf/frpc_full.ini` (+1 -1) 📝 `conf/frps_full.ini` (+3 -0) 📝 `models/config/client_common.go` (+4 -3) 📝 `models/config/proxy.go` (+0 -2) 📝 `models/config/server_common.go` (+16 -2) 📝 `server/service.go` (+25 -11) 📝 `utils/net/conn.go` (+66 -34) ➕ `utils/net/websocket.go` (+105 -0) 📝 `utils/version/version.go` (+1 -1) 📝 `utils/vhost/newhttp.go` (+13 -6) 📝 `vendor/github.com/fatedier/golib/net/mux/mux.go` (+4 -6) ➕ `vendor/golang.org/x/net/websocket/client.go` (+106 -0) ➕ `vendor/golang.org/x/net/websocket/dial.go` (+24 -0) ➕ `vendor/golang.org/x/net/websocket/hybi.go` (+583 -0) ➕ `vendor/golang.org/x/net/websocket/server.go` (+113 -0) ➕ `vendor/golang.org/x/net/websocket/websocket.go` (+448 -0) </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:38:53 -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#4273
No description provided.