Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 06:03
· 5 commits to master since this release

Resin v1.2.0

Endpoint Management

  • Manage custom inbound endpoints from the WebUI or API.
  • Configure admin console, HTTP forward/reverse, and SOCKS5 access per endpoint, with listener status and errors.
  • CONNECT and WebSocket tunnels now close with their endpoint.
  • With no RESIN_PROXY_TOKEN, endpoints can require Platform/Account identity for HTTP forward and SOCKS5; passwords are not validated.

WebUI Improvements

  • Toggle subscriptions from the list, with enabled and refresh states shown separately.
  • The administrator token field is now masked with a visibility toggle.
  • Fixed layout issues with long text, badges, and request logs.

Upgrade Notes

Important

LEGACY_V0 has been removed. An unset or empty RESIN_AUTH_VERSION defaults to V1; any other value prevents startup.

  • Before upgrading from LEGACY_V0, migrate clients, RESIN_PROXY_TOKEN, and Platform names on an older compatible release. See the migration guide.
  • Docker users must pre-publish custom endpoint ports, or use host networking.

What's Changed

  • feat(webui): add login password field with show/hide toggle by @no-ai-world in #71

New Contributors

Full Changelog: v1.1.2...v1.2.0