mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3218] [MERGED] release v0.46.0 #4701
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#4701
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/3218
Author: @fatedier
Created: 12/18/2022
Status: ✅ Merged
Merged: 12/18/2022
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (8)
e8c8d59remove unsupported platforme5af37bupgrade github actions version (#3150)da51adcSet least privileged token permission for GitHub Actions (#3155)649df88feat: Support OIDC scope parameter (#3192)2f66dc3support protocol quic between frpc and frps (#3198)af0b793feat: odic refine (#3202)b2e3946feat: release (#3205)7678938support quic options (#3211)📊 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.