• v1.1.5 5b05723e93

    v1.1.5
    SonarQube Scan / SonarQube Trigger (push) Successful in 4m41s
    Docker Build and Push / Run Tests (push) Successful in 1m59s
    Docker Build and Push / Build and Push Docker Image (push) Successful in 8m22s
    Stable

    bagas released this 2026-01-28 01:07:54 +07:00 | 6 commits to main since this release

    What's Changed

    • chore(deps): update actions/checkout action to v6 in #75
    • fix(deps): update module github.com/stretchr/testify to v1.11.1 in #79
    • chore(deps): update dependency go to v1.25.6 in #78
    • feat(testing): add comprehensive test coverage and code quality improvements in #76
    • feat/restructure in #73

    Contributors

    Full Changelog: v1.1.4...v1.1.5

    Downloads
  • v1.1.4 1e12373359

    v1.1.4
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Docker Build and Push / build-and-push-tags (push) Successful in 13m1s
    Stable

    bagas released this 2026-01-21 14:06:46 +07:00 | 69 commits to main since this release

    What's Changed

    • Reorganize internal packages and overall project structure
    • Update imports and wiring to match the new layout
    • Separate HTTP parsing and streaming from the server package
    • Separate middleware from the server package
    • Separate session registry from the session package
    • Move HTTP, HTTPS, and TCP servers to the transport package
    • Session package no longer starts the TCP server directly
    • Server package no longer starts HTTP/HTTPS servers on initialization
    • Forwarder no longer handles accepting TCP requests
    • Move session details to the types package
    • HTTP/HTTPS initialization is now the responsibility of main

    Contributors

    Full Changelog: v1.1.3...v1.1.4

    Downloads
  • 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
  • v1.1.2 2b9bca65d5

    v1.1.2
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Docker Build and Push / build-and-push-tags (push) Successful in 11m44s
    Stable

    bagas released this 2026-01-17 17:33:10 +07:00 | 80 commits to main since this release

    refactor(interaction): separate view and update logic into modular files

    • Extract slug editing logic to slug.go (slugView/slugUpdate)
    • Extract commands menu logic to commands.go (commandsView/commandsUpdate)
    • Extract coming soon modal to coming_soon.go (comingSoonView/comingSoonUpdate)
    • Extract main dashboard logic to dashboard.go (dashboardView/dashboardUpdate)
    • Create model.go for shared model struct and helper functions
    • Replace math/rand with crypto/rand for random subdomain generation
    • Remove legacy TLS cipher suite configuration

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

    Downloads
  • v1.1.1 6969d6823a

    v1.1.1
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Docker Build and Push / build-and-push-tags (push) Successful in 11m38s
    Stable

    bagas released this 2026-01-16 16:37:37 +07:00 | 83 commits to main since this release

    refactor: convert structs to interfaces and rename accessors

    • Convert struct types to interfaces
    • Rename getter and setter methods
    • Add Close method to server interface
    • Merge handler functionality into session file
    • Handle lifecycle.Connection().Wait()
    • fix panic on nil connection in SSH server

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

    Downloads
  • v1.1.0 aafea49975

    v1.1.0
    Docker Build and Push / build-and-push-tags (push) Successful in 11m34s
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Stable

    bagas released this 2026-01-14 17:16:43 +07:00 | 89 commits to main since this release

    feat: integrate gRPC, session refactor, SSH headless support, and bug fixes

    • gRPC integration: slug edit handling, get sessions by user, and session requests from gRPC server
    • Refactor gRPC client: simplify processEventStream and handle authenticated user info
    • Session management improvements: use session key for registry, forwarder session termination, inject SessionRegistry interface
    • SSH enhancements: add headless mode support for SSH -N connections
    • Bug fixes:
      • prevent subdomain changes to already-in-use subdomains
      • fix startup order and environment variable keys
      • atomic ClaimPort() to prevent race conditions
    • Refactors:
      • consolidate error handling
      • replace Get/Set patterns with idiomatic Go interfaces
      • change enums from string to int
    • CI cleanup: remove renovate bot

    Reviewed-on: #65

    Downloads
  • v1.1.0-rc.2
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Docker Build and Push / build-and-push-tags (push) Successful in 13m4s
    Stable

    bagas released this 2026-01-14 16:54:10 +07:00 | 90 commits to main since this release

    refactor: replace Get/Set patterns with idiomatic Go interfaces

    • rename constructors to New
    • remove Get/Set-style accessors
    • replace string-based enums with iota-backed types
    Downloads
  • v1.1.0-rc.1
    Docker Build and Push / build-and-push-tags (push) Successful in 10m59s
    Docker Build and Push / build-and-push-branches (push) Has been skipped
    Stable

    bagas released this 2026-01-14 15:28:17 +07:00 | 83 commits to main since this release

    refactor: replace Get/Set patterns with idiomatic Go interfaces

    • rename constructors to New
    • remove Get/Set-style accessors
    • replace string-based enums with iota-backed types
    Downloads