mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #4700] [MERGED] bump version #5030
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#5030
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/4700
Author: @fatedier
Created: 3/7/2025
Status: ✅ Merged
Merged: 3/7/2025
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
01fed8dUpdate stale workflow (#4600)092e5d3client, pkg, server, test: replaced 'interface{}' with 'any' (#4611)6542dcdFix typos (#4615)27db621frpc: support metadatas and annotations in frpc proxy commands (#4623)450b839Fix goroutine leaksb8d3aceUse text/template instead of html/template for config pre-processing (#4656)8b86e14Fix ports not being released on Service.Close() (#4666)e0dd947frps: release resources in service.Close() (#4667)1e8db66update Release.md (#4668)9757a35fix golangci lint config (#4698)📊 Changes
35 files changed (+159 additions, -106 deletions)
View changed files
📝
.circleci/config.yml(+1 -1)📝
.github/workflows/stale.yml(+4 -4)📝
.golangci.yml(+2 -1)📝
README.md(+2 -2)📝
Release.md(+5 -3)📝
client/event/event.go(+1 -1)📝
client/proxy/proxy_manager.go(+1 -1)📝
go.mod(+2 -2)📝
go.sum(+2 -2)📝
pkg/config/flags.go(+2 -0)📝
pkg/config/legacy/client.go(+2 -2)📝
pkg/config/legacy/server.go(+1 -1)📝
pkg/config/load.go(+2 -2)📝
pkg/config/load_test.go(+23 -0)📝
pkg/msg/ctl.go(+1 -1)📝
pkg/msg/msg.go(+1 -1)📝
pkg/plugin/server/http.go(+1 -1)📝
pkg/plugin/server/manager.go(+5 -5)📝
pkg/plugin/server/plugin.go(+1 -1)📝
pkg/plugin/server/types.go(+7 -7)...and 15 more files
📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.