Skip to content

v0.8.1

Compare
Choose a tag to compare
@yusing yusing released this 07 Jan 05:11

GoDoxy v0.8.1

Changes

  • breaking API update, please update GoDoxy together with WebUI

  • WebUI Config Editor update

    • UI and theme update
    • Linting support
      {A9F5A997-D44A-4259-8B82-71F90ECFF755}
  • healtcheck: notification no longer includes latency field in "Service went down" message

  • json schema updates

  • request and response middleware no longer canonicalize header key (i.e. X-Real-IP -> X-Real-Ip)

  • removed ratelimter middleware on api, one should set it on godoxy-frontend's docker labels

Fixes

  • bug: udp stream not stopping on error
  • panic: route without content in "include files" causes crash
  • panic: edge case that RefCounter closes it channel twice