[PR #2302] [MERGED] bump version #4547

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2302
Author: @fatedier
Created: 3/15/2021
Status: Merged
Merged: 3/15/2021
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

56 files changed (+3092 additions, -1722 deletions)

View changed files

📝 .circleci/config.yml (+2 -2)
📝 .github/workflows/build-and-push-image.yml (+1 -1)
📝 .github/workflows/goreleaser.yml (+1 -1)
📝 .gitignore (+1 -0)
📝 Makefile.cross-compiles (+16 -26)
📝 README.md (+99 -7)
📝 Release.md (+10 -1)
📝 client/admin.go (+1 -3)
📝 client/admin_api.go (+2 -2)
📝 client/control.go (+5 -1)
📝 client/proxy/proxy.go (+10 -6)
📝 client/service.go (+19 -5)
📝 cmd/frpc/sub/http.go (+1 -1)
📝 cmd/frpc/sub/https.go (+1 -1)
📝 cmd/frpc/sub/root.go (+5 -13)
📝 cmd/frpc/sub/stcp.go (+1 -1)
📝 cmd/frpc/sub/sudp.go (+1 -1)
📝 cmd/frpc/sub/tcp.go (+1 -1)
📝 cmd/frpc/sub/tcpmux.go (+1 -1)
📝 cmd/frpc/sub/udp.go (+1 -1)

...and 36 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/2302 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/15/2021 **Status:** ✅ Merged **Merged:** 3/15/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3621aad`](https://github.com/fatedier/frp/commit/3621aad1c1f086b9a99a46fcfc1abd8948b83aac) Reconstruct config (#2098) - [`fa89671`](https://github.com/fatedier/frp/commit/fa89671452a3e8c2dc9351485f4749c1b13b6fc2) Update README (#2221) - [`52d5c9e`](https://github.com/fatedier/frp/commit/52d5c9e25b83cad98ccca7edf0bdda32dfc1c351) initial commit for https2https plugin (#2201) - [`976fd81`](https://github.com/fatedier/frp/commit/976fd81d4d58a90fc7e550b83d578951bd0e48e9) modify gitignore;fix a typo (#2237) - [`8fcd4f4`](https://github.com/fatedier/frp/commit/8fcd4f4a954e204a94472b727d46d34f7543f712) client: reconnect more quickly if it's a dial error (#2240) - [`78b8bb7`](https://github.com/fatedier/frp/commit/78b8bb7bc6936acae2da6de4eddb877a3fd1d910) update docs: add example for building tls certificates (#2251) - [`0a2384a`](https://github.com/fatedier/frp/commit/0a2384a2837db174cf94f123b48aee9e2b7dae0d) fix XTCP error handling (#2273) - [`b5aee82`](https://github.com/fatedier/frp/commit/b5aee82ca95951e641a71cdc882f5119d88fc3ef) update: support custom tls server name (#2278) - [`8e25f13`](https://github.com/fatedier/frp/commit/8e25f132014e0566c777320afb42ec685757d345) update: support ipv6 (#2288) - [`184a0ff`](https://github.com/fatedier/frp/commit/184a0ff9abd757b991578e603155fffdce669ad2) update Makefile.cross-compiles and support darwin/arm64 (#2295) ### 📊 Changes **56 files changed** (+3092 additions, -1722 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+2 -2) 📝 `.github/workflows/build-and-push-image.yml` (+1 -1) 📝 `.github/workflows/goreleaser.yml` (+1 -1) 📝 `.gitignore` (+1 -0) 📝 `Makefile.cross-compiles` (+16 -26) 📝 `README.md` (+99 -7) 📝 `Release.md` (+10 -1) 📝 `client/admin.go` (+1 -3) 📝 `client/admin_api.go` (+2 -2) 📝 `client/control.go` (+5 -1) 📝 `client/proxy/proxy.go` (+10 -6) 📝 `client/service.go` (+19 -5) 📝 `cmd/frpc/sub/http.go` (+1 -1) 📝 `cmd/frpc/sub/https.go` (+1 -1) 📝 `cmd/frpc/sub/root.go` (+5 -13) 📝 `cmd/frpc/sub/stcp.go` (+1 -1) 📝 `cmd/frpc/sub/sudp.go` (+1 -1) 📝 `cmd/frpc/sub/tcp.go` (+1 -1) 📝 `cmd/frpc/sub/tcpmux.go` (+1 -1) 📝 `cmd/frpc/sub/udp.go` (+1 -1) _...and 36 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:44:09 -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#4547
No description provided.