mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3146] [MERGED] bump version #4688
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#4688
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/3146
Author: @fatedier
Created: 10/26/2022
Status: ✅ Merged
Merged: 10/26/2022
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
6f25719[client] Fixed a bug where service loops reconnection after disconnection.service is shut down and can not exit goroutine (#3012)1bc899e[client] Remove redundant function parameters (#3016)3e721d1Update README.md (#3062)f4e4fbeAdd support for riscv64 (#3071)9d077b0lint by golangci-lint (#3080)ba492f0chore: remove duplicate word in comments (#3081)6ecc97cupdate deps (#3094)6a71d71improve not found response (#3121)3fbe6b6adjust sponsors (#3136)cf66ca1improve http group load balancing (#3131)📊 Changes
128 files changed (+1250 additions, -1561 deletions)
View changed files
📝
.circleci/config.yml(+4 -2)📝
.github/workflows/build-and-push-image.yml(+2 -2)➕
.github/workflows/golangci-lint.yml(+41 -0)📝
.github/workflows/goreleaser.yml(+1 -1)➕
.golangci.yml(+140 -0)📝
Makefile.cross-compiles(+1 -1)📝
README.md(+3 -14)📝
README_zh.md(+0 -11)📝
Release.md(+2 -7)📝
client/admin.go(+5 -3)📝
client/admin_api.go(+5 -7)📝
client/control.go(+19 -26)📝
client/event/event.go(+2 -11)📝
client/health/health.go(+5 -7)📝
client/proxy/proxy.go(+40 -28)📝
client/proxy/proxy_manager.go(+5 -7)📝
client/proxy/proxy_wrapper.go(+9 -9)📝
client/service.go(+17 -9)📝
client/visitor.go(+21 -20)📝
client/visitor_manager.go(+4 -7)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.