Skip to content

Fluxzero 1.54.0

Choose a tag to compare

@github-actions github-actions released this 07 Dec 16:01

1.54.0 (2025-12-07)

Features

  • feat(web): add support for ignored paths in `@​ServeStatic` handlers (fc7c7b4)

Bug Fixes

  • fix(proxy): handle chunked responses (7bb3034)

    Remove `Content-Length` header for chunked responses in `ProxyRequestHandler`. Also fix `DefaultRequestHandler` for chunked/multiple responses.