Skip to content

Fluxzero 1.191.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 12:25

1.191.1 (2026-06-04)

Bug Fixes

  • fix(publishing): complete pending requests on close (59c7996)

    Fail any request callbacks that remain after the graceful close wait so callers cannot hang once timeout tasks have been cancelled.

    Tests: ./mvnw -q -pl sdk -Dtest=TimeoutTest test; ./mvnw -q -pl proxy -Dtest=ProxyRequestHandlerTest,ProxyServerTest test; git diff --check

  • fix(proxy): avoid retaining proxied request payloads (589e738)

    Capture compact proxy response contexts instead of full WebRequest state in pending callbacks, and add an optional max-in-flight guardrail that defaults to off.

    Cancel request timeout tasks after completion and trim related retained allocations in backlog, websocket, and correlation helpers.

    Tests: ./mvnw -q -pl proxy -am test; git diff --check