[PR #4496] [MERGED] bump version #4990

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4496
Author: @fatedier
Created: 10/17/2024
Status: Merged
Merged: 10/17/2024
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (7)

📊 Changes

19 files changed (+125 additions, -51 deletions)

View changed files

📝 .github/workflows/golangci-lint.yml (+2 -2)
📝 .github/workflows/goreleaser.yml (+1 -1)
📝 .golangci.yml (+3 -2)
📝 README_zh.md (+1 -1)
📝 Release.md (+2 -6)
📝 client/control.go (+1 -1)
📝 client/proxy/proxy_wrapper.go (+1 -1)
📝 conf/frpc_full_example.toml (+1 -1)
📝 dockerfiles/Dockerfile-for-frpc (+1 -1)
📝 dockerfiles/Dockerfile-for-frps (+1 -1)
📝 pkg/auth/auth.go (+2 -1)
📝 pkg/auth/oidc.go (+19 -8)
pkg/auth/oidc_test.go (+64 -0)
📝 pkg/config/flags.go (+1 -0)
📝 pkg/config/types/types.go (+4 -4)
📝 pkg/nathole/utils.go (+5 -5)
📝 pkg/util/util/util.go (+9 -9)
📝 pkg/util/version/version.go (+1 -1)
📝 server/proxy/proxy.go (+6 -6)

📄 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/4496 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/17/2024 **Status:** ✅ Merged **Merged:** 10/17/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (7) - [`edd7cf8`](https://github.com/fatedier/frp/commit/edd7cf8967a95d9009dfa0bd82233f35fd6c0500) chore: fix function name (#4416) - [`fe4ca1b`](https://github.com/fatedier/frp/commit/fe4ca1b54e9045ea91ffa4645ac8f39bb2e770ef) Update README_zh.md (#4421) - [`2855ac7`](https://github.com/fatedier/frp/commit/2855ac71e3fc3fb2859f4c75f97f97e99f131f1b) frpc visitor: add --server-user option to specify server proxy username (#4477) - [`2466e65`](https://github.com/fatedier/frp/commit/2466e65f43f61fa87fce0069cc06defe94f1e856) support multiple subjects in oidc ping (#4475) - [`b14192a`](https://github.com/fatedier/frp/commit/b14192a8d3bb5b5a844977ea82de9a7d87dbdf06) feat: bump (#4490) - [`3a08c2a`](https://github.com/fatedier/frp/commit/3a08c2aeb0fd5639e40c3f91d6c5ac98150ec194) conf: fix example for tls2raw (#4494) - [`f7a06cb`](https://github.com/fatedier/frp/commit/f7a06cbe61b0eb703a65b9ebabed036ed45fe8ca) use go1.23 (#4495) ### 📊 Changes **19 files changed** (+125 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golangci-lint.yml` (+2 -2) 📝 `.github/workflows/goreleaser.yml` (+1 -1) 📝 `.golangci.yml` (+3 -2) 📝 `README_zh.md` (+1 -1) 📝 `Release.md` (+2 -6) 📝 `client/control.go` (+1 -1) 📝 `client/proxy/proxy_wrapper.go` (+1 -1) 📝 `conf/frpc_full_example.toml` (+1 -1) 📝 `dockerfiles/Dockerfile-for-frpc` (+1 -1) 📝 `dockerfiles/Dockerfile-for-frps` (+1 -1) 📝 `pkg/auth/auth.go` (+2 -1) 📝 `pkg/auth/oidc.go` (+19 -8) ➕ `pkg/auth/oidc_test.go` (+64 -0) 📝 `pkg/config/flags.go` (+1 -0) 📝 `pkg/config/types/types.go` (+4 -4) 📝 `pkg/nathole/utils.go` (+5 -5) 📝 `pkg/util/util/util.go` (+9 -9) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `server/proxy/proxy.go` (+6 -6) </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:52:37 -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#4990
No description provided.