[PR #1000] [MERGED] bump version to v0.22.0 #4294

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (10+)

  • c33b515 split visitors from proxies and add health check config
  • 42ee536 add module comments for vgo
  • 0d02f29 refactor ci test
  • d74b45b more ci
  • 57417c8 add ci case of reload and reconnect
  • cc6486a add more cmd test
  • 082447f frpc: support health check
  • cbeeac0 Upgrade golang to 1.10
  • 2297405 Merge pull request #891 from mark86092/bump-docker-to-1-10
  • 698219b frpc: support health check

📊 Changes

58 files changed (+2796 additions, -3850 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 Dockerfile_multiple_build (+1 -1)
📝 Gopkg.lock (+77 -6)
📝 Gopkg.toml (+1 -1)
📝 Makefile (+7 -13)
📝 README.md (+2 -2)
📝 README_zh.md (+2 -2)
📝 client/admin_api.go (+4 -3)
📝 client/control.go (+53 -200)
client/event/event.go (+28 -0)
client/health/health.go (+178 -0)
📝 client/proxy/proxy.go (+2 -2)
client/proxy/proxy_manager.go (+138 -0)
client/proxy/proxy_wrapper.go (+244 -0)
client/proxy_manager.go (+0 -365)
📝 client/service.go (+172 -9)
📝 client/visitor.go (+16 -7)
client/visitor_manager.go (+123 -0)
📝 cmd/frpc/main.go (+1 -1)
📝 cmd/frpc/sub/root.go (+7 -2)

...and 38 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/1000 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/9/2018 **Status:** ✅ Merged **Merged:** 12/9/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c33b515`](https://github.com/fatedier/frp/commit/c33b5152e722a50d65cd6925ba498f3016c7c19c) split visitors from proxies and add health check config - [`42ee536`](https://github.com/fatedier/frp/commit/42ee536dae2ace3d423de6c5262819b71e82312c) add module comments for vgo - [`0d02f29`](https://github.com/fatedier/frp/commit/0d02f291e323625bbb6ef6efc5f30374cb92e129) refactor ci test - [`d74b45b`](https://github.com/fatedier/frp/commit/d74b45be5d037b58d18fec3be05064c3ec68e404) more ci - [`57417c8`](https://github.com/fatedier/frp/commit/57417c83ae8695e43e8b0cb2f7ba88660a3eb8e5) add ci case of reload and reconnect - [`cc6486a`](https://github.com/fatedier/frp/commit/cc6486addbafaed64274d898e2d1f3c9e06e124b) add more cmd test - [`082447f`](https://github.com/fatedier/frp/commit/082447f5170445e0bc69865fa37d756646c17511) frpc: support health check - [`cbeeac0`](https://github.com/fatedier/frp/commit/cbeeac06a5273b3eaa10b899ffc40e22ad827f81) Upgrade golang to 1.10 - [`2297405`](https://github.com/fatedier/frp/commit/229740524e940f3862aa465d9c794a19bb02d55e) Merge pull request #891 from mark86092/bump-docker-to-1-10 - [`698219b`](https://github.com/fatedier/frp/commit/698219b6218897241aef7e148e2e611f9b8c6ccf) frpc: support health check ### 📊 Changes **58 files changed** (+2796 additions, -3850 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `Dockerfile_multiple_build` (+1 -1) 📝 `Gopkg.lock` (+77 -6) 📝 `Gopkg.toml` (+1 -1) 📝 `Makefile` (+7 -13) 📝 `README.md` (+2 -2) 📝 `README_zh.md` (+2 -2) 📝 `client/admin_api.go` (+4 -3) 📝 `client/control.go` (+53 -200) ➕ `client/event/event.go` (+28 -0) ➕ `client/health/health.go` (+178 -0) 📝 `client/proxy/proxy.go` (+2 -2) ➕ `client/proxy/proxy_manager.go` (+138 -0) ➕ `client/proxy/proxy_wrapper.go` (+244 -0) ➖ `client/proxy_manager.go` (+0 -365) 📝 `client/service.go` (+172 -9) 📝 `client/visitor.go` (+16 -7) ➕ `client/visitor_manager.go` (+123 -0) 📝 `cmd/frpc/main.go` (+1 -1) 📝 `cmd/frpc/sub/root.go` (+7 -2) _...and 38 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:21 -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#4294
No description provided.