PackageTrack
Sign in Get early access

github.com/saucelabs/forwarder

v1.6.1 #2870 most downloaded on Go modules saucelabs/forwarder

What this package is like to depend on

Last release 13 days ago

11 Aug 2026

Release timing varies

gaps range from 1 weeks to 5 months

Rarely documented

notes for 10 of 44 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

336 releases · first in 2021

11 releases in the last 12 months

see the full history below

Release timeline

336 releases · Sep 2021 to Aug 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 336
  1. v1.6.1 11 Aug 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.6.0...v1.6.1

    Open source →
    Release notes

    v1.6.1 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v1.6.1-0.20260624131554-d023f919cf30 24 Jun 2026 pre-release

    Nothing published for this version

  3. v1.6.1-0.20260206105008-c20fb65197d2 06 Feb 2026 pre-release

    Nothing published for this version

  4. v1.6.0 12 Jan 2026
    Release notes

    Support time based access control to forwarding

    Open source →
    Release notes

    v1.6.0

    Compare

    Choose a tag to compare

    Open source →
  5. v1.5.1 12 Dec 2025
    Release notes

    Log info about Kerberos proxy credentials only if Kerberos is enabled.

    Open source →
    Release notes

    v1.5.1

    Compare

    Choose a tag to compare

    Open source →
  6. v1.5.1-0.20251212143953-51434a242606 12 Dec 2025 pre-release

    Nothing published for this version

  7. v1.5.0 12 Dec 2025
    Release notes

    Support authenticating against Kerberos KDC server by forwarder, fetch service tickets and injecting SPNEGO auth tokens to the forwarder requests if host requires Kerberos authentication.

    Open source →
    Release notes

    v1.5.0

    Compare

    Choose a tag to compare

    Open source →
  8. v1.4.1-0.20251030152435-44278f80a2a4 30 Oct 2025 pre-release

    Nothing published for this version

  9. v1.4.1-0.20251015104453-1f82f02a7ed5 15 Oct 2025 pre-release

    Nothing published for this version

  10. v1.4.1-0.20250922141243-605c815c76e5 22 Sep 2025 pre-release

    Nothing published for this version

  11. v1.4.1-0.20250912140248-3ba77df4110c 12 Sep 2025 pre-release

    Nothing published for this version

  12. v1.4.1-0.20250801123101-e22636447c57 01 Aug 2025 pre-release

    Nothing published for this version

  13. v1.4.1-0.20250708142043-c98a9517241b 08 Jul 2025 pre-release

    Nothing published for this version

  14. v1.4.1-0.20250701141504-513a8a055f52 01 Jul 2025 pre-release

    Nothing published for this version

  15. v1.4.1-0.20250701132010-b3efa42b1530 01 Jul 2025 pre-release

    Nothing published for this version

  16. v1.4.1-0.20250701103046-0232d11993f4 01 Jul 2025 pre-release

    Nothing published for this version

  17. v1.4.1-0.20250701092310-856528642a9e 01 Jul 2025 pre-release

    Nothing published for this version

  18. v1.4.1-0.20250626114033-5fe35e51b55b 26 Jun 2025 pre-release

    Nothing published for this version

  19. v1.4.1-0.20250617080709-3804df7d2b82 17 Jun 2025 pre-release

    Nothing published for this version

  20. v1.4.1-0.20250609101428-edde76ccb88e 09 Jun 2025 pre-release

    Nothing published for this version

  21. v1.4.1-0.20250429140532-d6137a153588 29 Apr 2025 pre-release

    Nothing published for this version

  22. v1.4.1-0.20250218101535-338781f5f653 18 Feb 2025 pre-release

    Nothing published for this version

  23. v1.4.1-0.20250108134957-b6bba4d1e15e 08 Jan 2025 pre-release

    Nothing published for this version

  24. v1.4.1-0.20250107131631-6eefc3354047 07 Jan 2025 pre-release

    Nothing published for this version

  25. v1.4.1-0.20250102122039-5cd1634877f2 02 Jan 2025 pre-release

    Nothing published for this version

  26. v1.4.1-0.20241210150836-5ff0643da7ef 10 Dec 2024 pre-release

    Nothing published for this version

  27. v1.4.1-0.20241210135729-41be3997c3eb 10 Dec 2024 pre-release

    Nothing published for this version

  28. v1.4.1-0.20241210130617-80fd01b93624 10 Dec 2024 pre-release

    Nothing published for this version

  29. v1.4.1-0.20241206152954-c170cd0f2cb1 06 Dec 2024 pre-release

    Nothing published for this version

  30. v1.4.0 06 Dec 2024
    Release notes

    What's Changed

    • net: change dial t/o to 25s by @mmatczuk in #881
    • martian: fix link name by @mmatczuk in #884
    • tls: if TLSClientConfig.Insecure is set use all cipher suites by @mmatczuk in #892
    • linkname: remove usage of net.lookupStaticHost by @mmatczuk in #899
    • log: run test only in unix by @mmatczuk in #893
    • Refactor osdns to avoid using custom linker flags in common situations by @mmatczuk in #903
    • net: fix addr2Host for backwards compatibility with isLocalhost() by @mmatczuk in #906
    • Add --connect-to flag that allows to change dial target by @mmatczuk in #905
    • martian: extract common code of proxyConn.handleConnectRequest() and proxyHandler.handleConnectRequest() to a function by @mmatczuk in #908
    • log/stdlog: allow to pass options when creating a sublogger by @budziam in #913
    • http_proxy_errors: improve tls errors handling by @Choraden in #910
    • Support for PROXY protocol v1 and v2 by @mmatczuk in #920
    • chore(proxyproto) add v2 tests by @mmatczuk in #922
    • chore(proxyproto/testdata): fix import path by @mmatczuk in #923
    • bind: fix passing default value for --dns-server flag by @Choraden in #929
    • martian: log with request ctx in h2writer by @Choraden in #934
    • bind: rename proxy-protocol-enabled to proxy-protocol-listener flag by @mmatczuk in #935
    • martian(test): implement testHelper pattern by @Choraden in #939
    • martian: move TLS handshake from forwarder.Listener by @Choraden in #941
    • e2e: enable goleak check by @Choraden in #909
    • conntrack: add connection tracker wrapper based on connfu by @mmatczuk in #943
    • net: conntrack improvements by @mmatczuk in #946
    • net: add TrackTraffic knob to Listener by @mmatczuk in #947
    • chore: extract listener config by @mmatczuk in #948
    • http proxy: allow multiple listeners by @mmatczuk in #949
    • Fix connect response that prevented proper working of websockets in FireFox by @mmatczuk in
    • http proxy: make isLocalhost() case insensitive by @mmatczuk in #961
    • chore: bump go version by @mmatczuk in #962
    • Do not close client connection after returning HTTP status code 304 by @mmatczuk in #963
    • net: use KeepAliveConfig from standard net package by @Choraden in #965
    • martian(mitm): fix connect error response propagation by @mmatczuk in #966
    • On shutdown try to drain connections for 30s and close them by @mmatczuk in #967
    • Fix local/browser and add mk targets for profiling by @mmatczuk in #968
    • docs: move website to opensource.saucelabs.com/forwarder/ by @mmatczuk in #969
    • mitm: LRU cache for certificates by @mmatczuk in #971
    • metrics: connections use active instead of closed by @mmatczuk in #972
    • martian: enable gosec, errcheck and bodyclose linters by @mmatczuk in #973
    • martian/header: optimized ViaModifier implementation by @mmatczuk in #974
    • middleware(prometheus): use summaries instead of histograms by @mmatczuk in #975
    • bench/gnet: scripts to run wrk against gnet http server over proxy by @mmatczuk in #980
    • net: dial retries by @mmatczuk in #981

    New Contributors

    Full Changelog: v1.3.2...v1.4.0

    Open source →
    Release notes

    v1.4.0

    Compare

    Choose a tag to compare

    Open source →
  31. v1.3.3-0.20241205133122-a002efc53329 05 Dec 2024 pre-release

    Nothing published for this version

  32. v1.3.3-0.20241204115740-a19445ac8752 04 Dec 2024 pre-release

    Nothing published for this version

  33. v1.3.3-0.20241203114934-fd0459dbef4a 03 Dec 2024 pre-release

    Nothing published for this version

  34. v1.3.3-0.20241202113219-3865230972e1 02 Dec 2024 pre-release

    Nothing published for this version

  35. v1.3.3-0.20241129110709-481edcb05a79 29 Nov 2024 pre-release

    Nothing published for this version

  36. v1.3.3-0.20241127092846-d3af146c8718 27 Nov 2024 pre-release

    Nothing published for this version

  37. v1.3.3-0.20241126155611-b58edfc65aae 26 Nov 2024 pre-release

    Nothing published for this version

  38. v1.3.3-0.20241121135023-4d0dc65ff610 21 Nov 2024 pre-release

    Nothing published for this version

  39. v1.3.3-0.20241120131328-5a10e7b88c78 20 Nov 2024 pre-release

    Nothing published for this version

  40. v1.3.3-0.20241118091227-fe67efcd5ac0 18 Nov 2024 pre-release

    Nothing published for this version

  41. v1.3.3-0.20241113121040-4ddbccd628fc 13 Nov 2024 pre-release

    Nothing published for this version

  42. v1.3.3-0.20241113103447-1579e2ef6943 13 Nov 2024 pre-release

    Nothing published for this version

  43. v1.3.3-0.20241112145221-f8c4334ba7d5 12 Nov 2024 pre-release

    Nothing published for this version

  44. v1.3.3-0.20241108122957-b8ed0f268cd1 08 Nov 2024 pre-release

    Nothing published for this version

  45. v1.3.3-0.20241107100937-9df7834ef0d3 07 Nov 2024 pre-release

    Nothing published for this version

  46. v1.3.3-0.20241105165446-3cd20f566616 05 Nov 2024 pre-release

    Nothing published for this version

  47. v1.3.3-0.20241105164602-823ec778793c 05 Nov 2024 pre-release

    Nothing published for this version

  48. v1.3.3-0.20241104122947-faf485a388e2 04 Nov 2024 pre-release

    Nothing published for this version

  49. v1.3.3-0.20241104110114-0958b889cb83 04 Nov 2024 pre-release

    Nothing published for this version

  50. v1.3.3-0.20241030140134-1cc101f9e637 30 Oct 2024 pre-release

    Nothing published for this version

  51. v1.3.3-0.20241028150600-8544324e9e08 28 Oct 2024 pre-release

    Nothing published for this version

  52. v1.3.3-0.20241017121454-581e2a20b5b0 17 Oct 2024 pre-release

    Nothing published for this version

  53. v1.3.3-0.20241009112727-75d897f238a8 09 Oct 2024 pre-release

    Nothing published for this version

  54. v1.3.3-0.20241003125126-0ffc990fb7f9 03 Oct 2024 pre-release

    Nothing published for this version

  55. v1.3.3-0.20240924141519-b5349cd8a7cb 24 Sep 2024 pre-release

    Nothing published for this version

  56. v1.3.3-0.20240924095741-b9104607c8af 24 Sep 2024 pre-release

    Nothing published for this version

  57. v1.3.3-0.20240917123528-6afe4602d5d2 17 Sep 2024 pre-release

    Nothing published for this version

  58. v1.3.3-0.20240913130913-5d60b2cc61b9 13 Sep 2024 pre-release

    Nothing published for this version

  59. v1.3.3-0.20240912162848-a74f6d8f9df1 12 Sep 2024 pre-release

    Nothing published for this version

  60. v1.3.3-0.20240911115301-e3c2c2f21b75 11 Sep 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive