[PR #1728] [MERGED] bump version to v0.32.1 #4443

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1728
Author: @fatedier
Created: 4/2/2020
Status: Merged
Merged: 4/2/2020
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

190 files changed (+342 additions, -46944 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE (+0 -3)
📝 .gitignore (+1 -0)
📝 .travis.yml (+1 -1)
📝 Makefile.cross-compiles (+27 -26)
📝 README.md (+5 -1)
📝 README_zh.md (+7 -4)
📝 client/control.go (+1 -0)
📝 client/service.go (+25 -0)
📝 client/visitor_manager.go (+25 -8)
📝 doc/server_plugin.md (+73 -23)
📝 go.sum (+21 -0)
📝 models/plugin/server/http.go (+5 -1)
📝 models/plugin/server/manager.go (+90 -4)
📝 models/plugin/server/plugin.go (+4 -2)
📝 models/plugin/server/types.go (+11 -0)
📝 package.sh (+10 -6)
📝 server/control.go (+16 -2)
📝 server/service.go (+19 -5)
📝 utils/version/version.go (+1 -1)
vendor/github.com/coreos/go-oidc/.gitignore (+0 -2)

...and 80 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/1728 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/2/2020 **Status:** ✅ Merged **Merged:** 4/2/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f65ffe2`](https://github.com/fatedier/frp/commit/f65ffe28122c1ea6ba9a5e14edbd30d56ca8e171) remove vendor - [`10acf63`](https://github.com/fatedier/frp/commit/10acf638f81bdddaf1f4dd28d246429d488f721d) [Feature] Include RunId in FRP Server Plugin NewProxy message (#1700) - [`a4b105d`](https://github.com/fatedier/frp/commit/a4b105dedb14e9235d88264f47f5cc523da53718) [Feature] Server Plugin - Ping and NewWorkConn RPC (#1702) - [`809f517`](https://github.com/fatedier/frp/commit/809f517db847ef02ba614c04e9b81e47a55db0ea) server plugin: set version and op in http request query (#1707) - [`4c2afb5`](https://github.com/fatedier/frp/commit/4c2afb5c28831f1a789bfd298ae1a77ce3cfc173) doc: add plugin repo link (#1710) - [`a8efaee`](https://github.com/fatedier/frp/commit/a8efaee1f3943802fb141158c75debb57b501a59) Improve basic examples for newbies (#1711) - [`ffb9323`](https://github.com/fatedier/frp/commit/ffb932390f674bcbe238b0a929b5199738a70a17) remove qq info - [`caa6e8c`](https://github.com/fatedier/frp/commit/caa6e8cf019d19c49bf96e58f170d13b1af8b7ec) fix: frpc reconnect frps frequently lead to memory leak (#1722) - [`b6ec9da`](https://github.com/fatedier/frp/commit/b6ec9dad28c0323f5ab69ce88194880c45cebdad) bump version to v0.32.1 - [`abb5b05`](https://github.com/fatedier/frp/commit/abb5b05d49c1c97a6019c47bb5ee28cf59791ff9) update package.sh ### 📊 Changes **190 files changed** (+342 additions, -46944 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE` (+0 -3) 📝 `.gitignore` (+1 -0) 📝 `.travis.yml` (+1 -1) 📝 `Makefile.cross-compiles` (+27 -26) 📝 `README.md` (+5 -1) 📝 `README_zh.md` (+7 -4) 📝 `client/control.go` (+1 -0) 📝 `client/service.go` (+25 -0) 📝 `client/visitor_manager.go` (+25 -8) 📝 `doc/server_plugin.md` (+73 -23) 📝 `go.sum` (+21 -0) 📝 `models/plugin/server/http.go` (+5 -1) 📝 `models/plugin/server/manager.go` (+90 -4) 📝 `models/plugin/server/plugin.go` (+4 -2) 📝 `models/plugin/server/types.go` (+11 -0) 📝 `package.sh` (+10 -6) 📝 `server/control.go` (+16 -2) 📝 `server/service.go` (+19 -5) 📝 `utils/version/version.go` (+1 -1) ➖ `vendor/github.com/coreos/go-oidc/.gitignore` (+0 -2) _...and 80 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:42:11 -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#4443
No description provided.