mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2834] [MERGED] bump version #4635
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4635
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:dev📝 Commits (6)
10100c2client: add dial_server_timeout (#2805)19739edrandom sleep duration before reconnecting (#2816)cd31359feat: support add additional params for OIDC (#2814)bf635c0Notify server plugins when a proxy is closed (#2823)eeea760bugfix: Issue #2831 - Cant connect to frps behind ingress with tls (#2832)1f88a7abump version to v0.40.0 (#2833)📊 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.