• v2.1.0 b8e6d49e7a

    v2.1.0 Stable

    tristanjockel released this 2026-03-26 20:17:39 +00:00 | 0 commits to main since this release

    A few small improvements and metrics support. You can now enable a prometheus scrapeable endpoint with --metrics_address.

    Downloads
  • v2.0.1 394353c544

    v2.0.1 Stable

    tristanjockel released this 2026-03-26 18:34:19 +00:00 | 6 commits to main since this release

    I have rewritten a lot of the core relay code to improve performance a bit ('trust me guarantee' as I do not have any benchmarks) and fix a lot of weird connection bugs.

    Downloads
  • v2.0.0 bbce1276c9

    v2.0.0 Pre-release

    tristanjockel released this 2026-03-22 02:17:44 +00:00 | 12 commits to main since this release

    I have rewritten the entire application.
    Some features as happy eyeballs are gone, but will probably be added back later.

    BRAKING CHANGES:

    • renamed --outbound-prefix-v6 -> --outbound-prefix-ipv6
    • renamed --outbound-prefix-v4 -> --outbound-prefix-ipv4
    • removed happy eyeballs:
      • --happy-eyeballs-delay-ms gone
      • --disable-happy-eyeballs gone
    • --upstream-half-close-timeout-secs is replaced by --upstream-timeout-secs
    • --outbound-interface is to be implemented; not working currently
    Downloads
  • v1.1.0 78c7e04d20

    v1.1.0 Stable

    tristanjockel released this 2026-03-21 15:03:49 +00:00 | 16 commits to main since this release

    The second release fixing some bugs related to timeouts/half closed connections.

    • added configurable timeouts (see README for more information)
      • --client-idle-timeout-secs downstream timeout for connected clients
      • --upstream-half-close-timeout-secs timeout for closing half closed upstream TCP connections
      • --relay-shutdown-drain-timeout-secs timeout for upstream connections when downstream connection is terminated
    • also added --graceful-shutdown-timeout-secs for closing all connections on termination of relay-server
    • also improved handling of tcp connections to upstream servers
    Downloads
  • v1.0.0 de69bdff1e

    v1.0.0 Stable

    tristanjockel released this 2026-03-16 21:00:33 +00:00 | 17 commits to main since this release

    The first release of relay-server!

    Downloads