Releases: Resinat/Resin
Releases · Resinat/Resin
Release list
v1.2.0
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
- @no-ai-world made their first contribution in #71
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Add lease management in webui.
- feat(requestlog): record first-byte latency telemetry by @AAEE86 in #61
New Contributors
Full Changelog: v1.1.1...v1.1.2