[PR #2955] [MERGED] bump version to v0.43.0 #4663

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2955
Author: @fatedier
Created: 5/27/2022
Status: Merged
Merged: 5/27/2022
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (5)

  • 44eb513 Update docker image build file (#2892)
  • a72259c docker build&push: some adjustments
  • bd89eab remove systemd files
  • 4af85da type http/tcpmux proxy support route_by_http_user, tcpmux support passthourgh mode (#2932)
  • 0711295 release note for v0.43.0 (#2954)

📊 Changes

30 files changed (+652 additions, -424 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yml (+33 -70)
📝 Release.md (+3 -5)
📝 conf/frpc_full.ini (+3 -0)
📝 conf/frps_full.ini (+3 -0)
conf/systemd/frpc.service (+0 -15)
conf/systemd/frpc@.service (+0 -15)
conf/systemd/frps.service (+0 -14)
conf/systemd/frps@.service (+0 -14)
📝 dockerfiles/Dockerfile-for-frpc (+5 -7)
📝 dockerfiles/Dockerfile-for-frps (+5 -7)
📝 pkg/config/proxy.go (+10 -3)
📝 pkg/config/server.go (+3 -0)
📝 pkg/msg/msg.go (+68 -67)
📝 pkg/util/tcpmux/httpconnect.go (+34 -8)
📝 pkg/util/util/http.go (+33 -0)
📝 pkg/util/version/version.go (+1 -1)
📝 pkg/util/vhost/http.go (+131 -32)
📝 pkg/util/vhost/reverseproxy.go (+19 -7)
📝 pkg/util/vhost/router.go (+43 -21)
📝 pkg/util/vhost/vhost.go (+78 -47)

...and 10 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/2955 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/27/2022 **Status:** ✅ Merged **Merged:** 5/27/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (5) - [`44eb513`](https://github.com/fatedier/frp/commit/44eb513f059a4e8d24cf0680673b047cf55b5712) Update docker image build file (#2892) - [`a72259c`](https://github.com/fatedier/frp/commit/a72259c604f23a077f6030f1b141a80ce060f1c3) docker build&push: some adjustments - [`bd89eab`](https://github.com/fatedier/frp/commit/bd89eaba2fc465c0c3ba4509c7ce75b2ca49206d) remove systemd files - [`4af85da`](https://github.com/fatedier/frp/commit/4af85da0c2c6eb981142a8fdb44f885d26cb9d08) type http/tcpmux proxy support route_by_http_user, tcpmux support passthourgh mode (#2932) - [`0711295`](https://github.com/fatedier/frp/commit/0711295b0ac357974c84e11ee34a33277014ab40) release note for v0.43.0 (#2954) ### 📊 Changes **30 files changed** (+652 additions, -424 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yml` (+33 -70) 📝 `Release.md` (+3 -5) 📝 `conf/frpc_full.ini` (+3 -0) 📝 `conf/frps_full.ini` (+3 -0) ➖ `conf/systemd/frpc.service` (+0 -15) ➖ `conf/systemd/frpc@.service` (+0 -15) ➖ `conf/systemd/frps.service` (+0 -14) ➖ `conf/systemd/frps@.service` (+0 -14) 📝 `dockerfiles/Dockerfile-for-frpc` (+5 -7) 📝 `dockerfiles/Dockerfile-for-frps` (+5 -7) 📝 `pkg/config/proxy.go` (+10 -3) 📝 `pkg/config/server.go` (+3 -0) 📝 `pkg/msg/msg.go` (+68 -67) 📝 `pkg/util/tcpmux/httpconnect.go` (+34 -8) 📝 `pkg/util/util/http.go` (+33 -0) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `pkg/util/vhost/http.go` (+131 -32) 📝 `pkg/util/vhost/reverseproxy.go` (+19 -7) 📝 `pkg/util/vhost/router.go` (+43 -21) 📝 `pkg/util/vhost/vhost.go` (+78 -47) _...and 10 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:46:20 -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#4663
No description provided.