Releases: umputun/reproxy
Releases · umputun/reproxy
Release list
v1.7.0
New Features
Bug Fixes
v1.6.0
New Features
Bug Fixes
Improvements
v1.5.0
Version 1.4.0
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
Version 1.3.0
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
Version 1.2.3
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
Version 1.2.2
- 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
Version 1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
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
Version 1.1.1
What's Changed
Full Changelog: v1.1.0...v1.1.1