Skip to content

Fluxzero 1.193.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 12:08

1.193.0 (2026-06-05)

Features

  • feat(proxy): add benchmark trace response headers (cfd952d)

    Add optional benchmark timing headers to proxied HTTP responses when the incoming request carries X-Fluxzero-Benchmark-Trace-Id. The proxy records the runtime webresponse index timestamp, proxy receive time, and send-start time without retaining request or response bodies.

    Tests run:

    ./mvnw -q -pl proxy -am -Dtest='ProxyServerTest#benchmarkTraceHeadersAreOnlyReturnedWhenTraceHeaderIsPresent' -Dsurefire.failIfNoSpecifiedTests=false test

    ./mvnw -q -pl proxy -am -Dtest='ProxyRequestHandlerTest' -Dsurefire.failIfNoSpecifiedTests=false test

    ./mvnw -q -pl proxy -am -Dtest='ProxyServerTest' -Dsurefire.failIfNoSpecifiedTests=false test

    git diff --check