mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #5249] [MERGED] bump version #5206
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#5206
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/5249
Author: @fatedier
Created: 3/20/2026
Status: ✅ Merged
Merged: 3/20/2026
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
9634fd9web: ensure npm install runs before build (#5154)519368bserver/api: fix DeleteProxies endpoint returning empty response instead of JSON (#5163)d034732pkg/config: fix custom domain validation to prevent false matches with subdomain host (#5178)01997deadd persistent proxy/visitor store with CRUD API and web UI (#5188)381245abuild: add noweb tag to allow building without frontend assets (#5189)fbeb6carefactor: restructure API packages into client/http and server/http with typed proxy/visitor models (#5193)774478dpkg/config: improve error messages with line number details for config parsing (#5194)b743596pkg/config: fix line numbers shown incorrectly for TOML type mismatch errors (#5195)541878adocs: update release notes for config parsing error improvements (#5196)462c987pkg/msg: change UDPPacket.Content from string to []byte to avoid redundant base64 encode/decode (#5198)📊 Changes
277 files changed (+19063 additions, -11995 deletions)
View changed files
📝
.circleci/config.yml(+1 -1)📝
.github/workflows/golangci-lint.yml(+5 -5)📝
.github/workflows/goreleaser.yml(+3 -3)📝
.gitignore(+5 -13)📝
.golangci.yml(+10 -7)➕
AGENTS.md(+39 -0)➕
CLAUDE.md(+1 -0)📝
Makefile(+11 -10)📝
README.md(+18 -9)📝
README_zh.md(+10 -9)📝
Release.md(+6 -4)📝
assets/assets.go(+11 -2)➖
client/api/controller.go(+0 -189)📝
client/api_router.go(+22 -9)➕
client/config_manager.go(+464 -0)➕
client/config_manager_test.go(+137 -0)➕
client/configmgmt/types.go(+45 -0)📝
client/control.go(+7 -3)➕
client/http/controller.go(+433 -0)➕
client/http/controller_test.go(+662 -0)...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.