v0.5.8
What's changed
- Added linux/arm64, linux/armv7, linux/armv6 support
- Added experimental middleware support f474ae4
- Added
match_domain
option in config, check config.example.yml for more - Added custom error page support 90487bf
- Added Configurable explicit only mode per docker provider: ONLY containers with alias(es) defined will be proxied 415f169
- Changed labels should now work for snake_cases, camelCases and PascalCases, you may use whichever you like
- Changed
proxy.$<index>.<field>
is nowproxy.#<index>.<field>
,$
still work for now but will be removed in future releases 345a441 - Fixed
go-proxy reload
90487bf - Fixed some containers being excluded on restart 91e7f48
- Fixed
go-proxy
has labelproxy.exclude
by default, to prevent inifinite recursion causing memory leak - Improved some error messages (e.g. on connection failure, no matching domain/route)
Full Changelog: 0.5.7...0.5.8