mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1574] Feature suggestion: should FRPC report its version to FRPS for compatibility check? #1248
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#1248
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?
Originally created by @keyoti on GitHub (Dec 21, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1574
For my use it would be helpful if FRPC sent its version to FRPS. If the FRPC version is too old, then FRPS sends a message back like "Your FRPC client is too old, please update it".
I would suggest in frps.ini
I guess you don't want to do a lot of backwards compatibility testing, which is fine, but at least this would provide a way to force clients to update.
Should I try to do a PR?
@fatedier commented on GitHub (Jan 5, 2020):
We already have the check on https://github.com/fatedier/frp/blob/master/utils/version/version.go#L50
It's compatible since v0.18.0 and i will keep it backwards compatible as far as possible.