[PR #720] [MERGED] bump version to v0.17.0 #4239

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/720
Author: @fatedier
Created: 4/23/2018
Status: Merged
Merged: 4/23/2018
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

219 files changed (+22019 additions, -10410 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 Makefile (+1 -1)
📝 README.md (+8 -12)
📝 README_zh.md (+6 -11)
📝 client/admin.go (+2 -2)
📝 client/admin_api.go (+18 -7)
📝 client/control.go (+18 -16)
📝 client/proxy.go (+7 -6)
📝 client/proxy_manager.go (+7 -6)
📝 client/service.go (+4 -3)
📝 client/visitor.go (+4 -3)
📝 cmd/frpc/main.go (+2 -284)
cmd/frpc/sub/http.go (+96 -0)
cmd/frpc/sub/https.go (+88 -0)
cmd/frpc/sub/reload.go (+92 -0)
cmd/frpc/sub/root.go (+215 -0)
cmd/frpc/sub/status.go (+146 -0)
cmd/frpc/sub/stcp.go (+102 -0)
cmd/frpc/sub/tcp.go (+85 -0)
cmd/frpc/sub/udp.go (+85 -0)

...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/720 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/23/2018 **Status:** ✅ Merged **Merged:** 4/23/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7dd28a1`](https://github.com/fatedier/frp/commit/7dd28a14aa92581ae00d08a827782b90b27555ec) fix https://github.com/fatedier/frp/issues/684 - [`af7cca1`](https://github.com/fatedier/frp/commit/af7cca1a93537e19ade54f537b93286b74ac035f) Merge pull request #685 from toby1991/dev - [`3fde917`](https://github.com/fatedier/frp/commit/3fde9176c94f2129905175ac5115733e486ccb9f) dashboard_api for getting a client status by name - [`814afbe`](https://github.com/fatedier/frp/commit/814afbe1f6d917cd6bad92c4f80d01c9f945f1f9) Merge pull request #688 from miwee/dashboard_api_client_status - [`0f6f674`](https://github.com/fatedier/frp/commit/0f6f674a648e248fd1d842bc24cca2034db148bf) cmd: support more cli command - [`fe187eb`](https://github.com/fatedier/frp/commit/fe187eb8ecabeaef0a91eb2eed82658fc12bfff5) remove package github.com/docopt/docopt-go - [`c1f57da`](https://github.com/fatedier/frp/commit/c1f57da00d3634b6401085a753d0cdfe0fdd2793) update packages - [`4cb4da3`](https://github.com/fatedier/frp/commit/4cb4da3afc8422f7abad06fc18694f2da3a8088a) add package github.com/spf13/cobra - [`c47aad3`](https://github.com/fatedier/frp/commit/c47aad348de222b91e2cb2387e8f4d9ea659cd89) fix - [`00b9ba9`](https://github.com/fatedier/frp/commit/00b9ba95aeef38135a48fe42917d9aa2fac4f879) frpc: support specify default dns server, close #700 ### 📊 Changes **219 files changed** (+22019 additions, -10410 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `Makefile` (+1 -1) 📝 `README.md` (+8 -12) 📝 `README_zh.md` (+6 -11) 📝 `client/admin.go` (+2 -2) 📝 `client/admin_api.go` (+18 -7) 📝 `client/control.go` (+18 -16) 📝 `client/proxy.go` (+7 -6) 📝 `client/proxy_manager.go` (+7 -6) 📝 `client/service.go` (+4 -3) 📝 `client/visitor.go` (+4 -3) 📝 `cmd/frpc/main.go` (+2 -284) ➕ `cmd/frpc/sub/http.go` (+96 -0) ➕ `cmd/frpc/sub/https.go` (+88 -0) ➕ `cmd/frpc/sub/reload.go` (+92 -0) ➕ `cmd/frpc/sub/root.go` (+215 -0) ➕ `cmd/frpc/sub/status.go` (+146 -0) ➕ `cmd/frpc/sub/stcp.go` (+102 -0) ➕ `cmd/frpc/sub/tcp.go` (+85 -0) ➕ `cmd/frpc/sub/udp.go` (+85 -0) _...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:38:19 -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#4239
No description provided.