Skip to content

Releases: yusing/godoxy

0.4.8

08 Apr 05:36
Compare
Choose a tag to compare

Changes in v0.4.8

Improvements:

  • Better error output formating
  • Cert renewal no longer renew every 3 days, now it renews 1 month before expiry

New features:

  • New set_headers and hide_headers options

0.4.7

01 Apr 03:31
Compare
Choose a tag to compare

Changes in v0.4.7

Fixes:

  • UDP fix for bidirectional connection (i.e. game servers)
  • Fixed "Duplicated stream" error on reload under certain conditions

New features:

  • (New) network_mode: host support! Made it more simple to use, see docker.md for instructions

0.4.6

31 Mar 21:34
Compare
Choose a tag to compare
fix selecting wrong port on remote docker provide

0.4.5

31 Mar 11:28
Compare
Choose a tag to compare

Changes in v0.4.5

  • Fixed nil dereference on TCP/UDP connection
  • Fixed Dockerfile missing codemirror setup, and improved Dockerfile for mod/build cache

0.4.4

29 Mar 22:54
Compare
Choose a tag to compare

Changes in v0.4.4

  • (New) setup script for binary and docker
  • GitHub CI for binary build and docker image build
  • Docs update
  • Docker image available: ghcr.io/yusing/go-proxy

0.4.3

29 Mar 14:00
Compare
Choose a tag to compare

Changes in v0.4.3

Fixes

  • Fixed docker proxy auto discovery
  • Fixed codemirror 5 dependency, used a make script instead of submodule

Improvements

  • Smarter port selection based on image name
  • make setup-codemirror to setup codemirror 5 for config editor

For more details, refer to the README.

0.4.2

29 Mar 01:50
Compare
Choose a tag to compare

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 config redirect_to_https
  • (New) Customizable shutdown timeout
  • (New) now can run go-proxy with command validate and reload

For more details, refer to the README.

0.4.1 Hotfix

28 Mar 06:18
Compare
Choose a tag to compare

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

27 Mar 06:48
Compare
Choose a tag to compare

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.

0.3.1

23 Mar 20:07
Compare
Choose a tag to compare

go-proxy v0.3.1

Changes in v0.3.1

  • Fixed wrong cert expiry date
  • Improved auto cert renewal strategy

For more details, refer to the README.