Releases: yusing/godoxy
Releases · yusing/godoxy
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
Changes in v0.4.2
Fixes
- Fixed missing
COPY schema /app/schema
in Dockerfile
Improvements
- Added '+' button in config editor to create new file
- Easier config and compose file setup with
make setup
, no more copy and paste - Updated config / compose examples and
Dockerfile
- Environment variable
GOPROXY_REDIRECT_HTTP
moved to configredirect_to_https
- (New) Customizable shutdown timeout
- (New) now can run go-proxy with command
validate
andreload
For more details, refer to the README.
0.4.1 Hotfix
Changes in v0.4.1
Fixes
- No longer redirect HTTP to HTTPS when both autocert and custom cert are unavailable
For more details, refer to the README.
0.4.0
go-proxy v0.4.0
Changes in v0.4.0
Fixes
- Fixed negative waitgroup upon exit
- Fixed nil reference upon exit
- Fixed unhealthy containers constantly restarting causing
go-proxy
to crash - Fixed stack overflow on some cases
Breaking changes
- Config and providers files are now moved to
config/
directory - Frontend home page changes
Improvements / New features
- (NEW) JSON Schema for hinting and validation
- (NEW) Config editor with data validation
- (NEW) Data validation on load / reload
- Better error output, meaningful and indented
- Panel table now support dynamic width
- Better graceful shutdown / reload
Roadmap
- Container auto sleep when idle for a certain time (See #2)
- To be available on Nix
- Submit a feature request for more!
For more details, refer to the README.