[PR #3010] [MERGED] release v0.44.0 #4669

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3010
Author: @fatedier
Created: 7/10/2022
Status: Merged
Merged: 7/10/2022
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (4)

  • 5b8b145 Use auto generated certificates if plugin_key_path and plugin_crt_path are empty for plugin https2https and https2http. (#2968)
  • c652b8e fix ipv6 address parsing (#2978)
  • 218b354 Server Dashboard SSL Support (#2982)
  • fa7c05c release note for v0.44.0

📊 Changes

13 files changed (+142 additions, -63 deletions)

View changed files

📝 README.md (+15 -0)
📝 Release.md (+6 -3)
📝 client/admin_api.go (+11 -9)
📝 client/proxy/proxy.go (+4 -5)
📝 client/visitor.go (+1 -1)
📝 cmd/frps/root.go (+34 -25)
📝 conf/frps_full.ini (+5 -0)
📝 pkg/config/proxy.go (+3 -1)
📝 pkg/config/server.go (+28 -0)
📝 pkg/plugin/client/https2http.go (+11 -7)
📝 pkg/plugin/client/https2https.go (+12 -8)
📝 pkg/util/version/version.go (+1 -1)
📝 server/dashboard.go (+11 -3)

📄 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/3010 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 7/10/2022 **Status:** ✅ Merged **Merged:** 7/10/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`5b8b145`](https://github.com/fatedier/frp/commit/5b8b145577c2f54cbc58e0e2a76c6cd7b7765b79) Use auto generated certificates if plugin_key_path and plugin_crt_path are empty for plugin https2https and https2http. (#2968) - [`c652b8e`](https://github.com/fatedier/frp/commit/c652b8ef070507344f2cdd7230af1c6c10f0ee4c) fix ipv6 address parsing (#2978) - [`218b354`](https://github.com/fatedier/frp/commit/218b354f8218b3c204c4f27268eb749f5f31024f) Server Dashboard SSL Support (#2982) - [`fa7c05c`](https://github.com/fatedier/frp/commit/fa7c05c617ca872ef339bdca42836f400529180b) release note for v0.44.0 ### 📊 Changes **13 files changed** (+142 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -0) 📝 `Release.md` (+6 -3) 📝 `client/admin_api.go` (+11 -9) 📝 `client/proxy/proxy.go` (+4 -5) 📝 `client/visitor.go` (+1 -1) 📝 `cmd/frps/root.go` (+34 -25) 📝 `conf/frps_full.ini` (+5 -0) 📝 `pkg/config/proxy.go` (+3 -1) 📝 `pkg/config/server.go` (+28 -0) 📝 `pkg/plugin/client/https2http.go` (+11 -7) 📝 `pkg/plugin/client/https2https.go` (+12 -8) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `server/dashboard.go` (+11 -3) </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:30 -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#4669
No description provided.