github yusing/godoxy v0.20.3

latest release: v0.20.4
23 hours ago

v0.20.3

BREAKING

  • No longer supports old image name go-proxy and go-proxy-frontend, please migrate to godoxy and godoxy-frontend respectively. This should only affect early adopters who started using GoDoxy before v0.10.0.

Fixes

  • Core/Docker: fixed nil panic on docker health check
  • Core/Auth/OIDC:
    • fixed nil panic on token refresh failure
    • fixed WebUI login loop when OIDC is enabled
  • Core/Middlewares:
    • improved modify_html and themed middleware handling
    • fixed modify_html or themed middleware causing WebUI to freeze by disabling cacheComponents
    • fixed bypass not working for response based conditions like status 200
  • Core/Memory:
    • fixed occasional nil panic when allocating new byte buffer
  • Core/Example:
    • Remove HOSTNAME, PORT env and proxy.#1.port label from rootless compose example
  • Core*: fixed arm64 variant missing on the latest image
  • WebUI: fixed pages not loading correctly on lite variant

Known issues

  • themed and modify_html middlewares does not work with Next.js 16 sites with cacheComponents enabled and will cause browser tab to freeze. (wip)

Don't miss a new godoxy release

NewReleases is sending notifications on new releases.