Releases: umputun/reproxy
Releases · umputun/reproxy
Version 0.7.0
- support multiple routes in docker provider #80
- allow docker rules to use external destinations
- add lb/failover selector
Version 0.6.2
- Fix unexpected metrics hit in case of management API disabled
- Fix incompatibility between metrics middleware and WS
Version 0.6.1
hot fix for unexpected spaces from FQDN list if multiline formatted in compose
Version 0.6.0
Version 0.5.1
- fix slow upload of large files #71
- support size units
Version 0.5.0
- support different caching duration for different mime types
- add consul catalog provider
- add "d" (days) units to cache's duration parsing
- add support of docker route prefix
- support of html error reporting with custom templates
- detect in-container and set listen address to 0.0.0.0
- set X-Forwarded-Host to original host, drop X-Origin-Host
- treat 0 max request size limit as unlimited
- fix default docker dest to include container
- wait till fqdn avail for ssl auto
- extend health check to make sure all pings called
Version 0.4.0
Version 0.3.0
- add details to
/health
error message - limit health check concurrency
- allow optional stdout logging
- the signature disabled by default
- support reproxy.port #21
- update docker example with arm-compat images #33
- multiple static location #36
- create a cool site for reproxy.io #30
- allow docker to provide static with proxy at the same time #27
- invoke Docker API directly #34
Version 0.2.0
- multiple bug fixes
- disable image build and push on PR #7
- all timeouts are customizable #5
- support reproxy.enabled label
- speed up route lookup by grouping mappers by server names #4
- switch Dockerfile to standard base images #11 #18
- multi-arch docker build #11
- change docker default and add autoapi param #20
- support multiple servers in reproxy.server label #20
Version 0.1.0
initial release