frpc has a certain chance to panic when login: close of closed channel.
v0.53.0
Features
The new command line parameter --strict_config has been added to enable strict configuration validation mode. It will throw an error for unknown fields instead of ignoring them. In future versions, we will set the default value of this parameter to true to avoid misconfigurations.
Support SSH reverse tunneling. With this feature, you can expose your local service without running frpc, only using SSH. The SSH reverse tunnel agent has many functional limitations compared to the frpc agent. The currently supported proxy types are tcp, http, https, tcpmux, and stcp.
The frpc tcpmux command line parameters have been updated to support configuring http_user and http_pwd.
The frpc stcp/sudp/xtcp command line parameters have been updated to support configuring allow_users.
Fixes
frpc: Return code 1 when the first login attempt fails and exits.
When auth.method is oidc and auth.additionalScopes contains HeartBeats, if obtaining AccessToken fails, the application will be unresponsive.
v0.52.3
Fixes
admin_user is not effective in the INI configuration.
v0.52.2
Fixes
Encryption and compression are not displayed correctly in the dashboard.
v0.52.1
Fixes
transport.tls.disableCustomTLSFirstByte doesn't have any effect.
The Server API did not return the data correctly.
The Dashboard is unable to display data.
natHoleStunServer is missing a default value.
v0.52.0
Features
Configuration: We now support TOML, YAML, and JSON for configuration. Please note that INI is deprecated and will be removed in future releases. New features will only be available in TOML, YAML, or JSON. Users wanting these new features should switch their configuration format accordingly. #2521
Breaking Changes
Change the way to start the visitor through the command line from frpc stcp --role=visitor xxx to frpc stcp visitor xxx.
Modified the semantics of the server_addr in the command line, no longer including the port. Added the server_port parameter to configure the port.
No longer support range ports mapping in TOML/YAML/JSON.
Commits
d505ecb Merge pull request #3880 from fatedier/dev
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/fatedier/frp from 0.51.3 to 0.53.2.
Release notes
Sourced from github.com/fatedier/frp's releases.
Commits
d505ecb
Merge pull request #3880 from fatedier/dev2a9a7a0
fix login retry interval (#3879)2b83436
Merge pull request #3878 from fatedier/dev5e77c8e
fix lint (#3877)3bf6605
fix: duplicate call loginFunc (#3860) (#3875)3540910
fix(backoff): close of closed out channel (#3871)2d67e2e
remove copilot for pr (#3857)051299e
Merge pull request #3845 from fatedier/devcc20769
update doc (#3844)e7652f4
feat: ssh doc (#3841)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show