Skip to content

Fluxzero 1.175.0

Choose a tag to compare

@github-actions github-actions released this 18 May 10:17

1.175.0 (2026-05-18)

Code Refactoring

  • refactor(proxy): migrate proxy server to Jetty (e6262d7)

    Replace Undertow with Jetty for the proxy HTTP and websocket ingress path while preserving lifecycle, request routing, streaming, and websocket behavior through expanded tests.

    Add configurable request, websocket, and thread limits, websocket send backpressure metrics, and benchmark coverage for the proxy hot paths.

    Tests:

    - ./mvnw -q -pl proxy test

    - ./mvnw -q -pl proxy -Dtest='ProxyWebsocketEndpointTest,JettyProxyWebsocketSessionTest,ProxyServerTest' test

    - git diff --check