[PR #3218] [MERGED] release v0.46.0 #4701

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3218
Author: @fatedier
Created: 12/18/2022
Status: Merged
Merged: 12/18/2022
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (8)

📊 Changes

22 files changed (+702 additions, -261 deletions)

View changed files

📝 .github/workflows/build-and-push-image.yml (+12 -9)
📝 .github/workflows/goreleaser.yml (+6 -3)
📝 .github/workflows/stale.yml (+7 -1)
📝 .gitignore (+1 -0)
📝 README.md (+30 -0)
📝 Release.md (+7 -1)
📝 client/control.go (+9 -81)
📝 client/service.go (+169 -72)
📝 conf/frpc_full.ini (+11 -1)
📝 conf/frps_full.ini (+10 -2)
📝 go.mod (+19 -10)
📝 go.sum (+276 -17)
📝 pkg/auth/oidc.go (+10 -2)
📝 pkg/config/client.go (+9 -14)
📝 pkg/config/client_test.go (+3 -0)
📝 pkg/config/server.go (+11 -20)
📝 pkg/config/server_test.go (+6 -0)
📝 pkg/util/net/conn.go (+28 -0)
📝 pkg/util/version/version.go (+1 -1)
📝 server/service.go (+48 -2)

...and 2 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/3218 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/18/2022 **Status:** ✅ Merged **Merged:** 12/18/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (8) - [`e8c8d59`](https://github.com/fatedier/frp/commit/e8c8d5903a65555e728a132d029ed48a460440c2) remove unsupported platform - [`e5af37b`](https://github.com/fatedier/frp/commit/e5af37bc8cef6033defeb47d27b42a75b32842f3) upgrade github actions version (#3150) - [`da51adc`](https://github.com/fatedier/frp/commit/da51adc27670f495478f50634462954319e4fc14) Set least privileged token permission for GitHub Actions (#3155) - [`649df88`](https://github.com/fatedier/frp/commit/649df8827c58080f0a3679ab48f5c673926792aa) feat: Support OIDC scope parameter (#3192) - [`2f66dc3`](https://github.com/fatedier/frp/commit/2f66dc3e998805d4f2a4dfa020b9c9bc1af2d16d) support protocol quic between frpc and frps (#3198) - [`af0b793`](https://github.com/fatedier/frp/commit/af0b7939a7815199f2f7c8a7ec172b88f32a1b57) feat: odic refine (#3202) - [`b2e3946`](https://github.com/fatedier/frp/commit/b2e394680048a192d40b12129b150eb86cc20b34) feat: release (#3205) - [`7678938`](https://github.com/fatedier/frp/commit/7678938c088c8d57367494ad53dd5c3b9e0cca35) support quic options (#3211) ### 📊 Changes **22 files changed** (+702 additions, -261 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image.yml` (+12 -9) 📝 `.github/workflows/goreleaser.yml` (+6 -3) 📝 `.github/workflows/stale.yml` (+7 -1) 📝 `.gitignore` (+1 -0) 📝 `README.md` (+30 -0) 📝 `Release.md` (+7 -1) 📝 `client/control.go` (+9 -81) 📝 `client/service.go` (+169 -72) 📝 `conf/frpc_full.ini` (+11 -1) 📝 `conf/frps_full.ini` (+10 -2) 📝 `go.mod` (+19 -10) 📝 `go.sum` (+276 -17) 📝 `pkg/auth/oidc.go` (+10 -2) 📝 `pkg/config/client.go` (+9 -14) 📝 `pkg/config/client_test.go` (+3 -0) 📝 `pkg/config/server.go` (+11 -20) 📝 `pkg/config/server_test.go` (+6 -0) 📝 `pkg/util/net/conn.go` (+28 -0) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `server/service.go` (+48 -2) _...and 2 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:47:04 -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#4701
No description provided.