• v1.1.3 44d224f491

    v1.1.3
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Docker Build and Push / build-and-push-tags (push) Successful in 10m10s
    Stable

    bagas released this 2026-01-18 21:20:05 +07:00 | 77 commits to main since this release

    refactor: explicit initialization and dependency injection

    • Replace init() with config.Load() function when loading env variables
    • Inject portRegistry into session, server, and lifecycle structs
    • Inject sessionRegistry directly into interaction and lifecycle
    • Remove SetSessionRegistry function and global port variables
    • Pass ssh.Conn directly to forwarder constructor instead of lifecycle interface
    • Pass user and closeFunc callback to interaction constructor instead of lifecycle interface
    • Eliminate circular dependencies between lifecycle, forwarder, and interaction
    • Remove setter methods (SetLifecycle) from forwarder and interaction interfaces

    Full Changelog: https://git.fossy.my.id/bagas/tunnel-please/compare/v1.1.2...v1.1.3

    Downloads