• v1.1.8-alpha4
    Docker Build and Push / Run Tests (push) Successful in 2m35s
    Docker Build and Push / Build and Push Docker Image (push) Successful in 14m55s

    bagas released this 2026-07-18 17:12:02 +07:00 | 41 commits to main since this release

    Critical fixes to the port registry that prevented correct tunnel port allocation under concurrency and allowed out-of-range ports to be claimed.

    Bug Fixes:

    • Fixed AddRange infinite loop when endPort == 65535 (uint16 wraparound)
    • Fixed Claim bypassing the allowed range — now rejects out-of-range ports
    • Fixed Unassigned handing out the same port to concurrent callers — now reserves atomically
    • Fixed SetStatus silently creating entries for unknown ports — now returns an error
    Downloads