[PR #2906] [MERGED] bump version #4657

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2906
Author: @fatedier
Created: 4/22/2022
Status: Merged
Merged: 4/22/2022
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (8)

📊 Changes

16 files changed (+95 additions, -50 deletions)

View changed files

📝 .goreleaser.yml (+1 -1)
📝 Makefile (+4 -1)
📝 Release.md (+3 -4)
📝 client/proxy/proxy.go (+1 -1)
📝 client/service.go (+35 -1)
📝 cmd/frpc/main.go (+0 -8)
📝 cmd/frpc/sub/root.go (+39 -22)
📝 conf/frpc_full.ini (+1 -1)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 pkg/config/client.go (+1 -1)
📝 pkg/config/value.go (+3 -3)
📝 pkg/util/version/version.go (+1 -1)
📝 pkg/util/vhost/http.go (+1 -1)
📝 server/control.go (+1 -1)
📝 test/e2e/plugin/server.go (+1 -1)

📄 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/2906 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/22/2022 **Status:** ✅ Merged **Merged:** 4/22/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (8) - [`305e40f`](https://github.com/fatedier/frp/commit/305e40fa8a53190428bb6833260faed480d1d65f) update .goreleaser.yml - [`18a2af4`](https://github.com/fatedier/frp/commit/18a2af47037874dfa76e99f2426609f715f89d1a) frpc: support multiple confs (#2873) - [`915d9f4`](https://github.com/fatedier/frp/commit/915d9f4c09bf7e93110017ae8d0e908add5fbab9) fix some typos (#2882) - [`a7a4ba2`](https://github.com/fatedier/frp/commit/a7a4ba270dfe841a2910073aba89db871794a8ba) fix error parsing env values (#2886) - [`6481870`](https://github.com/fatedier/frp/commit/6481870d039a0e934c63525511c60da4ae3400ef) fix: data races when accessing `github.com/fatedier/frp/client.(*Service).ctl` (#2891) - [`21240ed`](https://github.com/fatedier/frp/commit/21240ed96251ed0085e9c3e4b96fe38ae29b12fb) some improvements - [`888ed25`](https://github.com/fatedier/frp/commit/888ed253143378d9b1454745756a2a8fc7e42988) dependency: update github.com/pires/go-proxyproto to v0.6.2 (#2894) - [`6c65858`](https://github.com/fatedier/frp/commit/6c658586f6e1a51eef119ebc449a69c5d9b62601) bump version to v0.42.0 ### 📊 Changes **16 files changed** (+95 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yml` (+1 -1) 📝 `Makefile` (+4 -1) 📝 `Release.md` (+3 -4) 📝 `client/proxy/proxy.go` (+1 -1) 📝 `client/service.go` (+35 -1) 📝 `cmd/frpc/main.go` (+0 -8) 📝 `cmd/frpc/sub/root.go` (+39 -22) 📝 `conf/frpc_full.ini` (+1 -1) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `pkg/config/client.go` (+1 -1) 📝 `pkg/config/value.go` (+3 -3) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `pkg/util/vhost/http.go` (+1 -1) 📝 `server/control.go` (+1 -1) 📝 `test/e2e/plugin/server.go` (+1 -1) </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:46:14 -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#4657
No description provided.