[PR #4253] [MERGED] bump version #4953

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4253
Author: @fatedier
Created: 5/31/2024
Status: Merged
Merged: 5/31/2024
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (6)

  • 9ced717 update build-and-push-image.yml (#4206)
  • f0442d0 plugin: fix http2 not enabled for https2http and https2https plugin (#4230)
  • 301515d update the default value of transport.tcpMuxKeepaliveInterval (#4231)
  • 522e2c9 config: return error if plugin type is empty (#4235)
  • e680acf android: only use google dns server when the default dns server cannot be obtained (#4236)
  • 77990c3 fix ini configuration default values (#4250)

📊 Changes

15 files changed (+63 additions, -81 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yml (+2 -2)
📝 Release.md (+6 -11)
📝 conf/frpc_full_example.toml (+1 -1)
📝 conf/frps_full_example.toml (+1 -1)
📝 pkg/config/legacy/client.go (+4 -20)
📝 pkg/config/legacy/server.go (+12 -26)
📝 pkg/config/v1/client.go (+1 -1)
📝 pkg/config/v1/plugin.go (+6 -1)
📝 pkg/config/v1/proxy.go (+4 -0)
📝 pkg/config/v1/server.go (+1 -1)
📝 pkg/config/v1/visitor.go (+4 -0)
📝 pkg/plugin/client/https2http.go (+7 -7)
📝 pkg/plugin/client/https2https.go (+7 -7)
📝 pkg/util/system/system_android.go (+6 -2)
📝 pkg/util/version/version.go (+1 -1)

📄 Description

WHY


🔄 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/4253 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/31/2024 **Status:** ✅ Merged **Merged:** 5/31/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (6) - [`9ced717`](https://github.com/fatedier/frp/commit/9ced717d69495371b557b31e12ed42475d76f72f) update build-and-push-image.yml (#4206) - [`f0442d0`](https://github.com/fatedier/frp/commit/f0442d0cd5fb343deb1702a8b0ed1fe23d55d333) plugin: fix http2 not enabled for https2http and https2https plugin (#4230) - [`301515d`](https://github.com/fatedier/frp/commit/301515d2e86e30904dc5ca9cd81057049d7de8ff) update the default value of transport.tcpMuxKeepaliveInterval (#4231) - [`522e2c9`](https://github.com/fatedier/frp/commit/522e2c94c1fe6f86506e509cbf6b92babe37bef0) config: return error if plugin type is empty (#4235) - [`e680acf`](https://github.com/fatedier/frp/commit/e680acf42df7718720dbe5181180681037cd02e1) android: only use google dns server when the default dns server cannot be obtained (#4236) - [`77990c3`](https://github.com/fatedier/frp/commit/77990c31ef625261fefe0e926d08cca509fa78dc) fix ini configuration default values (#4250) ### 📊 Changes **15 files changed** (+63 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yml` (+2 -2) 📝 `Release.md` (+6 -11) 📝 `conf/frpc_full_example.toml` (+1 -1) 📝 `conf/frps_full_example.toml` (+1 -1) 📝 `pkg/config/legacy/client.go` (+4 -20) 📝 `pkg/config/legacy/server.go` (+12 -26) 📝 `pkg/config/v1/client.go` (+1 -1) 📝 `pkg/config/v1/plugin.go` (+6 -1) 📝 `pkg/config/v1/proxy.go` (+4 -0) 📝 `pkg/config/v1/server.go` (+1 -1) 📝 `pkg/config/v1/visitor.go` (+4 -0) 📝 `pkg/plugin/client/https2http.go` (+7 -7) 📝 `pkg/plugin/client/https2https.go` (+7 -7) 📝 `pkg/util/system/system_android.go` (+6 -2) 📝 `pkg/util/version/version.go` (+1 -1) </details> ### 📄 Description ### WHY <!-- author to complete --> --- <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:51:52 -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#4953
No description provided.