Releases: umputun/reproxy
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
Version 1.1.0
What's Changed
- Limit IPs by @umputun in #166
- make LBSelector interface and implement all the current methods plus roundrobin by @umputun in #167
- Skip SSL check for the destination host by @themagic314 in #170
- Implement Host header bypassing by @ffix in #155
- Update Docker Client API Version to Resolve Compatibility Issue by @rashpile in #174
- Reproxy Support for X-Forwarded Headers by @rashpile in #173
New Contributors
- @themagic314 made their first contribution in #170
- @ffix made their first contribution in #155
- @rashpile made their first contribution in #174
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
What's Changed
-
Support custom 404 page for assets server by @umputun in #121
-
make sure two consecutive Server calls return the same list of servers by @umputun in #130
-
Fix redirects by @ShoshinNikita in #152
-
defer recover by @ravilushqa in #148
-
Bump minimist from 1.2.5 to 1.2.6 in /site by @dependabot in #132
-
Bump markdown-it from 12.0.4 to 12.3.2 in /site by @dependabot in #122
-
Bump nanoid from 3.1.22 to 3.2.0 in /site by @dependabot in #124
-
Bump postcss from 8.2.10 to 8.2.13 in /site by @dependabot in #125
-
Bump follow-redirects from 1.13.3 to 1.14.8 in /site by @dependabot in #128
New Contributors
- @r-ma made their first contribution in #131
- @i39 made their first contribution in #142
- @ravilushqa made their first contribution in #148
- @vandud made their first contribution in #153
- @ShoshinNikita made their first contribution in #152
Full Changelog: v0.11.0...v1.0.0
Version 0.11.0
Version 0.10.0
Version 0.9.0
Version 0.8.0
- basic support for RPC plugins #85
- add redirect routes #87
- de-prioritize assets rules across all providers
- add support of spa-like assets handling with 404 redirect to /index.html
- drop the attempt to parse form in limiter (conflicts with a form body)
- improve regex group in source priority sorting #89
- fix assets match on the root URL