github.com/umputun/reproxy
v1.7.1
#1384 most downloaded on Go modules
umputun/reproxy
What this package is like to depend on
Last release 4 days ago
20 Aug 2026
Release timing varies
gaps range from 9 days to 10 months
Some releases are documented
notes for 10 of 27 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
60 releases · first in 2021
10 releases in the last 12 months
see the full history below
Release timeline
60 releases · Apr 2021 to Aug 2026Releases
latest 60-
v1.7.2-0.20260820031633-016a547886e220 Aug 2026 pre-releaseNothing published for this version
-
v1.7.120 Aug 2026Release notes
Open source →Docker images for v1.7.0 were never published. The build on that tag failed on a flaky test, the docker workflow correctly refused to publish, but GoReleaser was not gated on the same build and released the binaries anyway. This release fixes the pipeline and ships the images.
What you get depends on how you run reproxy. Container users are effectively upgrading from v1.6.0, since no v1.7.0 image ever existed, so this release also brings them the security fix, the two routing fixes and per-route timeout listed under v1.7.0. Binary and package users already received all of that in v1.7.0 and get only the two changes below.
Improvements
- gate release publishers on tests, so a failed tag build can no longer produce binaries without images #259 @umputun
- fix flaky tests from getFreePort port-allocation race 1860b58 @umputun
Included from v1.7.0, now published as images
- per-route timeout and throttle #253 @umputun
- file provider dropping config changes made within the delay window #256 @paskal
- load balancing on catch-all server broken by default-route dedup #255 @paskal
- critical and major issues from code audit #254 @umputun
- bump golang.org/x/net to v0.55.0 to fix GO-2026-5026 (security) #257 @paskal
-
v1.7.1-0.20260715035131-1860b583abfd15 Jul 2026 pre-releaseNothing published for this version
-
v1.7.004 Jul 2026 -
v1.6.1-0.20260513002056-d79d71343ea113 May 2026 pre-releaseNothing published for this version
-
v1.6.012 May 2026 -
v1.5.003 Mar 2026Release notes
Open source →New Features
- add shell completions for bash, zsh, and fish #244 @paskal
- add cli/environment option for disabling HTTP to HTTPS redirect #242 @2128506
Bug Fixes
- add http.Flusher to metrics responseWriter for SSE streaming #247 @umputun
- fix brew formula publish path 16591a0
Improvements
-
v1.4.002 Jan 2026Release notes
Open source →Features
- #241 add configurable Docker API version flag (
--docker.api-version, env:DOCKER_API_VERSION). Defaults to1.24for backward compatibility. Users on Docker 29+ should set this to1.44. - #239 add low-cardinality mode for Prometheus metrics via
--metrics.labelsflag - #237 add per-route basic authentication via
reproxy.authlabel or static configuration - #236 add DNS-01 ACME challenge providers: DigitalOcean, Hetzner, Linode, GoDaddy, Namecheap, Scaleway, Porkbun, DNSimple, DuckDNS
Maintenance
- #238 modernize release automation with GoReleaser and multi-arch Docker builds (linux/amd64, linux/arm64)
Full Changelog: v1.3.0...v1.4.0
- #241 add configurable Docker API version flag (
-
v1.3.1-0.20251206090243-c458f8bc100706 Dec 2025 pre-releaseNothing published for this version
-
v1.3.006 Dec 2025Release notes
Open source →Features
- #202 add acme DNS-01 challenge support via certmagic
- #235 Add configurable upstream connection limits
- #234 Update SSL autocert to dynamically check discovered servers
Improvements
- #217 support headers with multiple colons in value (e.g. CSP)
- #194 Improve documentation on non-root container usage
- #220 Update base image in Dockerfile to latest version, add note on user
Maintenance
- #233 Maintenance: update dependencies and fix linter warnings
- #231 bump deps but keep certmagic
- #229 Update Dependabot configuration to stop automatic PRs
- #223 Configure Dependabot to only provide security updates for Go
- #218 Bump the go-modules-updates group with 2 updates
New Contributors
- @Semior001 made their first contribution in #202
Full Changelog: v1.2.3...v1.3.0
-
v1.2.320 Feb 2025Release notes
Open source →What's Changed
- Limit max size of the URL by @umputun in #211
- support headers with multiple colons in value (e.g. CSP) by @umputun in #217
- Bump the go-modules-updates group with 2 updates by @dependabot in #198
- Bump the go-modules-updates group across 1 directory with 2 updates by @dependabot in #200
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go-modules-updates group across 1 directory by @dependabot in #212
- Fix minor typos in README.md by @hovsep in #204
- Bump the go-modules-updates group with 2 updates by @dependabot in #213
- Readme typo: --assets.404= should be --assets.not-found= by @alkk in #215
New Contributors
Full Changelog: v1.2.2...v1.2.3
-
v1.2.3-0.20241206021018-5b878f9889dd06 Dec 2024 pre-releaseNothing published for this version
-
v1.2.3-0.20241203064008-0c14b976aa0203 Dec 2024 pre-releaseNothing published for this version
-
v1.2.3-0.20241127093627-92bd22877ba427 Nov 2024 pre-releaseNothing published for this version
-
v1.2.3-0.20241126222244-ad84e95b988f26 Nov 2024 pre-releaseNothing published for this version
-
v1.2.3-0.20240901164325-8c9d35ed22f601 Sep 2024 pre-releaseNothing published for this version
-
v1.2.224 May 2024Release notes
Open source →- Fixes regression introduced in version 1.2.0 that caused issues with Docker permissions from within the container.
Full Changelog: v1.2.1...v1.2.2
-
v1.2.2-0.20240524211229-93b70a99c63b24 May 2024 pre-releaseNothing published for this version
-
v1.2.123 May 2024 -
v1.2.023 May 2024Release notes
Open source →What's Changed
- Add 'X-Forwarded-URL' to request header by @umputun in #176
- Dynamic server support for the destination by @umputun in #190
- Added support for wildcard prefix in server patterns by @umputun in #191
- Update README.md by @enzo-g in #177
- Update github.com/didip/tollbooth from v6 to v7 by @paskal in #181
- Add dependabot updates for GitHub Actions, Go modules, Dockerfiles by @paskal in #180
- Bump the github-actions-updates group with 5 updates by @dependabot in #185
- Bump goreleaser/goreleaser from v1.14.0 to v1.25.1 by @dependabot in #183
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #187
- Bump the go-modules-updates group with 3 updates by @dependabot in #186
- Pin golangci-lint version to latest available, fix reported errors by @paskal in #188
- Add test and golangci-lint to CI for example directory, remove docker autoupdates by @paskal in #182
New Contributors
Full Changelog: v1.1.1...v1.2.0
-
v1.1.2-0.20240510201028-899e101d7abb10 May 2024 pre-releaseNothing published for this version
-
v1.1.106 Feb 2024Nothing published for this version
-
v1.1.1-0.20240206052935-616c1df3149f06 Feb 2024 pre-releaseNothing published for this version
-
v1.1.1-0.20240201212820-8f2bfdc8389901 Feb 2024 pre-releaseNothing published for this version
-
v1.1.001 Feb 2024Nothing published for this version
-
v1.0.1-0.20240107181950-7d4394f1c8ea07 Jan 2024 pre-releaseNothing published for this version
-
v1.0.1-0.20231219203839-5b5b04243f2819 Dec 2023 pre-releaseNothing published for this version
-
v1.0.1-0.20231127180828-fa23778d426627 Nov 2023 pre-releaseNothing published for this version
-
v1.0.014 May 2023Nothing published for this version
-
v0.11.1-0.20220810035811-3cb546b0156e10 Aug 2022 pre-releaseNothing published for this version
-
v0.11.009 Nov 2021Nothing published for this version
-
v0.10.011 Sep 2021Nothing published for this version
-
v0.9.1-0.20210907065354-c7a2308267b407 Sep 2021 pre-releaseNothing published for this version
-
v0.9.1-0.20210718203007-646b6dd8b2c518 Jul 2021 pre-releaseNothing published for this version
-
v0.9.1-0.20210710083724-1024305a5f0310 Jul 2021 pre-releaseNothing published for this version
-
v0.9.009 Jul 2021Nothing published for this version
-
v0.8.1-0.20210619213531-4fce9c412bf719 Jun 2021 pre-releaseNothing published for this version
-
v0.8.1-0.20210612183147-510b7f1c318812 Jun 2021 pre-releaseNothing published for this version
-
v0.8.008 Jun 2021Nothing published for this version
-
v0.7.1-0.20210601090038-680d988d424501 Jun 2021 pre-releaseNothing published for this version
-
v0.7.1-0.20210528212833-a4b09e6697d028 May 2021 pre-releaseNothing published for this version
-
v0.7.028 May 2021Nothing published for this version
-
v0.6.3-0.20210527041912-b4c8804a3aab27 May 2021 pre-releaseNothing published for this version
-
v0.6.3-0.20210526064542-556a34f1fbec26 May 2021 pre-releaseNothing published for this version
-
v0.6.222 May 2021Nothing published for this version
-
v0.6.2-0.20210520233210-f043a91dca4420 May 2021 pre-releaseNothing published for this version
-
v0.6.119 May 2021Nothing published for this version
-
v0.6.018 May 2021Nothing published for this version
-
v0.5.115 May 2021Nothing published for this version
-
v0.5.013 May 2021Nothing published for this version
-
v0.4.024 Apr 2021Nothing published for this version
-
v0.3.1-0.20210424044243-8279b1a8ea1124 Apr 2021 pre-releaseNothing published for this version
-
v0.3.1-0.20210421085536-7e89e35e482e21 Apr 2021 pre-releaseNothing published for this version
-
v0.3.017 Apr 2021Nothing published for this version
-
v0.2.1-0.20210414084525-7138a712360814 Apr 2021 pre-releaseNothing published for this version
-
v0.2.013 Apr 2021Nothing published for this version
-
v0.1.010 Apr 2021Nothing published for this version
-
v0.0.0-20210409202606-fe7992a9723509 Apr 2021 pre-releaseNothing published for this version
-
v0.0.0-20210409200522-9029b4d60f2109 Apr 2021 pre-releaseNothing published for this version
-
v0.0.0-20210409185001-220f966720ef09 Apr 2021 pre-releaseNothing published for this version