[PR #2834] [MERGED] bump version #4635

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2834
Author: @fatedier
Created: 3/11/2022
Status: Merged
Merged: 3/11/2022
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (6)

📊 Changes

21 files changed (+233 additions, -33 deletions)

View changed files

📝 Release.md (+11 -1)
📝 client/control.go (+1 -0)
📝 client/proxy/proxy.go (+4 -1)
📝 client/service.go (+13 -15)
📝 conf/frpc_full.ini (+9 -0)
📝 doc/server_plugin.md (+21 -1)
📝 go.mod (+1 -1)
📝 go.sum (+4 -2)
📝 pkg/auth/oidc.go (+20 -8)
📝 pkg/config/client.go (+5 -0)
📝 pkg/config/client_test.go (+1 -0)
📝 pkg/plugin/server/manager.go (+32 -0)
📝 pkg/plugin/server/plugin.go (+1 -0)
📝 pkg/plugin/server/types.go (+5 -0)
📝 pkg/transport/tls.go (+2 -1)
📝 pkg/util/util/util.go (+16 -0)
📝 pkg/util/version/version.go (+1 -1)
📝 server/control.go (+29 -0)
📝 test/e2e/basic/client_server.go (+0 -1)
📝 test/e2e/framework/process.go (+7 -1)

...and 1 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/2834 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/11/2022 **Status:** ✅ Merged **Merged:** 3/11/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (6) - [`10100c2`](https://github.com/fatedier/frp/commit/10100c28d9338a585245afd9df75ff52ae6d97be) client: add dial_server_timeout (#2805) - [`19739ed`](https://github.com/fatedier/frp/commit/19739ed31a26994e1e68346324f83b9544f7a4b0) random sleep duration before reconnecting (#2816) - [`cd31359`](https://github.com/fatedier/frp/commit/cd31359a27305ccf6eac51ea4541fa292deb9232) feat: support add additional params for OIDC (#2814) - [`bf635c0`](https://github.com/fatedier/frp/commit/bf635c0e902c5e4b07de55440c6886d7f919dfc8) Notify server plugins when a proxy is closed (#2823) - [`eeea760`](https://github.com/fatedier/frp/commit/eeea7602d9d130f3fc953a4acaaaa8d1664a04f5) bugfix: Issue #2831 - Cant connect to frps behind ingress with tls (#2832) - [`1f88a7a`](https://github.com/fatedier/frp/commit/1f88a7a0b8092e1200d2a8f515d41f728d2b14b5) bump version to v0.40.0 (#2833) ### 📊 Changes **21 files changed** (+233 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Release.md` (+11 -1) 📝 `client/control.go` (+1 -0) 📝 `client/proxy/proxy.go` (+4 -1) 📝 `client/service.go` (+13 -15) 📝 `conf/frpc_full.ini` (+9 -0) 📝 `doc/server_plugin.md` (+21 -1) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -2) 📝 `pkg/auth/oidc.go` (+20 -8) 📝 `pkg/config/client.go` (+5 -0) 📝 `pkg/config/client_test.go` (+1 -0) 📝 `pkg/plugin/server/manager.go` (+32 -0) 📝 `pkg/plugin/server/plugin.go` (+1 -0) 📝 `pkg/plugin/server/types.go` (+5 -0) 📝 `pkg/transport/tls.go` (+2 -1) 📝 `pkg/util/util/util.go` (+16 -0) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `server/control.go` (+29 -0) 📝 `test/e2e/basic/client_server.go` (+0 -1) 📝 `test/e2e/framework/process.go` (+7 -1) _...and 1 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:45:50 -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#4635
No description provided.