koho / frpmgr

Windows 平台的 FRP GUI 客户端 / A user-friendly desktop GUI client for FRP on Windows.
Apache License 2.0
1.01k stars 125 forks source link

Bump github.com/fatedier/frp from 0.51.3 to 0.54.0 #118

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps github.com/fatedier/frp from 0.51.3 to 0.54.0.

Release notes

Sourced from github.com/fatedier/frp's releases.

v0.54.0

Deprecation Notices

  • Using an underscore in a flag name is deprecated and has been replaced by a hyphen. The underscore format will remain compatible for some time, until it is completely removed in a future version. For example, --remote_port is replaced with --remote-port.

Features

  • The Refresh and ClearOfflineProxies buttons have been added to the Dashboard of frps.

Fixes

  • The host/domain matching in the routing rules has been changed to be case-insensitive.

v0.53.2

Fixes

  • 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

... (truncated)

Commits


Dependabot compatibility score

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)
dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.